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.