我已经尝试了很多不同的方法,但是没有方法不起作用。例如,以下方法失败,并显示错误“系统无法找到指定的文件。”
示例:
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:
Full error print screen: