Details
Description
When Hive metastore is started in a Hadoop 2.5 cluster, it fails to start with following error
14/07/31 17:45:58 [main]: ERROR metastore.HiveMetaStore: Metastore Thrift Server threw an exception... java.lang.NoSuchFieldError: SASL_PROPS at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge20S.getHadoopSaslProperties(HadoopThriftAuthBridge20S.java:126) at org.apache.hadoop.hive.metastore.MetaStoreUtils.getMetaStoreSaslProperties(MetaStoreUtils.java:1483) at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:5225) at org.apache.hadoop.hive.metastore.HiveMetaStore.main(HiveMetaStore.java:5152)
Changes in HADOOP-10451 to remove SaslRpcServer.SASL_PROPS are causing this error.
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-6987 Metastore qop settings won't work with Hadoop-2.4
- Closed
- is duplicated by
-
HIVE-8154 HadoopThriftAuthBridge20S.getHadoopSaslProperties is incompatible with Hadoop 2.4.1 and later
- Closed
- is related to
-
HADOOP-10451 Remove unused field and imports from SaslRpcServer
- Closed
- relates to
-
HIVE-6741 HiveServer2 startup fails in secure (kerberos) mode due to backward incompatible hadoop change
- Closed
- links to