Re: ant maven-build not working in trunk

2013-06-13 Thread amareshwari sriramdasu
Thanks Nitin, I will give a try with HIVE-4387. On Thu, Jun 13, 2013 at 12:30 PM, Nitin Pawar wrote: > I just tried a build with both jdk versions > > build = ant clean package > jdk7 on branch-0.10 with patch from HIVE-3384 and it works > jdk6 on trunk without any changes it works > > i created

Re: ant maven-build not working in trunk

2013-06-13 Thread Nitin Pawar
I just tried a build with both jdk versions build = ant clean package jdk7 on branch-0.10 with patch from HIVE-3384 and it works jdk6 on trunk without any changes it works i created a new redhat vm and installed sun jdk 6u43 and tried it. It works too. when i try ant maven-build -Dmvn.publish.r

Re: ant maven-build not working in trunk

2013-06-12 Thread amareshwari sriramdasu
Nitin, Hive does not compile with jdk7. You have to use jdk6 for compiling On Wed, Jun 12, 2013 at 9:42 PM, Nitin Pawar wrote: > I tried the build on trunk > > i did not hit the issue of make-pom but i hit the issue of jdbc with jdk7. > I will apply the patch and try again > > > On Wed, Jun 12,

Re: ant maven-build not working in trunk

2013-06-12 Thread amareshwari sriramdasu
Adding hcatalog-dev for help on this. Thanks Amareshwari On Wed, Jun 12, 2013 at 4:48 PM, amareshwari sriramdasu < amareshw...@gmail.com> wrote: > Hello, > > ant maven-build -Dmvn.publish.repo=local fails to build hcatalog with > following error : > > > /home/amareshwaris/hive/build. > xml:121:

Re: ant maven-build not working in trunk

2013-06-12 Thread Nitin Pawar
I tried the build on trunk i did not hit the issue of make-pom but i hit the issue of jdbc with jdk7. I will apply the patch and try again On Wed, Jun 12, 2013 at 4:48 PM, amareshwari sriramdasu < amareshw...@gmail.com> wrote: > Hello, > > ant maven-build -Dmvn.publish.repo=local fails to build