GitHub user AhyoungRyu opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/945
ZEPPELIN-931: fix interpreter listing bug
### What is this PR for?
Currently available interpreter list is not shown in `Creating New
Interpreter` section. It seems this bug was generated after #835 was merged. So
I temporally deactivated [3 SerializedName code
lines](https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/Interpreter.java#L228).
### What type of PR is it?
Bug Fix
### Todos
* [x] - Fix interpreter listing bug when creating new interpreter
### What is the Jira issue?
[ZEPPELIN-931](https://issues.apache.org/jira/browse/ZEPPELIN-931)
### How should this be tested?
1. Build master branch and browse Zeppelin home
2. Create new interpreter -> You can see the available interpreter list in
this step
3. Apply this patch
4. Build again and browse -> You can see the available interpreter list
except `spark` interpreter.
The reason why you can't see `spark` interpreter in this step is `spark` is
classified as `remoteInterpreter` since #835 was merged.
### Screenshots (if appropriate)
- **Before**
<img width="1273" alt="screen shot 2016-06-01 at 12 36 42 pm"
src="https://cloud.githubusercontent.com/assets/10060731/15723066/9082435e-27f5-11e6-9783-df44638dbbec.png">
- **After**
<img width="1273" alt="screen shot 2016-06-01 at 12 33 06 pm"
src="https://cloud.githubusercontent.com/assets/10060731/15723067/92bcc8ce-27f5-11e6-82f5-6c0db7b4342c.png">
### 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/AhyoungRyu/incubator-zeppelin ZEPPELIN-931
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/945.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 #945
----
commit 6d7f1bc43437e8a876eef1a3e36a17fbd5805cb1
Author: AhyoungRyu <[email protected]>
Date: 2016-06-01T18:56:52Z
ZEPPELIN-931: fix interpreter listing bug
----
---
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.
---