[
https://issues.apache.org/jira/browse/HIVE-12243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14970950#comment-14970950
]
Steve Loughran commented on HIVE-12243:
---------------------------------------
and code to set up the invalid conf
{code}
hadoopConf.set("hive.metastore.kerberos.principal", "bob")
hadoopConf.set("hive.metastore.uris", "localhost:-1")
{code}
> NPE in HiveMetaStoreClient
> --------------------------
>
> Key: HIVE-12243
> URL: https://issues.apache.org/jira/browse/HIVE-12243
> Project: Hive
> Issue Type: Bug
> Components: Metastore
> Affects Versions: 1.2.1
> Reporter: Steve Loughran
> Priority: Minor
>
> While writing a test for SPARK-11265, I can trigger an NPE if the principal
> is set to "bob" and the metastore uri = "localhost:-1", due to a null thrift
> transport.
> presumably one of the arguments is invalid
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)