Jeff Zhang created ZEPPELIN-1377: ------------------------------------ Summary: Run remote interpreter process in remote machine Key: ZEPPELIN-1377 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1377 Project: Zeppelin Issue Type: New Feature Affects Versions: 0.6.1 Reporter: Jeff Zhang Assignee: Jeff Zhang
For now, all the remote interpreter process are running in the same host as zeppelin server, this is fine for single user. But after we support multiple users, there would be many remote interpreter process on the same host as each user would run its own interpreter process, I have concern about the scalability. So it would be better to run them on a remote host. One candidate solution is to run them as yarn application. This would be a big change, need design review before implementation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)