Commit 02ce8e60 authored by Your Name's avatar Your Name

test

parent 019a42ae
...@@ -214,7 +214,8 @@ if __name__ == "__main__": ...@@ -214,7 +214,8 @@ if __name__ == "__main__":
print(rdd_te_files.collect()) print(rdd_te_files.collect())
print("-" * 100) print("-" * 100)
indices = rdd_te_files.repartition(100).map(lambda x: main(x)) indices = rdd_te_files.repartition(100).map(lambda x: main(x))
print(indices.collect()) print(indices.take(1))
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