GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/2320
[MINOR] Move remoteinterpreter into zengine ### What is this PR for? RemoteInterpreter is only used in the server side then zeppelin-interpreter doesn't have to include this class. Moving this class helps to reduce interpreter binary size and change RemoteInterpreter without adding more dependencies if we want ### What type of PR is it? [Refactoring] ### Todos * [x] - Move RemoteInterpreter and related files out of zeppelin-interpreter module ### What is the Jira issue? N/A ### How should this be tested? N/A ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/jongyoul/zeppelin minor/move-remoteinterpreter-into-zengine Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2320.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2320 ---- commit 7e8721592d13c782d9028b6c52f4360980eb7d02 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2017-05-03T16:39:21Z move some files of remote packages from zeppelin-interpreter to zeppelin-zengine commit b7e0b9436a55a2251af637b976222b7333556296 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2017-05-04T08:15:45Z moved some files related remote interpreter and fix some minor things commit 0a881c1b3869e5005a99f55eae177caf5a85ee13 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2017-05-04T08:20:28Z Removed unused package imported Removed unnecessary classes imported ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---