[ https://issues.apache.org/jira/browse/HIVE-15081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rui Li updated HIVE-15081: -------------------------- Attachment: HIVE-15081.1.patch > RetryingMetaStoreClient.getProxy(HiveConf, Boolean) doesn't match constructor > of HiveMetaStoreClient > ---------------------------------------------------------------------------------------------------- > > Key: HIVE-15081 > URL: https://issues.apache.org/jira/browse/HIVE-15081 > Project: Hive > Issue Type: Bug > Reporter: Rui Li > Assignee: Rui Li > Attachments: HIVE-15081.1.patch > > > Calling RetryingMetaStoreClient.getProxy(HiveConf, Boolean) will result in > error > {noformat} > Exception in thread "main" java.lang.RuntimeException: Unable to instantiate > org.apache.hadoop.hive.metastore.HiveMetaStoreClient > at > org.apache.hadoop.hive.metastore.MetaStoreUtils.newInstance(MetaStoreUtils.java:1661) > at > org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.<init>(RetryingMetaStoreClient.java:81) > at > org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.getProxy(RetryingMetaStoreClient.java:131) > at > org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.getProxy(RetryingMetaStoreClient.java:87) > Caused by: java.lang.NoSuchMethodException: > org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(org.apache.hadoop.hive.conf.HiveConf, > java.lang.Boolean) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)