本文主要是介绍Kylin报错 Permission denied: user=root, access=WRITE, inode=/user:hdfs:superxxx,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Kylin启动后,执行 ./bin/sample.sh 脚本
报错如下:
Permission denied: user=root, access=WRITE, inode="/user":hdfs:superxxxxx
说明运行当前shell不能写入hdfs目录/user/xxxx。
解决方法是使用root用户
vim /etc/profile
写入
export HADOOP_USER_NAME=hdfssource /etc/profile
使其生效;
然后再次运行 ./bin/sample.sh即可使用测试样例;
这篇关于Kylin报错 Permission denied: user=root, access=WRITE, inode=/user:hdfs:superxxx的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!