Re: How does user user jar conflict resolved in spark interpreter?

2017-11-15 Thread Jeff Zhang
You can try mode isolated per user which would create one jvm for each user. Check this link for details. https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/usage/interpreter/interpreter_binding_mode.html Serega Sheypak 于2017年11月16日周四 上午5:42写道: > Hi zeppelin users! > I have the question about depe

How does user user jar conflict resolved in spark interpreter?

2017-11-15 Thread Serega Sheypak
Hi zeppelin users! I have the question about dependencies users are using while running notebooks using spark interpreter. Imagine I have configured spark intepreter. Two users write their spark notebooks. the first user does z.load("com:best-it-company:0.1") the second one user adds to his no

Re: Coping with conflicting Jackson version in Zeppelin and Spark 2.1+

2017-11-15 Thread Jeff Zhang
Do you have sample code reproduce it ? Zeppelin CI pass for spark 2.1, so I guess it happens in some specific cases. Fabian Böhnlein 于2017年11月15日周三 下午6:01写道: > Hi all, > > how are you resolving the conflicts of jackson packages? zeppelin/lib/* > brings version 2.5.3 while Spark 2.1+ has version 2

Coping with conflicting Jackson version in Zeppelin and Spark 2.1+

2017-11-15 Thread Fabian Böhnlein
Hi all, how are you resolving the conflicts of jackson packages? zeppelin/lib/* brings version 2.5.3 while Spark 2.1+ has version 2.6.2. For example this issue . This