Description
HADOOP-10211 made a backward incompatible change due to which the following hive call returns a null map:
Map<String, String> hadoopSaslProps = ShimLoader.getHadoopThriftAuthBridge(). getHadoopSaslProperties(conf);
Metastore uses the underlying hadoop.rpc.protection values to set the qop between metastore client/server.
Attachments
Attachments
Issue Links
- is broken by
-
HADOOP-10211 Enable RPC protocol to negotiate SASL-QOP values between clients and servers
- Closed
- is duplicated by
-
HIVE-7620 Hive metastore fails to start in secure mode due to "java.lang.NoSuchFieldError: SASL_PROPS" error
- Closed
- is related to
-
HIVE-6741 HiveServer2 startup fails in secure (kerberos) mode due to backward incompatible hadoop change
- Closed