Re: zeppelin build fails with DependencyConvergence error

2018-01-11 Thread Jeff Zhang
.*2*.3? >>>> (certain dependencies currently list jackson 2.*5*.3) >>>> >>>> >>>> >>>> -- >>>> Ruslan Dautkhanov >>>> >>>> On Sat, Dec 16, 2017 at 3:03 AM, Felix Cheung < >>>> felixcheun...

Re: zeppelin build fails with DependencyConvergence error

2018-01-11 Thread Ruslan Dautkhanov
sckson 2.*2*.3? >>> (certain dependencies currently list jackson 2.*5*.3) >>> >>> >>> >>> -- >>> Ruslan Dautkhanov >>> >>> On Sat, Dec 16, 2017 at 3:03 AM, Felix Cheung >> > wrote: >>> >>>> Instead

Re: zeppelin build fails with DependencyConvergence error

2018-01-11 Thread Jeff Zhang
t; 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. >>> Thanks! >>> >>> _ >>> From: R

Re: zeppelin build fails with DependencyConvergence error

2017-12-28 Thread Ruslan Dautkhanov
;> 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. >> Thanks! >> >> _________ >> From: Ruslan Dautkhanov >>

Re: zeppelin build fails with DependencyConvergence error

2017-12-18 Thread Ruslan Dautkhanov
: > 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. > Thanks! > > _ > From: Ruslan Dautkhanov > Sent: Monday, December 11, 2017 3

Re: zeppelin build fails with DependencyConvergence error

2017-12-16 Thread Felix Cheung
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. Thanks! _ From: Ruslan Dautkhanov Sent: Monday, December 11, 2017 3:42 PM Subject: Re: zeppelin build fails with

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

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