从 Eclipse 运行 hadoop 作业时出现 PrivilegedgedActionException
我收到以下权限错误:
org.apache.hadoop.security.UserGroupInformation - PriviledgedActionException as:myusername(auth:SIMPLE)原因:java.io.IOException:无法初始化集群。
当我将hadoop maven版本更改为0.23.0-cdh4b1并添加包“hadoop-auth”后出现错误(没有他就找不到必要的类)
在集群中它可以工作,但是在eclipse中调试时需要额外的权限。
如何禁用 LocalJobRunner 启动时检查权限?
我的操作系统 - Ubuntu 11.10
I'm getting this following permission error:
org.apache.hadoop.security.UserGroupInformation - PriviledgedActionException as:myusername (auth:SIMPLE) cause:java.io.IOException: Cannot initialize Cluster.
An error appeared when I changed in hadoop maven version to 0.23.0-cdh4b1 and after adding the package "hadoop-auth" (without him can not find the necessary classes)
In a cluster it works, but when debugging in eclipse requires additional privileges.
How can I disable checking privileges on startup from LocalJobRunner?
My OS - Ubuntu 11.10
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论