[ 
https://issues.apache.org/jira/browse/HIVE-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449176#comment-13449176
 ] 

Zhenxiao Luo commented on HIVE-3435:
------------------------------------

The command I am using to build/test hive on hadoop23 is:

$ant very-clean package -Dhadoop.version=0.23.1 -Dhadoop-0.23.version=0.23.1 
-Dhadoop.mr.rev=23

$ant test -Dhadoop.version=0.23.1 -Dhadoop-0.23.version=0.23.1 
-Dhadoop.mr.rev=23 -Dtest.continue.on.failure=false

The second line will run test on hadoop23. We need to monitor both builtin 
tests passed and pdk tests passed.
                
> Get pdk pluginTest passed when triggered from both builtin tests and pdk 
> tests on hadoop23 
> -------------------------------------------------------------------------------------------
>
>                 Key: HIVE-3435
>                 URL: https://issues.apache.org/jira/browse/HIVE-3435
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.10.0
>            Reporter: Zhenxiao Luo
>            Assignee: Zhenxiao Luo
>             Fix For: 0.10.0
>
>
> Hive pdk pluginTest is running twice in unit testing, one is triggered from 
> running builtin tests, another is triggered from running pdk tests.
> HIVE-3413 fixed pdk pluginTest on hadoop23 when triggered from running 
> builtin tests. While, when triggered from running pdk tests directly on 
> hadoop23, it is failing:
> Testcase: SELECT tp_rot13('Mixed Up!') FROM onerow; took 6.426 sec
> FAILED
> expected:<[]Zvkrq Hc!> but was:<[2012-09-04 18:13:01,668 WARN [main] 
> conf.HiveConf (HiveConf.java:<clinit>(73)) - hive-site.xml not found on 
> CLASSPATH
> ]Zvkrq Hc!>
> junit.framework.ComparisonFailure: expected:<[]Zvkrq Hc!> but 
> was:<[2012-09-04 18:13:01,668 WARN [main] conf.HiveConf 
> (HiveConf.java:<clinit>(73)) - hive-site.xml not found on CLASSPATH
> ]Zvkrq Hc!>

--
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

Reply via email to