码迷,mamicode.com
首页 > 编程语言 > 详细

python连接hdfs

时间:2017-10-30 19:48:28      阅读:363      评论:0      收藏:0      [点我收藏+]

标签:print   war   host   list   hdfs   连接   pytho   cal   hive   

from hdfs.client import Client

client = Client("http://localhost:50070")

print client.list(‘/‘)

 

hdfs_dir = ‘/data/hive/warehouse‘

with client.read(hdfs_dir) as f:

    print f.read()

python连接hdfs

标签:print   war   host   list   hdfs   连接   pytho   cal   hive   

原文地址:http://www.cnblogs.com/kayy/p/7755770.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!