Re: compilation errors on hive for hadoop-3.0.0

2018-03-21 Thread Jasson Chenwei
oop version should be > changed in the hive build. > > > In the meantime you can try building with hadoop 3.0.0, either by changing > hadoop.version in your pom.xml or by adding -Dhadoop.version=3.0.0 on your > mvn command line. > > > ---------- >

compilation errors on hive for hadoop-3.0.0

2018-03-20 Thread Jasson Chenwei
hi, there I am trying to build a hive distribution for hadoop-3.0.0. I just git clone the source code from https://github.com/apache/hive. I have noticed that the hadoop-3.0.0-beta dependency has been included in the pom file. So, I just executed: mvn clean package -Pdist -Dmaven.test.skip=true