GitHub user onkarshedge opened a pull request: https://github.com/apache/incubator-zeppelin/pull/873
Zeppelin configuration getStringValue() returns multiple values comma⦠### What is this PR for? ZeppelinConfiguration getStringValue(String name,String d) returns only a single value. To have it return multiple comma separated values. These multiple values are used by NotebookRepoSync and interpreterClassList in InterpreterFactory in zeppelin-zengine ### What type of PR is it? [Bug Fix ] ### Todos * [ ] - Review ### What is the Jira issue? * [ZEPPELIN-839](https://issues.apache.org/jira/browse/ZEPPELIN-839) ### How should this be tested? Create a Note and have a look at Configuration ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? * Is there breaking changes for older versions? * Does this needs documentation? ⦠separated You can merge this pull request into a Git repository by running: $ git pull https://github.com/onkarshedge/incubator-zeppelin Zeppelin-839-Zeppelin-configuration Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/873.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 #873 ---- commit 23307459784e4fa862181463197241342d3da506 Author: onkarshedge <shedge31on...@gmail.com> Date: 2016-05-04T12:26:31Z Zeppelin configuration getStringValue() returns multiple values comma separated ---- --- 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. ---