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:49:16 UTC

[jira] Created: (HIVE-1566) diff_part_input_formats.q failure in minimr mode

diff_part_input_formats.q failure in minimr mode
------------------------------------------------

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


followup from HIVE-1523:

    [junit] Begin query: diff_part_input_formats.q
    [junit] java.lang.AssertionError
    [junit]   at org.apache.hadoop.hive.ql.io.RCFileOutputFormat.setColumnNumber(RCFileOutputFormat.java:59)
    [junit]   at org.apache.hadoop.hive.ql.io.RCFileOutputFormat.getHiveRecordWriter(RCFileOutputFormat.java:136)
    [junit]   at org.apache.hadoop.hive.ql.exec.ExecDriver.addInputPath(ExecDriver.java:1165)
    [junit]   at org.apache.hadoop.hive.ql.exec.ExecDriver.addInputPaths(ExecDriver.java:1222)
    [junit]   at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:590)

  public static void setColumnNumber(Configuration conf, int columnNum) {
>>>>    assert columnNum > 0;


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