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

change test file

parent fef0d9bc
...@@ -372,9 +372,10 @@ if __name__ == "__main__": ...@@ -372,9 +372,10 @@ if __name__ == "__main__":
a = "export CLASSPATH='$(hadoop classpath --glob)'" a = "export CLASSPATH='$(hadoop classpath --glob)'"
os.system(a) os.system(a)
print("环境")
print(os.system(a)) print(os.system(a))
path = "hdfs://172.16.32.4:8020/strategy/esmm/" # path = "hdfs://172.16.32.4:8020/strategy/esmm/"
tf.logging.set_verbosity(tf.logging.INFO) # tf.logging.set_verbosity(tf.logging.INFO)
tf.app.run() # tf.app.run()
print("耗时(分钟):") # print("耗时(分钟):")
print((time.time()-b)/60) # print((time.time()-b)/60)
\ No newline at end of file \ No newline at end of file
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