设置conf为允许simple模式通过kerberos链接:
import org.apache.hadoop.fs.CommonConfigurationKeys conf.setBoolean(CommonConfigurationKeys.IPC_CLIENT_FALLBACK_TO_SIMPLE_AUTH_ALLOWED_KEY, true)
可以解决Hbase、HDFS、Hive开启和不开启kerberos同时抽取的问题
2024-03-26 11:58:22
设置conf为允许simple模式通过kerberos链接:
import org.apache.hadoop.fs.CommonConfigurationKeys conf.setBoolean(CommonConfigurationKeys.IPC_CLIENT_FALLBACK_TO_SIMPLE_AUTH_ALLOWED_KEY, true)
可以解决Hbase、HDFS、Hive开启和不开启kerberos同时抽取的问题