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

[jira] Created: (HIVE-1565) archive.q fails in minimr mode

archive.q fails in minimr mode
------------------------------

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


followup to hive-1523. in this case the results seem different

ant -Doffline=true -Dtestcase=TestCliDriver -Dqfile=archive.q -Dclustermode=miniMR  clean-test test


    [junit] Begin query: archive.q
    [junit] junit.framework.AssertionFailedError: Client execution results failed with error code = 1
    [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_archive(TestCliDriver.java:128)
 
    [junit] diff -a -I file: -I pfile: -I hdfs: -I /tmp/ -I invalidscheme: -I lastUpdateTime -I lastAccessTime -I owner -I \
transient_lastDdlTime -I java.lang.RuntimeException -I at org -I at sun -I at java -I at junit -I Caused by: -I [.][.][.] [\
0-9]* more /data/users/jssarma/hive_testing/build/ql/test/logs/clientpositive/archive.q.out /data/users/jssarma/hive_testin\
g/ql/src/test/results/clientpositive/archive.q.out
    [junit] 489c489
    [junit] < NULL
    [junit] ---
    [junit] > 48656137

here's the query with differing output:

POSTHOOK: query: SELECT SUM(hash(col)) FROM (SELECT transform(*) using 'tr "\t" "_"' AS col
FROM (SELECT * FROM old_name WHERE ds='1') subq1) subq2



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