GitHub user weand opened a pull request:
https://github.com/apache/zeppelin/pull/2808
[ZEPPELIN-3243] fix IndexOutOfBoundsException when 'No interpreter is
binded to this note'
### What is this PR for?
I observed IndexOutOfBoundsException when using zeppelin locally on an
existing notebook repository and with fresh interpreter.json file.
The default Zeppelin behavior when using existing notebooks is the manual
binding of the interpreter settings, which works fine. This PR simply avoids
the IndexOutOfBoundsException.
### What type of PR is it?
Bug Fix
### Todos
-
### What is the Jira issue?
[https://issues.apache.org/jira/browse/ZEPPELIN-3243](https://issues.apache.org/jira/browse/ZEPPELIN-3243)
### How should this be tested?
- manual
### 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/weand/zeppelin ZEPPELIN-3243
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2808.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 #2808
----
commit b97a38eeed89573e64059dc862ab9bc05700ce7d
Author: Andreas Weise <a.weise@...>
Date: 2018-02-18T11:55:32Z
ZEPPELIN-3243 fix IndexOutOfBoundsException when 'No interpreter is
binded to this note'
----
---