Re: Hive install doc: $ ant package

2014-02-07 Thread Lefty Leverenz
Another question -- can I just change Ant to Maven in this opening sentence (or should it specify a Maven version)? Installing Hive is simple and only requires having Java 1.6 and Ant installed on your machine. To deal with installation instructions that need Ant for previous releases, I'm

Re: Hive install doc: $ ant package

2014-02-07 Thread Brock Noland
+1 on both On Fri, Feb 7, 2014 at 4:34 AM, Lefty Leverenz leftylever...@gmail.com wrote: Another question -- can I just change Ant to Maven in this opening sentence (or should it specify a Maven version)? Installing Hive is simple and only requires having Java 1.6 and Ant installed on your

Re: Hive install doc: $ ant package

2013-11-24 Thread Xuefu Zhang
I think the replacement in doc would be good, though the subsequent text also needs to be replaced. Specifically, the hive dist directory will be at a different place. You need -Pdist in above first maven command to generate the distribution directory. The current distribution directory is located

Re: Hive install doc: $ ant package

2013-11-24 Thread Lefty Leverenz
Thanks Xuefu! The current distribution directory is located at packaging/target/apache-hive-0.13.0-SNAPSHOT-bin/apache-hive-0.13.0-SNAPSHOT-bin/, which corresponds to previous build/dist/. The wiki needs a generic location, since we can't update it with every release (and people might install

Re: Hive install doc: $ ant package

2013-11-24 Thread Xuefu Zhang
Lefty, please see my comments below. The current distribution directory is located at packaging/target/apache-hive-0.13.0-SNAPSHOT-bin/apache-hive-0.13.0-SNAPSHOT-bin/, which corresponds to previous build/dist/. The wiki needs a generic location, since we can't update it with every

Hive install doc: $ ant package

2013-11-23 Thread Lefty Leverenz
Installing Hivehttps://cwiki.apache.org/confluence/display/Hive/AdminManual+Installation#AdminManualInstallation-InstallingHivestill gives the ant command for building Hive: To build Hive, execute the following command on the base directory: $ ant package Can that be replaced by these commands