GitHub user sanjaydasgupta opened a pull request:
https://github.com/apache/zeppelin/pull/2998
[ZEPPELIN-3522] String "defaultValue" instead of boolean in some
"interpreter-settings.json" files
### What is this PR for?
The _interpreter-settings.json_ file for each interpreter has details of
each configurable parameter for that interpreter. Each parameter also has a
_defaultValue_ setting. For boolean-typed parameters the _defaultValue_ must be
set to _true_ or _false_.
But in some _interpreter-settings.json_ files, the _defaultValue_ has been
set to the string values _"true"_ or _"false"_ (the quote marks are included in
the value provided).
### What type of PR is it?
[Bug Fix]
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3522
### How should this be tested?
CI pass
### 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/sanjaydasgupta/zeppelin
zepp-3522-string-default-value
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2998.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 #2998
----
commit 9bdb0f35bf1967985e607afcc6ba06b955c587c7
Author: Sanjay Dasgupta <sanjay.dasgupta@...>
Date: 2018-06-01T13:21:46Z
zepp-3522-string-default-value: Initial updates
----
---