Commit fef0d9bc authored by 张彦钊's avatar 张彦钊

change test file

parent ecc04ebd
......@@ -370,8 +370,9 @@ def get_filename(dir_in):
if __name__ == "__main__":
b = time.time()
a = "export CLASSPATH='$(hadoop classpath --glob)'"
print(a)
os.system(a)
print(os.system(a))
path = "hdfs://172.16.32.4:8020/strategy/esmm/"
tf.logging.set_verbosity(tf.logging.INFO)
tf.app.run()
......
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