You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "He Yongqiang (JIRA)" <ji...@apache.org> on 2010/08/19 21:31:16 UTC

[jira] Updated: (HIVE-1564) bucketizedhiveinputformat.q fails in minimr mode

     [ https://issues.apache.org/jira/browse/HIVE-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

He Yongqiang updated HIVE-1564:
-------------------------------

    Attachment: hive-1564.1.patch

> bucketizedhiveinputformat.q fails in minimr mode
> ------------------------------------------------
>
>                 Key: HIVE-1564
>                 URL: https://issues.apache.org/jira/browse/HIVE-1564
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Joydeep Sen Sarma
>             Fix For: 0.7.0
>
>         Attachments: hive-1564.1.patch
>
>
> followup to HIVE-1523:
> ant -Dtestcase=TestCliDriver -Dqfile=bucketizedhiveinputformat.q -Dclustermode=miniMR  clean-test test 
>     [junit] Begin query: bucketizedhiveinputformat.q
>     [junit] Exception: null
>     [junit] java.lang.AssertionError
>     [junit]   at org.apache.hadoop.hive.ql.exec.ExecDriver.showJobFailDebugInfo(ExecDriver.java:788)
>     [junit]   at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:624)
>     [junit]   at org.apache.hadoop.hive.ql.exec.MapRedTask.execute(MapRedTask.java:120)
> ExecDriver.java:788
>         // These tasks should have come from the same job.                                                                  
>         assert(ti.getJobId() == jobId);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.