无法在hadoop的hdfs上创建目录

时间:2015-09-06 09:39:33

标签: hadoop

我无法操作我的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,但问题仍然存在。
有人能帮助我吗?

1 个答案:

答案 0 :(得分:0)

OS user没有任何关系,即user1

您通过hadoop serverhadoop 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>