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 21:14:17 UTC

[jira] Created: (HIVE-1568) null_column.q fails in minimr mode

null_column.q fails in minimr mode
----------------------------------

                 Key: HIVE-1568
                 URL: https://issues.apache.org/jira/browse/HIVE-1568
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: Joydeep Sen Sarma


followup from hive-1523:

ant -Dclustermode=miniMR -Dtestcase=TestCliDriver -Dqfile=null_column.q test

    [junit] Begin query: null_column.q
    [junit] Exception: Client Execution failed with error code = 9
    [junit] See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=false" to get more logs.
    [junit] junit.framework.AssertionFailedError: Client Execution failed with error code = 9
    [junit] See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=false" to get more logs.
    [junit]   at junit.framework.Assert.fail(Assert.java:47)
    [junit]   at org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_null_column(TestCliDriver.java:108)

i lost the hive.log - but it's happening in the MoveTask that corresponds to this statement:
insert overwrite directory "../build/ql/test/data/warehouse/null_columns.out" select null, null from temp_null;



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


[jira] Commented: (HIVE-1568) null_column.q fails in minimr mode

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

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

also ppd_multi_insert.q fails with same error.


> null_column.q fails in minimr mode
> ----------------------------------
>
>                 Key: HIVE-1568
>                 URL: https://issues.apache.org/jira/browse/HIVE-1568
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Joydeep Sen Sarma
>
> followup from hive-1523:
> ant -Dclustermode=miniMR -Dtestcase=TestCliDriver -Dqfile=null_column.q test
>     [junit] Begin query: null_column.q
>     [junit] Exception: Client Execution failed with error code = 9
>     [junit] See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=false" to get more logs.
>     [junit] junit.framework.AssertionFailedError: Client Execution failed with error code = 9
>     [junit] See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=false" to get more logs.
>     [junit]   at junit.framework.Assert.fail(Assert.java:47)
>     [junit]   at org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_null_column(TestCliDriver.java:108)
> i lost the hive.log - but it's happening in the MoveTask that corresponds to this statement:
> insert overwrite directory "../build/ql/test/data/warehouse/null_columns.out" select null, null from temp_null;

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