Repository: zeppelin
Updated Branches:
  refs/heads/master b68d36f08 -> 0c29a95bb


[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


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

Branch: refs/heads/master
Commit: 0c29a95bb653181feabec24659c05d91a027fcfe
Parents: b68d36f
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:27 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/0c29a95b/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