[ https://issues.apache.org/jira/browse/HIVE-21860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Oleksiy Sayankin updated HIVE-21860: ------------------------------------ Status: Patch Available (was: In Progress) > Incorrect FQDN of HadoopThriftAuthBridge23 in ShimLoader > -------------------------------------------------------- > > Key: HIVE-21860 > URL: https://issues.apache.org/jira/browse/HIVE-21860 > Project: Hive > Issue Type: Bug > Reporter: Oleksiy Sayankin > Assignee: Oleksiy Sayankin > Priority: Major > Attachments: HIVE-21860.1.patch > > > Class {{ShimLoader}} has static block > {code} > static { > HADOOP_THRIFT_AUTH_BRIDGE_CLASSES.put(HADOOP23VERSIONNAME, > "org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge23"); > } > {code} > but FQND for {{HadoopThriftAuthBridge23}} is > {{org.apache.hadoop.hive.metastore.security.HadoopThriftAuthBridge23}} > This leads to error on secure cluster: > {code} > Could not load shims in class > org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge23 (state=08S01,code=0) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)