Hi, I am writing a custom interpreter for one of the service for which I want the remote interpreter to be started on some remote machine (other than localhost). Also we have a usecase wherein our service will start interpreter before zeppelin server.But after looking to the zeppelin code I found that RemoteInterpreterProcess.java starts interpreter only on the localhost i.e the machine on which zeppelin server is running and also there I didnt found anyway where zeppelin can connect to the RemoteInterpreter instead of starting a new one. My question here is, a) was there any specific reason because of which interpreter was started on localhost? b) Is there any way we can allow zeppelin server to connect to already running remote interpreter ?
Thanks, Sachin Janani