Eclipse远程连接hadoop时报Permission denied怎么办

59次阅读
没有评论

共计 714 个字符,预计需要花费 2 分钟才能阅读完成。

这篇文章主要介绍了 Eclipse 远程连接 hadoop 时报 Permission denied 怎么办,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让丸趣 TV 小编带着大家一起了解一下。

用 Eclipse 远程连接 hadoop 时报 org.apache.hadoop.security.AccessControlException: Permission denied: user=DrWho, access=READ_EXECUTE, inode= system :hadoop:supergroup:rwx-wx-wx 错误,解决方法:

  在 hdfs-site.xml 中取消权限校验,即加入以下配置:

property
  name dfs.permissions /name
  value false /value
  description
  If true , enable permission checking in HDFS.
  If false , permission checking is turned off,
  but all other behavior is unchanged.
  Switching from one parameter value to the other does not change the mode,
  owner or group of files or directories.
  /description
  /property

感谢你能够认真阅读完这篇文章,希望丸趣 TV 小编分享的“Eclipse 远程连接 hadoop 时报 Permission denied 怎么办”这篇文章对大家有帮助,同时也希望大家多多支持丸趣 TV,关注丸趣 TV 行业资讯频道,更多相关知识等着你来学习!

正文完
 
丸趣
版权声明:本站原创文章,由 丸趣 2023-08-25发表,共计714字。
转载说明:除特殊说明外本站除技术相关以外文章皆由网络搜集发布,转载请注明出处。
评论(没有评论)