[ https://issues.apache.org/jira/browse/HIVE-21860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16861203#comment-16861203 ]
Hive QA commented on HIVE-21860: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12971459/HIVE-21860.1.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 16047 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/17522/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/17522/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-17522/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12971459 - PreCommit-HIVE-Build > 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)