Sachin Janani created ZEPPELIN-940:
--------------------------------------
Summary: Allow zeppelin server to connect to already executing
Remote Interpreter
Key: ZEPPELIN-940
URL: https://issues.apache.org/jira/browse/ZEPPELIN-940
Project: Zeppelin
Issue Type: Improvement
Components: zeppelin-interpreter
Reporter: Sachin Janani
Currenlty zeppelin server starts interpreter on localhost and with random
port.There can be scenario where user is starting RemoteInterpreter embedded in
his service by calling
{code}RemoteInterpreterServer server = new RemoteInterpreterServer(port)
server.start()
{code}
There should be option for the user to specify the host and port on which
remote interpreter is already running.
For each interpreter user will specify optional properties like:
zeppelin.interpreter.host=<ip address of remote host>
zeppelin.interpreter.port=<port number on which remote interpreter is listening
>
zeppelin.interpreter.is.alreadyexecuting=true/false
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)