You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Xun Liu (Jira)" <ji...@apache.org> on 2019/09/12 15:31:00 UTC

[jira] [Created] (ZEPPELIN-4328) DockerInterpreterLauncher can not run

Xun Liu created ZEPPELIN-4328:
---------------------------------

             Summary: DockerInterpreterLauncher can not run
                 Key: ZEPPELIN-4328
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4328
             Project: Zeppelin
          Issue Type: Sub-task
            Reporter: Xun Liu
             Fix For: 0.9.0


I found DockerInterpreterLauncher can't run.

Because DockerInterpreterLauncher needs to support Standard Interpreter and spark interpreter,
Rely on StandardInterpreterLauncher and SparkInterpreterLauncher.

However, the StandardInterpreterLauncher and SparkInterpreterLauncher are moved to the zeppelin-zengine module in -ZEPPELIN-4227(https://issues.apache.org/jira/browse/ZEPPELIN-4227)-, and the DockerInterpreterLauncher is dynamically loaded by the classloader, so the DockerInterpreterLauncher cannot call functions in the StandardInterpreterLauncher and SparkInterpreterLauncher in different classloads..

I don't know how to solve this problem.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)