Re: hive maven install

2012-12-05 Thread Nitin Pawar
in either case, once you have jar buiilt, you can use maven command line to deploy by yourself to maven repo On Wed, Dec 5, 2012 at 4:48 PM, Viral Bajaria wrote: > Actually I am using the ant build targets and not maven. I don't think > hive is fully mavenized as yet (github repo does not have p

Re: hive maven install

2012-12-05 Thread Viral Bajaria
Actually I am using the ant build targets and not maven. I don't think hive is fully mavenized as yet (github repo does not have pom.xml), it has ant targets which help you do all the maven stuff. The plugin that you suggest is for maven and not for ant. On Wed, Dec 5, 2012 at 3:14 AM, Nitin Pawa

Re: hive maven install

2012-12-05 Thread Nitin Pawar
you will need to use maven deploy plugin http://maven.apache.org/plugins/maven-deploy-plugin/usage.html On Wed, Dec 5, 2012 at 4:10 PM, Viral Bajaria wrote: > Hi, > > I downloaded hive 0.9.0 source and wanted to compile it for hadoop 0.23.4, > I ended up using the -Dhadoop.version info found at