コード例 #1
0
ファイル: wordcount.py プロジェクト: ktzoumas/flink-perf-new
 def shutdown(self):
     master("rm -rf /tmp/wc-data/generated-wc.txt")
     master(lambda: delete_from_hdfs("generated-wc.txt"))
     master(lambda: delete_from_hdfs("/tmp/wc-out"))
コード例 #2
0
ファイル: wordcount.py プロジェクト: mxm/yoka
 def shutdown(self):
     master(lambda: delete_from_hdfs(self.wordcount_out))
コード例 #3
0
 def shutdown(self):
     master("rm -rf /tmp/wc-data/generated-wc.txt")
     master(lambda: delete_from_hdfs("generated-wc.txt"))
     master(lambda: delete_from_hdfs("/tmp/wc-out"))
コード例 #4
0
 def shutdown(self):
     master(lambda: delete_from_hdfs(self.wordcount_out))
コード例 #5
0
 def shutdown(self):
     # delete out_path to be able to restart benchmark
     master(lambda: delete_from_hdfs(self.out_path))