Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 306b0f23d -> 74ffc2134


[HOTFIX] change string true to boolean true

### What is this PR for?
Trivial fix

### What type of PR is it?
[Hot Fix]

### Todos
* [ ] - Task

### What is the Jira issue?
*
### 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

Author: Jeff Zhang <zjf...@apache.org>

Closes #2992 from zjffdu/hotfix_true and squashes the following commits:

cb0f956f1 [Jeff Zhang] [HOTFIX] change string true to boolean true

(cherry picked from commit 0c29a95bb653181feabec24659c05d91a027fcfe)
Signed-off-by: Jeff Zhang <zjf...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/74ffc213
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/74ffc213
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/74ffc213

Branch: refs/heads/branch-0.8
Commit: 74ffc213402f3b6a94fa91a55951a251c79f61d3
Parents: 306b0f2
Author: Jeff Zhang <zjf...@apache.org>
Authored: Tue May 29 21:33:56 2018 +0800
Committer: Jeff Zhang <zjf...@apache.org>
Committed: Tue May 29 21:35:37 2018 +0800

----------------------------------------------------------------------
 spark/interpreter/src/main/resources/interpreter-setting.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/74ffc213/spark/interpreter/src/main/resources/interpreter-setting.json
----------------------------------------------------------------------
diff --git a/spark/interpreter/src/main/resources/interpreter-setting.json 
b/spark/interpreter/src/main/resources/interpreter-setting.json
index c4bd442..8cd82bb 100644
--- a/spark/interpreter/src/main/resources/interpreter-setting.json
+++ b/spark/interpreter/src/main/resources/interpreter-setting.json
@@ -78,7 +78,7 @@
       "zeppelin.spark.useNew": {
         "envName": null,
         "propertyName": "zeppelin.spark.useNew",
-        "defaultValue": "true",
+        "defaultValue": true,
         "description": "Whether use new spark interpreter implementation",
         "type": "checkbox"
       }

Reply via email to