Commit 12e4f5d3 authored by 张彦钊's avatar 张彦钊

修改测试文件

parent 16e58835
......@@ -68,3 +68,9 @@ def main(_):
if __name__ == "__main__":
tf.logging.set_verbosity(tf.logging.INFO)
tf.app.run()
from hdfs import *
client = Client("http://nvwa01:50070")
path = "/recommend/va"
for root, dir, files in client.walk(path):
for file in files:
print(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