Gang Tim Liu created HIVE-4456:
----------------------------------

             Summary: Datanucleus throws NPE after passing a config from test 
file (.q) to hive metastore
                 Key: HIVE-4456
                 URL: https://issues.apache.org/jira/browse/HIVE-4456
             Project: Hive
          Issue Type: Bug
          Components: Configuration, Metastore
            Reporter: Gang Tim Liu
            Priority: Critical


create a configuration file with the following:
set hive.metastore.ds.retry.interval=2000;
create table analyze_srcpart like srcpart;

run ant test -Dtestcase=TestCliDriver -Dqfile=<file>

NPE is thrown. See attached files.

Anything special for hive.metastore.ds.retry.interval?

It is a config listed under HiveConf.metaVars. Then, HiveConf.get(HiveConf c) 
will recreate a new conf while detecting a difference.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to