Commit ec4eb794 authored by 张彦钊's avatar 张彦钊

change test fliw

parent ae900495
This diff is collapsed.
......@@ -347,19 +347,6 @@ def main(_):
elif FLAGS.task_type == 'export':
print("Not Implemented, Do It Yourself!")
# def get_filename(dir_in):
# pre_path = "hdfs://172.16.32.4:8020"
# args = "hdfs dfs -ls " + dir_in + " | awk '{print $8}'"
# proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
# s_output, s_err = proc.communicate()
# all_dart_dirs = s_output.split()
# a = []
# for i in all_dart_dirs:
# b = str(i).split("/")[4]
# if b[:4] == "part":
# tmp = pre_path + str(i)[2:-1]
# a.append(tmp)
# return a
if __name__ == "__main__":
b = time.time()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment