You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Renata Ghisloti Duarte de Souza (JIRA)" <ji...@apache.org> on 2013/02/05 20:04:12 UTC

[jira] [Created] (HIVE-3989) TestCase TestMTQueries fails with IBM Java 6

Renata Ghisloti Duarte de Souza created HIVE-3989:
-----------------------------------------------------

             Summary: TestCase TestMTQueries fails with IBM Java 6
                 Key: HIVE-3989
                 URL: https://issues.apache.org/jira/browse/HIVE-3989
             Project: Hive
          Issue Type: Bug
          Components: Query Processor
    Affects Versions: 0.10.0, 0.9.0
         Environment: IBM Java 6 x86 64
            Reporter: Renata Ghisloti Duarte de Souza
            Priority: Minor
             Fix For: 0.10.0


The testcase fails with IBM java 6, due to a Hashmap problem.

Following the error:

    [junit] diff -a /home/renata/stg-hadoop/hive-0.10/release-0.10.0/build/ql/test/logs/clientpositive/join2.q.out /home/renata/stg-hadoop/hive-0.10/release-0.10.0/ql/src/test/results/clientpositive/join2.q.out
    [junit] 109c109
    [junit] <             0 {VALUE._col0}
    [junit] ---
    [junit] >             0 {VALUE._col4}
    [junit] 112c112
    [junit] <           outputColumnNames: _col0, _col9
    [junit] ---
    [junit] >           outputColumnNames: _col4, _col9
    [junit] 115c115
    [junit] <                   expr: _col0
    [junit] ---
    [junit] >                   expr: _col4
    [junit] Test join2.q results check failed with error code 1


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira