[
https://issues.apache.org/jira/browse/HIVE-12062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959637#comment-14959637
]
Alan Gates commented on HIVE-12062:
-----------------------------------
{code}
if (useHBaseMetastore) {
startMiniHBaseCluster();
} else {
conf = new HiveConf(Driver.class);
}
{code}
Isn't this going to result in an NPE for HBaseMetastore test cases since conf
won't be set?
> enable HBase metastore file metadata cache for tez tests
> --------------------------------------------------------
>
> Key: HIVE-12062
> URL: https://issues.apache.org/jira/browse/HIVE-12062
> Project: Hive
> Issue Type: Bug
> Reporter: Sergey Shelukhin
> Assignee: Sergey Shelukhin
> Attachments: HIVE-12062.01.patch, HIVE-12062.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)