Re: Hive and CDH4 GA

2012-07-18 Thread kulkarni.swar...@gmail.com
To follow up on this one, I figured out that the bug resolved here [1] was the main source of my problems. It basically changed the definition of NetUtils#getInputStream method causing a "NoSuchMethodError" to be thrown downstream. I upgraded hive 0.9 to use the hbase jar packaged with CDH4 GA rele

Re: Hive and CDH4 GA

2012-07-16 Thread kulkarni.swar...@gmail.com
Yeah. I did override hadoop.security.version to 2.0.0-alpha. That gives me a whole bunch of compilation errors in HadoopShimsSecure.java [javac] /Users/sk018283/git-repo/hive/shims/src/common-secure/java/org/apache/hadoop/hive/shims/HadoopShimsSecure.java:37: package org.apache.hadoop.mapred d

Re: Hive and CDH4 GA

2012-07-16 Thread Ted Yu
I see the following in build.properties : hadoop.version=${hadoop-0.20.version} hadoop.security.version=${hadoop-0.20S.version} Have you tried to override the above property values when building ? If it still fails, please comment on HIVE-3029 .

Re: Hive and CDH4 GA

2012-07-16 Thread kulkarni.swar...@gmail.com
I found this issue [1] and applied the patch but still the issue persists. Any different way that I should be creating my assembly (currently just doing "ant clean tar") so that it works with hadoop 2.0.0 on its classpath? Any help is appreciated. Thanks, [1] https://issues.apache.org/jira/brow

Re: Hive and CDH4 GA

2012-07-13 Thread Ted Yu
See https://issues.apache.org/jira/browse/HADOOP-8350?focusedCommentId=13414276&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13414276 Cheers On Fri, Jul 13, 2012 at 12:38 PM, kulkarni.swar...@gmail.com < kulkarni.swar...@gmail.com> wrote: > Has anyone being using