如果hadoop集群配置为使用kerberos身份验证,那么是否需要配置mapreduce作业来处理它?

cngwdvgl  于 2021-06-02  发布在  Hadoop
关注(0)|答案(1)|浏览(300)

如果hadoop集群配置为使用kerberos身份验证,那么是否需要配置mapreduce作业来处理它?

wztqucjr

wztqucjr1#

它需要这样的东西:

conf.set("hadoop.security.authentication", "Kerberos");
UserGroupInformation.setConfiguration(conf);

相关问题