Re: Use hive on hadoop 3.0.0

2013-10-14 Thread Thejas Nair
If you are using HIVE-TEZ branch, you also need tez (git clone g...@github.com:apache/tez.git). Publish the tez artifacts locally (mvn clean install -DskipTests). In hive, change build.properties to have hadoop-0.23.version=Hadoop-3.0.0-SNAPSHOT. Specifying that using "-Dhadoop-0.23.version" in yo

Use hive on hadoop 3.0.0

2013-10-12 Thread Tim Chou
Dear Hivers, I am a user of HIVE ( or HIVE-TEZ banch). I want to let hive use on Hadoop-3.0.0-SNAPSHOT. I have changed hadoop version when I compiled hive. But it still doesn't work with Hadoop-3.0.0-SNAPSHOT. I don't know how to do in this situation. Can someone help me? Thanks, Tim