Unsubscribe ----- Original Message ----- From: "Jeff Zhang" <zjf...@gmail.com> To: users@zeppelin.apache.org Sent: Friday, October 12, 2018 8:33:35 PM Subject: Re: Build failure on 0.8.0 when using CDH hadoop
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 < mwilli...@phemi.com >于2018年10月13日周六 上午7:38写道: 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-2.11 With that I run into some Jackson and Zookeeper issues, mainly with hadoop-client and hadoop-azure. I see that this has been an issue before and there was a PR to fix CDH compatibility issues for 0.8.0 , but it looks like those changes have been overwritten at some point. Wondering if this is a known issue or are CDH builds supposed to be working? Was that commit to fix this overwritten by accident or not? In the case that is should be working, is there something that anyone can see wrong with what I am doing? Thanks, Michael