Re: Cannot build hive

2014-01-27 Thread Gunther Hagleitner
Thomas, You have to use -Phadoop-1 or -Phadoop-2 as an option when building hive. Thanks, Gunther. On Mon, Jan 27, 2014 at 11:48 PM, Thomas Larsson wrote: > Thanks Andrew, I'll try that. > > > On Tue, Jan 28, 2014 at 8:46 AM, Andrew Mains > wrote: > >> Hi Thomas, >> >> Check out the developer

Re: Cannot build hive

2014-01-27 Thread Thomas Larsson
Yes, that works. In other words RTFM! On Tue, Jan 28, 2014 at 8:48 AM, Thomas Larsson wrote: > Thanks Andrew, I'll try that. > > > On Tue, Jan 28, 2014 at 8:46 AM, Andrew Mains > wrote: > >> Hi Thomas, >> >> Check out the developer guide and FAQ: https://cwiki.apache.org/ >> confluence/display/

Re: Cannot build hive

2014-01-27 Thread Thomas Larsson
Thanks Andrew, I'll try that. On Tue, Jan 28, 2014 at 8:46 AM, Andrew Mains wrote: > Hi Thomas, > > Check out the developer guide and FAQ: https://cwiki.apache.org/ > confluence/display/Hive/DeveloperGuide#DeveloperGuide- > CompilingandRunningHive, https://cwiki.apache.org/confluence/display/Hiv

Re: Cannot build hive

2014-01-27 Thread Andrew Mains
Hi Thomas, Check out the developer guide and FAQ: https://cwiki.apache.org/confluence/display/Hive/DeveloperGuide#DeveloperGuide-CompilingandRunningHive, https://cwiki.apache.org/confluence/display/Hive/HiveDeveloperFAQ . The instructions on the FAQ ought to work for the latest code (at least,

Cannot build hive

2014-01-27 Thread Thomas Larsson
Hello. I just checked out the hive git repo and ran "mvn clean install" from the project root. It fails in module common in which the class HiveStringUtils tries to use the classes org.apache.hadoop.fs.Path and org.apache.hadoop.fs.Text which cannot be found. Is there anything special I need to d