[jira] [Commented] (HIVE-3437) 0.23 compatibility: fix unit tests when building against 0.23

2013-01-09 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3437:
--

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
HIVE-3437. 0.23 compatibility: fix unit tests when building against 0.23 
(Chris Drome via cws) (Revision 1409077)

 Result = ABORTED
cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1409077
Files : 
* /hive/trunk/build-common.xml
* /hive/trunk/build.properties
* /hive/trunk/common/ivy.xml
* /hive/trunk/eclipse-templates/.classpath
* /hive/trunk/hbase-handler/ivy.xml
* /hive/trunk/ivy/libraries.properties
* /hive/trunk/ql/ivy.xml
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java
* /hive/trunk/ql/src/test/queries/clientpositive/auto_join14.q
* /hive/trunk/ql/src/test/queries/clientpositive/auto_join14_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/combine2.q
* /hive/trunk/ql/src/test/queries/clientpositive/combine2_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/ctas.q
* /hive/trunk/ql/src/test/queries/clientpositive/ctas_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/input12.q
* /hive/trunk/ql/src/test/queries/clientpositive/input12_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/input39.q
* /hive/trunk/ql/src/test/queries/clientpositive/input39_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/join14.q
* /hive/trunk/ql/src/test/queries/clientpositive/join14_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/sample_islocalmode_hook.q
* 
/hive/trunk/ql/src/test/queries/clientpositive/sample_islocalmode_hook_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/split_sample.q
* /hive/trunk/ql/src/test/resources
* /hive/trunk/ql/src/test/resources/core-site.xml
* /hive/trunk/ql/src/test/results/clientnegative/mapreduce_stack_trace.q.out
* 
/hive/trunk/ql/src/test/results/clientnegative/mapreduce_stack_trace_turnoff.q.out
* /hive/trunk/ql/src/test/results/clientpositive/auto_join14.q.out
* /hive/trunk/ql/src/test/results/clientpositive/auto_join14_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/combine2.q.out
* /hive/trunk/ql/src/test/results/clientpositive/combine2_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ctas.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ctas_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input12.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input12_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input39.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input39_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join14.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join14_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/sample_islocalmode_hook.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/sample_islocalmode_hook_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/split_sample.q.out
* 
/hive/trunk/service/src/test/org/apache/hadoop/hive/service/TestHiveServerSessions.java
* /hive/trunk/shims/ivy.xml


> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 0.9.0, 0.10.0
>Reporter: Chris Drome
>Assignee: Chris Drome
> Fix For: 0.10.0, 0.9.1
>
> Attachments: HIVE-3437-0.9-1.patch, HIVE-3437-0.9-2.patch, 
> HIVE-3437-0.9-3.patch, HIVE-3437-0.9-4.patch, HIVE-3437-0.9-5.patch, 
> HIVE-3437-0.9-6.patch, HIVE-3437-0.9.patch, HIVE-3437-trunk-1.patch, 
> HIVE-3437-trunk-2.patch, HIVE-3437-trunk-3.patch, HIVE-3437-trunk-4.patch, 
> HIVE-3437-trunk-5.patch, HIVE-3437-trunk-6.patch, HIVE-3437-trunk-7.patch, 
> HIVE-3437-trunk-8.patch, HIVE-3437-trunk.patch
>
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-11-15 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3437:
--

Integrated in Hive-0.9.1-SNAPSHOT-h0.21 #199 (See 
[https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21/199/])
HIVE-3437. 0.23 compatibility: fix unit tests when building against 0.23 
(Chris Drome via cws) (Revision 1409752)

 Result = FAILURE
cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1409752
Files : 
* /hive/branches/branch-0.9/build-common.xml
* /hive/branches/branch-0.9/build.properties
* /hive/branches/branch-0.9/common/ivy.xml
* /hive/branches/branch-0.9/eclipse-templates/.classpath
* /hive/branches/branch-0.9/hbase-handler/ivy.xml
* /hive/branches/branch-0.9/ivy/libraries.properties
* /hive/branches/branch-0.9/ql/ivy.xml
* 
/hive/branches/branch-0.9/ql/src/java/org/apache/hadoop/hive/ql/exec/HadoopJobExecHelper.java
* 
/hive/branches/branch-0.9/ql/src/java/org/apache/hadoop/hive/ql/exec/JobDebugger.java
* /hive/branches/branch-0.9/ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java
* /hive/branches/branch-0.9/ql/src/test/queries/clientnegative/autolocal1.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientnegative/local_mapred_error_cache.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientnegative/local_mapred_error_cache_hadoop20.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientnegative/mapreduce_stack_trace.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientnegative/mapreduce_stack_trace_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/auto_join14.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/auto_join14_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/combine2.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/combine2_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/ctas.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/ctas_hadoop20.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/groupby7_noskew_multi_single_reducer.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/groupby_complex_types_multi_single_reducer.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/groupby_multi_single_reducer.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/input12.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/input12_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/input39.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/input39_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/join14.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/join14_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/leftsemijoin.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/query_properties.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/repair.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/repair_hadoop20.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/sample_islocalmode_hook.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/sample_islocalmode_hook_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/split_sample.q
* /hive/branches/branch-0.9/ql/src/test/resources
* /hive/branches/branch-0.9/ql/src/test/resources/core-site.xml
* /hive/branches/branch-0.9/ql/src/test/results/clientnegative/autolocal1.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientnegative/local_mapred_error_cache.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientnegative/local_mapred_error_cache_hadoop20.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientnegative/mapreduce_stack_trace.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientnegative/mapreduce_stack_trace_hadoop20.q.out
* /hive/branches/branch-0.9/ql/src/test/results/clientpositive/auto_join14.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/auto_join14_hadoop20.q.out
* /hive/branches/branch-0.9/ql/src/test/results/clientpositive/combine2.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/combine2_hadoop20.q.out
* /hive/branches/branch-0.9/ql/src/test/results/clientpositive/ctas.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/ctas_hadoop20.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/groupby7_noskew_multi_single_reducer.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/groupby_complex_types_multi_single_reducer.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/groupby_multi_single_reducer.q.out
* /hive/branches/branch-0.9/ql/src/test/results/clientpositive/input12.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/i

