Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3156
Thanks @liuxunorg , but the shade part does not seem correct to me. I make
a simple PR to implement that.
https://github.com/zjffdu/zeppelin/commit/a82dc24adace704979b866f36459df61a70d0632
I think we need to introduce another module zeppelin-interpreter-api which
shade all dependencies of zeppelin-interpreter, and all the interpreter modules
depends on this module instead of zeppelin-interpreter so that we can avoid the
potential conflict of some interpreter module and zeppelin-interpreter
---