Python:无法连接到HDFS文件

时间:2018-02-01 10:31:14

标签: python hadoop pyarrow

我已经尝试了很多不同的方法,但是没有方法不起作用。例如,以下方法失败,并显示错误“系统无法找到指定的文件。”

示例:

import pyarrow as pa
fs = pa.hdfs.connect('192.168.100.45', 20500, 'hdfs')

path='/user/hive/warehouse/sample_07/sample_07'
with fs.open(path, 'r') as f:
    print(f)

错误

FileNotFoundError:[WinError 2]系统找不到指定的文件

HDFS File System IMAGE:

enter image description here

Full error print screen:

enter image description here

enter image description here

0 个答案:

没有答案