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

change test file

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