Commit dbfca398 authored by Your Name's avatar Your Name

test

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