You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Miklos Gergely (Jira)" <ji...@apache.org> on 2019/12/17 14:06:01 UTC

[jira] [Commented] (HIVE-21860) Incorrect FQDN of HadoopThriftAuthBridge23 in ShimLoader

    [ https://issues.apache.org/jira/browse/HIVE-21860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16998255#comment-16998255 ] 

Miklos Gergely commented on HIVE-21860:
---------------------------------------

Merged to master, thank you [~osayankin]

> 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
(v8.3.4#803005)