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

Hive QA commented on HIVE-5405:
-------------------------------



{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/12606026/HIVE-5405.patch

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

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/979/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/979/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 failed with: TestsFailedException: 1 tests failed
{noformat}

This message is automatically generated.

> Need to implement PersistenceDelegate for org.antlr.runtime.CommonToken
> -----------------------------------------------------------------------
>
>                 Key: HIVE-5405
>                 URL: https://issues.apache.org/jira/browse/HIVE-5405
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.12.0
>            Reporter: shanyu zhao
>            Assignee: shanyu zhao
>         Attachments: HIVE-5405.patch
>
>
> Prior to HIVE-1511, running hive join operation results in the following 
> exception:
> java.lang.RuntimeException: Cannot serialize object
>         at 
> org.apache.hadoop.hive.ql.exec.Utilities$1.exceptionThrown(Utilities.
> java:639)
>         at java.beans.XMLEncoder.writeStatement(XMLEncoder.java:426)
> ...
> Caused by: java.lang.InstantiationException: org.antlr.runtime.CommonToken
>         at java.lang.Class.newInstance0(Class.java:357)
>         at java.lang.Class.newInstance(Class.java:325)
>         at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:43)
> HIVE-1511 introduced a new (and set to default) hive plan serialization 
> format Kryo, which fixed this problem by implementing the Kryo serializer for 
> CommonToken. However, if we set the following in configuration file:
> <property>
> <name>hive.plan.serialization.format</name>
> <value>javaXML</value>
> </property>
> We'll see the same failure as before. We need to implement a 
> PersistenceDelegate for the situation when "javaXML" is set to serialization 
> format.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to