[ 
https://issues.apache.org/jira/browse/HIVE-6018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13846152#comment-13846152
 ] 

Hive QA commented on HIVE-6018:
-------------------------------



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12618358/HIVE-6018.1.patch.txt

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 4763 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_bucket_num_reducers
{noformat}

Test results: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/621/testReport
Console output: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/621/console

Messages:
{noformat}
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: 1 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12618358

> FetchTask should not reference metastore classes
> ------------------------------------------------
>
>                 Key: HIVE-6018
>                 URL: https://issues.apache.org/jira/browse/HIVE-6018
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Trivial
>         Attachments: HIVE-6018.1.patch.txt
>
>
> The below code parts in PartitionDesc throws NoClassDefFounError sometimes  
> in execution.
> {noformat}
> public Deserializer getDeserializer() {
>     try {
>       return MetaStoreUtils.getDeserializer(Hive.get().getConf(), 
> getProperties());
>     } catch (Exception e) {
>       return null;
>     }
>   }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to