我首先使用
在端口8000上打开了其余服务器/usr/hdp/current/hbase-master/bin/hbase-daemon.sh start rest -p 8000 --infoport 8001
然后在python中编写了这段代码:
from pywebhdfs.webhdfs import PyWebHdfsClient
hdfs = PyWebHdfsClient(host='192.168.56.101',port='8000',user_name='maria_dev')
my_file='user/maria_dev/creating.txt'
hdfs.create_file(my_file,'My name is awesome')
然后我在我的anaconda环境中运行它并收到此错误:
引发errors.PyWebHdfsException(msg = message) pywebhdfs.errors.PyWebHdfsException:b''