Commit 84dcf4b2 authored by Your Name's avatar Your Name

test

parent 93b79322
...@@ -208,7 +208,7 @@ def set_join(lst): ...@@ -208,7 +208,7 @@ def set_join(lst):
if __name__ == "__main__": if __name__ == "__main__":
if sys.argv[1] == "native": if sys.argv[1] == "nearby":
b = time.time() b = time.time()
path = "hdfs://172.16.32.4:8020/strategy/esmm/" path = "hdfs://172.16.32.4:8020/strategy/esmm/"
...@@ -216,7 +216,7 @@ if __name__ == "__main__": ...@@ -216,7 +216,7 @@ if __name__ == "__main__":
# df.show() # df.show()
te_files = ["hdfs://172.16.32.4:8020/strategy/esmm/test_native/part-r-00000"] te_files = ["hdfs://172.16.32.4:8020/strategy/esmm/test_nearby/part-r-00000"]
print("-" * 100) print("-" * 100)
indices = main(te_files) indices = main(te_files)
......
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