We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
发现example中没有设置认证模式,添加以下代码后认证成功 Configuration conf = new Configuration(); conf.set("hadoop.security.authentication", "Kerberos");
请教下,mrs使用的就是kerberos认证,这里example为什么不集成配置,是有什么特殊原因吗
The text was updated successfully, but these errors were encountered:
No branches or pull requests
发现example中没有设置认证模式,添加以下代码后认证成功
Configuration conf = new Configuration();
conf.set("hadoop.security.authentication", "Kerberos");
请教下,mrs使用的就是kerberos认证,这里example为什么不集成配置,是有什么特殊原因吗
The text was updated successfully, but these errors were encountered: