Commit 019a42ae authored by Your Name's avatar Your Name

test

parent 6add27b9
...@@ -213,7 +213,7 @@ if __name__ == "__main__": ...@@ -213,7 +213,7 @@ if __name__ == "__main__":
print("-"*100) print("-"*100)
print(rdd_te_files.collect()) print(rdd_te_files.collect())
print("-" * 100) print("-" * 100)
indices = rdd_te_files.repartion(100).map(lambda x: main(x)) indices = rdd_te_files.repartition(100).map(lambda x: main(x))
print(indices.collect()) print(indices.collect())
b = time.time() 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