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

Python 读取HDFS 数据

时间:2018-07-31 17:21:14      阅读:556      评论:0      收藏:0      [点我收藏+]

标签:arm   host   test   bsp   亲测   har   cli   读取   2.7   

# -*- coding:utf-8 -*-


from hdfs.client import Client

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

filepath="/data/input/test.txt"
with client.read(filepath) as fs:
    content = fs.read()
    print(content)

 

提示:mac pycharm python2.7环境,亲测无误!

Python 读取HDFS 数据

标签:arm   host   test   bsp   亲测   har   cli   读取   2.7   

原文地址:https://www.cnblogs.com/RHadoop-Hive/p/9396169.html

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