java.lang.ClassNotFoundException: org.apache.hadoop.mapreduce.util.HostUtil for Hive 0.10.0

2013-02-26 Thread Eric Chu
(+hue-user since this issue prevents me from successfully installing Hue from source) Hi, I recently did the following with both the Hive-0.10 and Hive-0.9, and had a problem with 0.10 that I didn't see with 0.9 - Checked out the respective branch from github - Did an "ant package" - Co

Re: installing hive-0.10.0 from source

2013-02-26 Thread Eric Chu
To update this thread, I also did a git clone and checked out branch-0.10. The release notes there also says it's 0.8.0, and the git log doesn't have many of the changes mentioned in the Jira change log for 0.10.0

installing hive-0.10.0 from source

2013-02-26 Thread Eric Chu
Hi, I tried to build Hive0.10.0 from source by doing the following: svn co http://svn.apache.org/repos/asf/hive/trunk hive sudo ant package It built fine and I got the dist folder as expected, but inside that folder the RELEASE_NOTES.txt says the version is 0.8.0. How do I get 0.10.0 source?