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

2013-10-09 Thread stanilovsky
thats why mapreduce.util.HostUtil is from mr2, and you use (i think) mr1, hive has dummy code : common/java/org/apache/hadoop/hive/shims/ShimLoader.java - String getMajorVersion() { String vers = VersionInfo.getVersion(); thus you gets something like : 2.0.0-cdh4.1.0, instead you use old

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 -