Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试以独立模式在 Hadoop-2.0.0 上运行一个简单的排序作业,但每次尝试时,都会收到以下警告:
WARN util.KerberosName: Kerberos krb5 configuration not found, setting default realm to empty
如何设置必要的配置?我在 Apache 网站上找不到有关此问题的任何信息。有谁知道我该如何解决这个问题?
在 RHEL 上,默认安装 Kerberos 客户端。检查您是否正确配置了 /etc/krb5.conf。您还在使用启用了 Kerberos 的 Hadoop 吗?你在你的环境中需要它吗?
您可以使用 KRB5_CONFIG 环境变量指向您自己的 krb5.conf 文件。
例如
KRB5_CONFIG=/var/tmp/krb5.conf