Re: zeppelin build fails with DependencyConvergence error

2017-08-27 Thread Ruslan Dautkhanov
Thanks for prompt response Jeff. Yep, I was able to build Zeppelin without -Dhadoop.version=2.6.0-cdh5.12.0 .. interesting. I had to use this previously as zeppelin wouldn't build without that (on older versions). --- Might be unrelated, but now to start a spark interperter I have to have a valid

How to build zeppelin-*-bin-netinst.tgz package?

2017-08-27 Thread Tao Wang
Hi, I followed the instructions at http://zeppelin.apache.org/docs/snapshot/install/build.html And by using command: mvn clean package -Pbuild-distr -DskipTests -Pspark-2.1 -Phadoop-2.7 -Pr -Pscala-2.11 -Dspark.version=2.1.1 I built a zeppelin-0.7.2.tar.gz package, however, by look at the size,

Re: zeppelin build fails with DependencyConvergence error

2017-08-27 Thread Jeff Zhang
Can you run this command before ? It looks like CDH issue, I can build it successfully without specifying hadoop.version but just only -Phadoop-2.6 Ruslan Dautkhanov 于2017年8月28日周一 上午4:26写道: > Building from a current Zeppelin snapshot fails with > zeppelin build fails with > org.apache.maven.plu

zeppelin build fails with DependencyConvergence error

2017-08-27 Thread Ruslan Dautkhanov
Building from a current Zeppelin snapshot fails with zeppelin build fails with org.apache.maven.plugins.enforcer.DependencyConvergence see details below. Build command /opt/maven/maven-latest/bin/mvn clean package -DskipTests -Pspark-2.2 -Dhadoop.version=2.6.0-cdh5.12.0 -Phadoop-2.6 -Pvendor-repo