You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by zjffdu <gi...@git.apache.org> on 2018/09/05 10:00:20 UTC

[GitHub] zeppelin issue #3156: [ZEPPELIN-3610] Cluster Raft module design

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


---