[
https://issues.apache.org/jira/browse/HIVE-15081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15610887#comment-15610887
]
Hive QA commented on HIVE-15081:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12835481/HIVE-15081.1.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 10623 tests
executed
*Failed tests:*
{noformat}
org.apache.hive.hcatalog.pig.TestHCatLoaderComplexSchema.testSyntheticComplexSchema[3]
(batchId=170)
org.apache.hive.hcatalog.pig.TestHCatLoaderComplexSchema.testTupleInBagInTupleInBag[2]
(batchId=170)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1840/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1840/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-1840/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12835481 - PreCommit-HIVE-Build
> 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)