Re: zeppelin build fails with DependencyConvergence error

2018-01-11 Thread Ruslan Dautkhanov
Cheung <felixcheun...@hotmail.com >>> > wrote: >>> >>>> Instead of exclusion, would it be better to use the version in the >>>> cloudera repo? >>>> >>>> Please do consider contributing these changes back to Zeppelin source. >

Re: zeppelin build fails with DependencyConvergence error

2018-01-11 Thread Jeff Zhang
Felix Cheung <felixcheun...@hotmail.com> >> wrote: >> >>> Instead of exclusion, would it be better to use the version in the >>> cloudera repo? >>> >>> Please do consider contributing these changes back to Zeppelin source. >&

Re: zeppelin build fails with DependencyConvergence error

2017-12-18 Thread Ruslan Dautkhanov
.com> > Sent: Monday, December 11, 2017 3:42 PM > Subject: Re: zeppelin build fails with DependencyConvergence error > To: Zeppelin Users <us...@zeppelin.incubator.apache.org> > > > > Looks like master branch of Zeppelin still has compatibility issue with > Cloudera de

Re: zeppelin build fails with DependencyConvergence error

2017-12-16 Thread Felix Cheung
ct: Re: zeppelin build fails with DependencyConvergence error To: Zeppelin Users <us...@zeppelin.incubator.apache.org> Looks like master branch of Zeppelin still has compatibility issue with Cloudera dependencies. When built using mvn clean package -DskipTests -Pspark-2.2 -Dhadoop.version=2.6

Re: zeppelin build fails with DependencyConvergence error

2017-12-11 Thread Ruslan Dautkhanov
Looks like master branch of Zeppelin still has compatibility issue with Cloudera dependencies. When built using mvn clean package -DskipTests -Pspark-2.2 -Dhadoop.version=2.6.0-cdh5.12.1 -Phadoop-2.6 -Pvendor-repo -pl '!...list of excluded packages' -e maven fails on jackson convergence error -

Re: zeppelin build fails with DependencyConvergence error

2017-08-28 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

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

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