[jira] [Updated] (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:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-3435:
---

   Resolution: Fixed
Fix Version/s: 0.10.0
   Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Zhenxiao!

 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] [Updated] (HIVE-3435) Get pdk pluginTest passed when triggered from both builtin tests and pdk tests on hadoop23

2012-09-18 Thread Carl Steinbach (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl Steinbach updated HIVE-3435:
-

Status: Open  (was: Patch Available)

Comments on phabricator. Thanks.

 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] [Updated] (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:all-tabpanel
 ]

Zhenxiao Luo updated HIVE-3435:
---

Attachment: HIVE-3435.3.patch.txt

 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] [Updated] (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:all-tabpanel
 ]

Zhenxiao Luo updated HIVE-3435:
---

Status: Patch Available  (was: Open)

 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] [Updated] (HIVE-3435) Get pdk pluginTest passed when triggered from both builtin tests and pdk tests on hadoop23

2012-09-10 Thread Carl Steinbach (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl Steinbach updated HIVE-3435:
-

Fix Version/s: (was: 0.10.0)
   Status: Open  (was: Patch Available)

@Zhenxiao: I took another look at the patch and added some comments on 
phabricator. Please take a look. Thanks.

 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] [Updated] (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:all-tabpanel
 ]

Zhenxiao Luo updated HIVE-3435:
---

Attachment: HIVE-3435.2.patch.txt

 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] [Updated] (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:all-tabpanel
 ]

Zhenxiao Luo updated HIVE-3435:
---

Status: Patch Available  (was: Open)

 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] [Updated] (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:all-tabpanel
 ]

Zhenxiao Luo updated HIVE-3435:
---

Status: Patch Available  (was: Open)

 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] [Updated] (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:all-tabpanel
 ]

Zhenxiao Luo updated HIVE-3435:
---

Attachment: HIVE-3435.1.patch.txt

 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