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-
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