[jira] [Commented] (HIVE-3435) Get pdk pluginTest passed when triggered from both builtin tests and pdk tests on hadoop23

2013-01-09 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3435:
--

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
HIVE-3435 : Get pdk pluginTest passed when triggered from both builtin 
tests and pdk tests on hadoop23  (Zhenxiao Luo via Ashutosh Chauhan) (Revision 
1410138)

 Result = ABORTED
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1410138
Files : 
* /hive/trunk/pdk/build.xml
* /hive/trunk/pdk/ivy.xml
* /hive/trunk/pdk/scripts/build-plugin.xml
* /hive/trunk/pdk/scripts/conf
* /hive/trunk/pdk/scripts/conf/hive-site.xml
* /hive/trunk/pdk/scripts/conf/log4j.properties
* /hive/trunk/pdk/test-plugin/test/conf


 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

 Attachments: HIVE-3435.1.patch.txt, HIVE-3435.2.patch.txt, 
 HIVE-3435.3.patch.txt


 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


[jira] [Commented] (HIVE-3435) Get pdk pluginTest passed when triggered from both builtin tests and pdk tests on hadoop23

2012-11-16 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3435:
--

Integrated in Hive-trunk-h0.21 #1800 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1800/])
HIVE-3435 : Get pdk pluginTest passed when triggered from both builtin 
tests and pdk tests on hadoop23  (Zhenxiao Luo via Ashutosh Chauhan) (Revision 
1410138)

 Result = FAILURE
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1410138
Files : 
* /hive/trunk/pdk/build.xml
* /hive/trunk/pdk/ivy.xml
* /hive/trunk/pdk/scripts/build-plugin.xml
* /hive/trunk/pdk/scripts/conf
* /hive/trunk/pdk/scripts/conf/hive-site.xml
* /hive/trunk/pdk/scripts/conf/log4j.properties
* /hive/trunk/pdk/test-plugin/test/conf


 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

 Attachments: HIVE-3435.1.patch.txt, HIVE-3435.2.patch.txt, 
 HIVE-3435.3.patch.txt


 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


[jira] [Commented] (HIVE-3435) Get pdk pluginTest passed when triggered from both builtin tests and pdk tests on hadoop23

2012-11-15 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-3435:


+1 Looks good to me. Will commit if tests pass.

 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
 Attachments: HIVE-3435.1.patch.txt, HIVE-3435.2.patch.txt, 
 HIVE-3435.3.patch.txt


 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


[jira] [Commented] (HIVE-3435) Get pdk pluginTest passed when triggered from both builtin tests and pdk tests on hadoop23

2012-09-18 Thread Zhenxiao Luo (JIRA)

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

Zhenxiao Luo commented on HIVE-3435:


@Carl:

Thanks for the comments. I updated the patch at:
https://reviews.facebook.net/D5187

 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
 Attachments: HIVE-3435.1.patch.txt, HIVE-3435.2.patch.txt, 
 HIVE-3435.3.patch.txt


 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


[jira] [Commented] (HIVE-3435) Get pdk pluginTest passed when triggered from both builtin tests and pdk tests on hadoop23

2012-09-10 Thread Zhenxiao Luo (JIRA)

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

Zhenxiao Luo commented on HIVE-3435:


1. pdk PluginTest is triggered in two places, either by builtin Test, or by pdk 
Test.

2. On hadoop23, HIVE-3413 fixed pdk PluginTest when triggered by builtin Test, 
by adding missing dependencies in builtin/ivy.xml, adding configuration files, 
and creating configuration directory for testing in: 
${pdk.script.dir}/../test-plugin/test/conf

3. On hadoop23, HIVE-3413 did fixed the pdk PluginTest when triggered by 
builtin Test, while, when triggered by pdk Test directly, it is still failing, 
due to missing dependency, incorrect configuration file, etc.

4. To fix pdk PluginTest when triggered by pdk Test. missing dependency is 
added to pdk/ivy.xml, the following error would happen if this dependency is 
not added:

java.io.IOException: Cannot initialize Cluster. Please check your configuration 
for mapreduce.framework.name and the correspond server addresses.
at org.apache.hadoop.mapreduce.Cluster.initialize(Cluster.java:123)
at org.apache.hadoop.mapreduce.Cluster.init(Cluster.java:85)
at org.apache.hadoop.mapreduce.Cluster.init(Cluster.java:78)
at org.apache.hadoop.mapred.JobClient.init(JobClient.java:487)
at org.apache.hadoop.mapred.JobClient.init(JobClient.java:466)
at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:424)
at org.apache.hadoop.hive.ql.exec.ExecDriver.main(ExecDriver.java:688)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.hadoop.util.RunJar.main(RunJar.java:200)
Job Submission failed with exception 'java.io.IOException(Cannot initialize 
Cluster. Please check your configuration for mapreduce.framework.name and the 
correspond server addresses.)'
Execution failed with exit status: 1
Obtaining error information
Task failed!
Task ID:
Stage-1
Logs:
/tmp/cloudera/hive.log

  HIVE-3413 already added the missing dependency in builtin/ivy.xml, while, if 
