Repository: zeppelin
Updated Branches:
  refs/heads/master 5eec213c8 -> 8e6f333a6


Add PythonDockerInterpreter to interpreter group

### What is this PR for?
Recently PythonDockerInterpreter added to PythonInterpreter in 
https://github.com/apache/zeppelin/pull/1654.

### What type of PR is it?
Bug Fix | Improvement

### Screenshots (if appropriate)
- before
![image](https://cloud.githubusercontent.com/assets/3348133/20741628/e670a3d4-b70e-11e6-9592-9e066e30855a.png)

- after
![image](https://cloud.githubusercontent.com/assets/3348133/20741640/f6bc98a6-b70e-11e6-80b3-5d23f07cf46b.png)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: astroshim <hss...@nflabs.com>

Closes #1707 from astroshim/add/python-docker-interpreter and squashes the 
following commits:

55bf442 [astroshim] fix Bracket
8732f87 [astroshim] add PythonDockerInterpreter to group


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

Branch: refs/heads/master
Commit: 8e6f333a69f660a6ec4147b0c5ecc4474e81f69f
Parents: 5eec213
Author: astroshim <hss...@nflabs.com>
Authored: Wed Nov 30 15:23:03 2016 +0900
Committer: Lee moon soo <m...@apache.org>
Committed: Thu Dec 1 08:03:28 2016 -0800

----------------------------------------------------------------------
 python/src/main/resources/interpreter-setting.json | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/8e6f333a/python/src/main/resources/interpreter-setting.json
----------------------------------------------------------------------
diff --git a/python/src/main/resources/interpreter-setting.json 
b/python/src/main/resources/interpreter-setting.json
index 953f8b4..af0ba89 100644
--- a/python/src/main/resources/interpreter-setting.json
+++ b/python/src/main/resources/interpreter-setting.json
@@ -43,5 +43,16 @@
       "language": "sh",
       "editOnDblClick": false
     }
+  },
+  {
+    "group": "python",
+    "name": "docker",
+    "className": "org.apache.zeppelin.python.PythonDockerInterpreter",
+    "properties": {
+    },
+    "editor":{
+      "language": "sh",
+      "editOnDblClick": false
+    }
   }
 ]

Reply via email to