从 Eclipse 运行 hadoop 作业时出现 PrivilegedgedActionException

发布于 2025-01-08 19:23:53 字数 374 浏览 0 评论 0原文

我收到以下权限错误:

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文