[jira] [Commented] (HIVE-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-11-15 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3437:
--

Integrated in Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false #199 (See 
[https://builds.apache.org/job/Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false/199/])
HIVE-3437. 0.23 compatibility: fix unit tests when building against 0.23 
(Chris Drome via cws) (Revision 1409752)

 Result = FAILURE
cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1409752
Files : 
* /hive/branches/branch-0.9/build-common.xml
* /hive/branches/branch-0.9/build.properties
* /hive/branches/branch-0.9/common/ivy.xml
* /hive/branches/branch-0.9/eclipse-templates/.classpath
* /hive/branches/branch-0.9/hbase-handler/ivy.xml
* /hive/branches/branch-0.9/ivy/libraries.properties
* /hive/branches/branch-0.9/ql/ivy.xml
* 
/hive/branches/branch-0.9/ql/src/java/org/apache/hadoop/hive/ql/exec/HadoopJobExecHelper.java
* 
/hive/branches/branch-0.9/ql/src/java/org/apache/hadoop/hive/ql/exec/JobDebugger.java
* /hive/branches/branch-0.9/ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java
* /hive/branches/branch-0.9/ql/src/test/queries/clientnegative/autolocal1.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientnegative/local_mapred_error_cache.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientnegative/local_mapred_error_cache_hadoop20.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientnegative/mapreduce_stack_trace.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientnegative/mapreduce_stack_trace_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/auto_join14.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/auto_join14_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/combine2.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/combine2_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/ctas.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/ctas_hadoop20.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/groupby7_noskew_multi_single_reducer.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/groupby_complex_types_multi_single_reducer.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/groupby_multi_single_reducer.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/input12.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/input12_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/input39.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/input39_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/join14.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/join14_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/leftsemijoin.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/query_properties.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/repair.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/repair_hadoop20.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/sample_islocalmode_hook.q
* 
/hive/branches/branch-0.9/ql/src/test/queries/clientpositive/sample_islocalmode_hook_hadoop20.q
* /hive/branches/branch-0.9/ql/src/test/queries/clientpositive/split_sample.q
* /hive/branches/branch-0.9/ql/src/test/resources
* /hive/branches/branch-0.9/ql/src/test/resources/core-site.xml
* /hive/branches/branch-0.9/ql/src/test/results/clientnegative/autolocal1.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientnegative/local_mapred_error_cache.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientnegative/local_mapred_error_cache_hadoop20.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientnegative/mapreduce_stack_trace.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientnegative/mapreduce_stack_trace_hadoop20.q.out
* /hive/branches/branch-0.9/ql/src/test/results/clientpositive/auto_join14.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/auto_join14_hadoop20.q.out
* /hive/branches/branch-0.9/ql/src/test/results/clientpositive/combine2.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/combine2_hadoop20.q.out
* /hive/branches/branch-0.9/ql/src/test/results/clientpositive/ctas.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/ctas_hadoop20.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/groupby7_noskew_multi_single_reducer.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/groupby_complex_types_multi_single_reducer.q.out
* 
/hive/branches/branch-0.9/ql/src/test/results/clientpositive/groupby_multi_single_reducer.q.out
* /hive/branches/branch-0.9/ql/src/test/results/clientpositive/input12.q.out
* 
/hive/branches/branch-0.9/ql/s

[jira] [Commented] (HIVE-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-11-14 Thread Chris Drome (JIRA)

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

Chris Drome commented on HIVE-3437:
---

We need these changes in the 0.9 branch, so please apply them there as well.

Thanks for your patience with this patch.

> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 0.9.0, 0.10.0
>Reporter: Chris Drome
>Assignee: Chris Drome
> Fix For: 0.10.0
>
> Attachments: HIVE-3437-0.9-1.patch, HIVE-3437-0.9-2.patch, 
> HIVE-3437-0.9-3.patch, HIVE-3437-0.9-4.patch, HIVE-3437-0.9-5.patch, 
> HIVE-3437-0.9-6.patch, HIVE-3437-0.9.patch, HIVE-3437-trunk-1.patch, 
> HIVE-3437-trunk-2.patch, HIVE-3437-trunk-3.patch, HIVE-3437-trunk-4.patch, 
> HIVE-3437-trunk-5.patch, HIVE-3437-trunk-6.patch, HIVE-3437-trunk-7.patch, 
> HIVE-3437-trunk-8.patch, HIVE-3437-trunk.patch
>
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-11-14 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3437:
--

Integrated in Hive-trunk-h0.21 #1795 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1795/])
HIVE-3437. 0.23 compatibility: fix unit tests when building against 0.23 
(Chris Drome via cws) (Revision 1409077)

 Result = FAILURE
cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1409077
Files : 
* /hive/trunk/build-common.xml
* /hive/trunk/build.properties
* /hive/trunk/common/ivy.xml
* /hive/trunk/eclipse-templates/.classpath
* /hive/trunk/hbase-handler/ivy.xml
* /hive/trunk/ivy/libraries.properties
* /hive/trunk/ql/ivy.xml
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java
* /hive/trunk/ql/src/test/queries/clientpositive/auto_join14.q
* /hive/trunk/ql/src/test/queries/clientpositive/auto_join14_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/combine2.q
* /hive/trunk/ql/src/test/queries/clientpositive/combine2_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/ctas.q
* /hive/trunk/ql/src/test/queries/clientpositive/ctas_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/input12.q
* /hive/trunk/ql/src/test/queries/clientpositive/input12_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/input39.q
* /hive/trunk/ql/src/test/queries/clientpositive/input39_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/join14.q
* /hive/trunk/ql/src/test/queries/clientpositive/join14_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/sample_islocalmode_hook.q
* 
/hive/trunk/ql/src/test/queries/clientpositive/sample_islocalmode_hook_hadoop20.q
* /hive/trunk/ql/src/test/queries/clientpositive/split_sample.q
* /hive/trunk/ql/src/test/resources
* /hive/trunk/ql/src/test/resources/core-site.xml
* /hive/trunk/ql/src/test/results/clientnegative/mapreduce_stack_trace.q.out
* 
/hive/trunk/ql/src/test/results/clientnegative/mapreduce_stack_trace_turnoff.q.out
* /hive/trunk/ql/src/test/results/clientpositive/auto_join14.q.out
* /hive/trunk/ql/src/test/results/clientpositive/auto_join14_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/combine2.q.out
* /hive/trunk/ql/src/test/results/clientpositive/combine2_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ctas.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ctas_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input12.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input12_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input39.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input39_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join14.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join14_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/sample_islocalmode_hook.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/sample_islocalmode_hook_hadoop20.q.out
* /hive/trunk/ql/src/test/results/clientpositive/split_sample.q.out
* 
/hive/trunk/service/src/test/org/apache/hadoop/hive/service/TestHiveServerSessions.java
* /hive/trunk/shims/ivy.xml


> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 0.9.0, 0.10.0
>Reporter: Chris Drome
>Assignee: Chris Drome
> Fix For: 0.10.0
>
> Attachments: HIVE-3437-0.9-1.patch, HIVE-3437-0.9-2.patch, 
> HIVE-3437-0.9-3.patch, HIVE-3437-0.9-4.patch, HIVE-3437-0.9-5.patch, 
> HIVE-3437-0.9-6.patch, HIVE-3437-0.9.patch, HIVE-3437-trunk-1.patch, 
> HIVE-3437-trunk-2.patch, HIVE-3437-trunk-3.patch, HIVE-3437-trunk-4.patch, 
> HIVE-3437-trunk-5.patch, HIVE-3437-trunk-6.patch, HIVE-3437-trunk-7.patch, 
> HIVE-3437-trunk-8.patch, HIVE-3437-trunk.patch
>
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-11-13 Thread Carl Steinbach (JIRA)

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

Carl Steinbach commented on HIVE-3437:
--

@Chris: Since 0.10.0 is imminent I doubt we're going to do an 0.9.1 release, 
but let me know if you still want this backported. Thanks.

> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 0.9.0, 0.10.0
>Reporter: Chris Drome
>Assignee: Chris Drome
> Fix For: 0.10.0
>
> Attachments: HIVE-3437-0.9-1.patch, HIVE-3437-0.9-2.patch, 
> HIVE-3437-0.9-3.patch, HIVE-3437-0.9-4.patch, HIVE-3437-0.9-5.patch, 
> HIVE-3437-0.9-6.patch, HIVE-3437-0.9.patch, HIVE-3437-trunk-1.patch, 
> HIVE-3437-trunk-2.patch, HIVE-3437-trunk-3.patch, HIVE-3437-trunk-4.patch, 
> HIVE-3437-trunk-5.patch, HIVE-3437-trunk-6.patch, HIVE-3437-trunk-7.patch, 
> HIVE-3437-trunk-8.patch, HIVE-3437-trunk.patch
>
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-11-12 Thread Carl Steinbach (JIRA)

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

Carl Steinbach commented on HIVE-3437:
--

@Chris: I found two more issues. Please see my comments on phabricator. Thanks.

> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 0.9.0, 0.10.0
>Reporter: Chris Drome
>Assignee: Chris Drome
> Fix For: 0.9.0, 0.10.0
>
> Attachments: HIVE-3437-0.9-1.patch, HIVE-3437-0.9-2.patch, 
> HIVE-3437-0.9-3.patch, HIVE-3437-0.9-4.patch, HIVE-3437-0.9-5.patch, 
> HIVE-3437-0.9-6.patch, HIVE-3437-0.9.patch, HIVE-3437-trunk-1.patch, 
> HIVE-3437-trunk-2.patch, HIVE-3437-trunk-3.patch, HIVE-3437-trunk-4.patch, 
> HIVE-3437-trunk-5.patch, HIVE-3437-trunk-6.patch, HIVE-3437-trunk-7.patch, 
> HIVE-3437-trunk.patch
>
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-11-08 Thread Carl Steinbach (JIRA)

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

Carl Steinbach commented on HIVE-3437:
--

+1. Will commit if tests pass.

> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 0.9.0, 0.10.0
>Reporter: Chris Drome
>Assignee: Chris Drome
> Fix For: 0.9.0, 0.10.0
>
> Attachments: HIVE-3437-0.9-1.patch, HIVE-3437-0.9-2.patch, 
> HIVE-3437-0.9-3.patch, HIVE-3437-0.9-4.patch, HIVE-3437-0.9-5.patch, 
> HIVE-3437-0.9-6.patch, HIVE-3437-0.9.patch, HIVE-3437-trunk-1.patch, 
> HIVE-3437-trunk-2.patch, HIVE-3437-trunk-3.patch, HIVE-3437-trunk-4.patch, 
> HIVE-3437-trunk-5.patch, HIVE-3437-trunk-6.patch, HIVE-3437-trunk.patch
>
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-11-07 Thread Carl Steinbach (JIRA)

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

Carl Steinbach commented on HIVE-3437:
--

@Chris: I added some comments here: https://reviews.facebook.net/D5649



> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 0.9.0, 0.10.0
>Reporter: Chris Drome
>Assignee: Chris Drome
> Fix For: 0.9.0, 0.10.0
>
> Attachments: HIVE-3437-0.9-1.patch, HIVE-3437-0.9-2.patch, 
> HIVE-3437-0.9-3.patch, HIVE-3437-0.9-4.patch, HIVE-3437-0.9-5.patch, 
> HIVE-3437-0.9.patch, HIVE-3437-trunk-1.patch, HIVE-3437-trunk-2.patch, 
> HIVE-3437-trunk-3.patch, HIVE-3437-trunk-4.patch, HIVE-3437-trunk-5.patch, 
> HIVE-3437-trunk.patch
>
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-10-15 Thread Carl Steinbach (JIRA)

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

Carl Steinbach commented on HIVE-3437:
--

@Chris: I left some comments on phabricator. Please let me know what you think. 
Thanks.

> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 0.9.0, 0.10.0
>Reporter: Chris Drome
>Assignee: Chris Drome
> Fix For: 0.9.0, 0.10.0
>
> Attachments: HIVE-3437-0.9-1.patch, HIVE-3437-0.9-2.patch, 
> HIVE-3437-0.9-3.patch, HIVE-3437-0.9-4.patch, HIVE-3437-0.9.patch, 
> HIVE-3437-trunk-1.patch, HIVE-3437-trunk-2.patch, HIVE-3437-trunk-3.patch, 
> HIVE-3437-trunk-4.patch, HIVE-3437-trunk.patch
>
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-10-01 Thread Carl Steinbach (JIRA)

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

Carl Steinbach commented on HIVE-3437:
--

@Chris: I left some more comments on phabricator. Thanks.

> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 0.9.0, 0.10.0
>Reporter: Chris Drome
>Assignee: Chris Drome
> Fix For: 0.9.0, 0.10.0
>
> Attachments: HIVE-3437-0.9-1.patch, HIVE-3437-0.9-2.patch, 
> HIVE-3437-0.9.patch, HIVE-3437-trunk-1.patch, HIVE-3437-trunk-2.patch, 
> HIVE-3437-trunk.patch
>
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-09-24 Thread Chris Drome (JIRA)

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

Chris Drome commented on HIVE-3437:
---

arc created a new phabricator link when updating trunk patch:

https://reviews.facebook.net/D5649

> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 0.9.0, 0.10.0
>Reporter: Chris Drome
>Assignee: Chris Drome
> Fix For: 0.9.0, 0.10.0
>
> Attachments: HIVE-3437-0.9-1.patch, HIVE-3437-0.9.patch, 
> HIVE-3437-trunk-1.patch, HIVE-3437-trunk.patch
>
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-09-24 Thread Chris Drome (JIRA)

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

Chris Drome commented on HIVE-3437:
---

New patches incorporating changes which address Carl's comments.

> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 0.9.0, 0.10.0
>Reporter: Chris Drome
>Assignee: Chris Drome
> Fix For: 0.9.0, 0.10.0
>
> Attachments: HIVE-3437-0.9-1.patch, HIVE-3437-0.9.patch, 
> HIVE-3437-trunk-1.patch, HIVE-3437-trunk.patch
>
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-09-18 Thread Chris Drome (JIRA)

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

Chris Drome commented on HIVE-3437:
---

phabricator links for 0.9 and trunk patches respectively:

https://reviews.facebook.net/D5511
https://reviews.facebook.net/D5523

> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 0.10.0, 0.9.1
>Reporter: Chris Drome
>Assignee: Chris Drome
> Attachments: HIVE-3437-0.9.patch, HIVE-3437-trunk.patch
>
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-09-06 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-3437:


Assigned to Chris. Chris, also added you to contributors list. So, you can 
assign yourself any other jiras.

> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 0.10.0, 0.9.1
>Reporter: Chris Drome
>Assignee: Chris Drome
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

--
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-3437) 0.23 compatibility: fix unit tests when building against 0.23

2012-09-06 Thread Chris Drome (JIRA)

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

Chris Drome commented on HIVE-3437:
---

I'm actively working on this JIRA, but was not able to assign it to myself.

> 0.23 compatibility: fix unit tests when building against 0.23
> -
>
> Key: HIVE-3437
> URL: https://issues.apache.org/jira/browse/HIVE-3437
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 0.10.0, 0.9.1
>Reporter: Chris Drome
>
> Many unit tests fail as a result of building the code against hadoop 0.23. 
> Initial focus will be to fix 0.9.

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