run pdk PluginTest in pdk Test, this dependency is not resolved, and the 
exception happened. We need to add this dependency so that when PluginTest is 
running by pdk, also resolve the dependency.

5. HIVE-3413 created a directory for test configuration at:
pdk/test-plugin/test/conf

builtin Test could successfully get these configuration files by putting the 
conf directory as HADOOP_CONF_DIR, while, pdk Test could not get these conf 
files. When running pdk test, the value of HADOOP_CONF_DIR(which is set by 
builtin Test) could not successfully get the configuration files. Actually, 
builtin Test and pdk Test could not share the same {pdk.test.conf.dir}, so they 
could not load the same configuration files to get passed.

builtin Test and pdk Test are sharing ${pdk.script.dir}, so I propose to delete 
the pdk/test-plugin/test/conf, and put configuration files in the newly 
created, pdk/scripts/conf, which could be read by both builtin Test and pdk 
Test.

 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
 Attachments: HIVE-3435.1.patch.txt


 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


[jira] [Commented] (HIVE-3435) Get pdk pluginTest passed when triggered from both builtin tests and pdk tests on hadoop23

2012-09-10 Thread Zhenxiao Luo (JIRA)

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

Zhenxiao Luo commented on HIVE-3435:


Updated patch submitted at:
https://reviews.facebook.net/D5187

 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
 Attachments: HIVE-3435.1.patch.txt, HIVE-3435.2.patch.txt


 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


[jira] [Commented] (HIVE-3435) Get pdk pluginTest passed when triggered from both builtin tests and pdk tests on hadoop23

2012-09-09 Thread Carl Steinbach (JIRA)

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

Carl Steinbach commented on HIVE-3435:
--

+1. Will commit if tests pass.

 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

 Attachments: HIVE-3435.1.patch.txt


 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


[jira] [Commented] (HIVE-3435) Get pdk pluginTest passed when triggered from both builtin tests and pdk tests on hadoop23

2012-09-05 Thread Zhenxiao Luo (JIRA)

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

Zhenxiao Luo commented on HIVE-3435:


The problems are similar to HIVE-3413:

1. missing dependency
   hadoop-minicluster needs to be added to pdk/ivy.xml as well.
   In pdk/build.xml, the test target needs to depend on init, setup, 
ivy-retrieve, ivy-retrieve-test, so that when running pdk tests directly, the 
pdk/ivy.xml dependency will be resolved firstly.

2. configuration files need to be added
   log4j.properties and hive-site.xml need to be added to get rid of the 
following warning nessage:

[junit] 2012-08-28 18:13:01,668 WARN [main] conf.HiveConf 
(HiveConf.java:clinit(73)) - hive-site.xml not found on CLASSPATH
[junit] 2012-08-28 19:05:20,679 WARN [main] conf.Configuration 
(Configuration.java:loadProperty(1621)) - 
file:/tmp/cloudera/hive_2012-08-28_19-05-17_531_4347419252405007581/-local-10002/jobconf.xml:an
 attempt to override final parameter: 
mapreduce.job.end-notification.max.retry.interval; Ignoring.
[junit] 2012-08-28 19:05:20,680 WARN [main] conf.Configuration 
(Configuration.java:loadProperty(1621)) - 
file:/tmp/cloudera/hive_2012-08-28_19-05-17_531_4347419252405007581/-local-10002/jobconf.xml:an
 attempt to override final parameter: 
mapreduce.job.end-notification.max.attempts; Ignoring.
   
These configuration files also needs to be put in a place where both 
builtin tests and pdk tests could load(due to property overload, 
pdk/test-plugin/test/conf could not be loaded by pdk, my plan is to update the 
place to pdk/scripts/conf).

3. HADOOP_ROOT_LOGGER needs to be set in pdk/scripts/build-plugin.xml
   If not set, testutils/hadoop would initialize it to be INFO,console, which 
would print log4j warning message on the console, and is not expected.

 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


[jira] [Commented] (HIVE-3435) Get pdk pluginTest passed when triggered from both builtin tests and pdk tests on hadoop23

2012-09-05 Thread Zhenxiao Luo (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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


[jira] [Commented] (HIVE-3435) Get pdk pluginTest passed when triggered from both builtin tests and pdk tests on hadoop23

2012-09-05 Thread Zhenxiao Luo (JIRA)

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

Zhenxiao Luo commented on HIVE-3435:


Review Request submitted at:
https://reviews.facebook.net/D5187

 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

 Attachments: HIVE-3435.1.patch.txt


 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