我无法操作我的hdfs权限。我执行了hadoop fs -ls /并返回
drwx ------ - ubuntu supergroup 0 2015-09-02 09:58 / tmp
OS的用户是user1,
如何将hdfs的用户更改为user1?我在hdfs-site.xml中将dfs.permissions.enabled添加为false,并再次格式化hdfs,但问题仍然存在。
有人能帮助我吗?
答案 0 :(得分:0)
OS user
没有任何关系,即user1
。
您通过hadoop server
与hadoop client
进行沟通。
所以你应该在我的机器上hadoop client
检查hadoop-site.xml
的conf。
在hadoop-site.sml
中,您可以为hdfs
<property>
<name>hadoop.job.ugi</name>
<value>yourusername,yourpassword</value>
<description>username, password used by client</description>
</property>