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