Commit ccbe457d authored by Your Name's avatar Your Name

test

parent 475d14c4
...@@ -209,6 +209,7 @@ if __name__ == "__main__": ...@@ -209,6 +209,7 @@ if __name__ == "__main__":
print(rdd_te_files.collect()) print(rdd_te_files.collect())
print("-" * 100) print("-" * 100)
indices = rdd_te_files.map(lambda x: main(x)) indices = rdd_te_files.map(lambda x: main(x))
print(indices[0])
b = time.time() b = time.time()
print("耗时(分钟):") print("耗时(分钟):")
......
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