Re: Build failure on 0.8.0 when using CDH hadoop

2018-10-15 Thread Michael Williams
Thanks for the response, Ruslan. I've noticed that the maven profiles seem to have changed since 0.7.3, so specifying the profile "-Phadoop-2.6" is ignored and still builds with Hadoop 2.7.3, the default version. The actual profile is "-Phadoop2" and I'm assuming that from there you are to specify

Re: Build failure on 0.8.0 when using CDH hadoop

2018-10-15 Thread Ruslan Dautkhanov
Michael, This is my build command for Cloudera: mvn clean package -DskipTests -Pspark-2.2 -Phadoop-2.6 -Pvendor-repo -Pscala-2.10 -Psparkr -pl '!alluxio,!flink,!ignite,!lens,!cassandra,!bigquery,!scio' -e It works okay with CDH. Including CDH 5.14 you mentioned. We used to have -Dhadoop.version

Re: Build failure on 0.8.0 when using CDH hadoop

2018-10-15 Thread Michael Williams
I understand it's possible to build and run Zeppelin using plain Hadoop, but we are always running on Cloudera clusters so it makes sense for us to build against Cloudera's Hadoop dist. Or would you recommend building using plain Hadoop, not as a workaround but for some other reason? Since we are

Re: Build failure on 0.8.0 when using CDH hadoop

2018-10-12 Thread Jeff Zhang
You don't need to build with CDH to run zeppelin under CDH, you can just run the following command to run zeppelin under CDH mvn clean package -DskipTests Michael Williams 于2018年10月13日周六 上午7:38写道: > Hey all, > > I'm hitting some dependency issues when trying to build Zeppelin 0.8.0 > with CDH-5

Build failure on 0.8.0 when using CDH hadoop

2018-10-12 Thread Michael Williams
Hey all, I'm hitting some dependency issues when trying to build Zeppelin 0.8.0 with CDH-5.14.4. Here's the maven command I'm using: mvn clean install -DskipTests -Pbuild-distr -Pvendor-repo > -Dhadoop.version=2.6.0-cdh5.14.4 -Dcheckstyle.skip=true -Pr -Pspark-2.2 > -Dspark.version=2.2.0 -Pscala-