python操作hdfs

#coding=utf-8

import hdfs
client = hdfs.Client("http://10.1.58.32:50070")
print client.list('/input')
原文地址:https://www.cnblogs.com/timlong/p/7898918.html