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

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

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


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.


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

Posted by "He Yongqiang (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900209#action_12900209 ] 

Joydeep Sen Sarma commented on HIVE-1564:
-----------------------------------------

also groupby_bigdata.q shows same stack trace.

> 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
>
> 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.


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

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HIVE-1564:
-----------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

Committed. Thanks Yongqiang

> 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
>            Assignee: He Yongqiang
>             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.


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

Posted by "He Yongqiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

He Yongqiang reassigned HIVE-1564:
----------------------------------

    Assignee: He Yongqiang

> 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
>            Assignee: He Yongqiang
>             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.


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

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900411#action_12900411 ] 

Namit Jain commented on HIVE-1564:
----------------------------------

+1

will file a new jira for groupby_bigdata.q

> 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
>            Assignee: He Yongqiang
>             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.


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

Posted by "He Yongqiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

           Status: Patch Available  (was: Open)
    Fix Version/s: 0.7.0

> 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
>            Assignee: He Yongqiang
>             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.