GitHub user jongyoul reopened 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 <[email protected]>
Date: 2017-05-03T16:39:21Z
move some files of remote packages from zeppelin-interpreter to
zeppelin-zengine
commit b7e0b9436a55a2251af637b976222b7333556296
Author: Jongyoul Lee <[email protected]>
Date: 2017-05-04T08:15:45Z
moved some files related remote interpreter and fix some minor things
commit 0a881c1b3869e5005a99f55eae177caf5a85ee13
Author: Jongyoul Lee <[email protected]>
Date: 2017-05-04T08:20:28Z
Removed unused package imported
Removed unnecessary classes imported
commit 5ac8dfbbd9eaa127137a4767cddd8e60ddd2f290
Author: Jongyoul Lee <[email protected]>
Date: 2017-05-05T15:38:11Z
Moved RemoteInterpreterServer to zeppelin-interpreter
commit 99c093229655883a1d3aade5fab756f06a39285e
Author: Jongyoul Lee <[email protected]>
Date: 2017-05-05T15:40:10Z
Made DummyInterpreter
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---