This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new c8bfb51 [minor] defaultInterpreter is missing in python interpreter c8bfb51 is described below commit c8bfb51116d4679aa4bd896139919187e0754816 Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Tue Feb 18 09:57:54 2020 +0800 [minor] defaultInterpreter is missing in python interpreter --- python/src/main/resources/interpreter-setting.json | 1 + 1 file changed, 1 insertion(+) diff --git a/python/src/main/resources/interpreter-setting.json b/python/src/main/resources/interpreter-setting.json index f1e5e49..9fc3c7d 100644 --- a/python/src/main/resources/interpreter-setting.json +++ b/python/src/main/resources/interpreter-setting.json @@ -3,6 +3,7 @@ "group": "python", "name": "python", "className": "org.apache.zeppelin.python.PythonInterpreter", + "defaultInterpreter": true, "properties": { "zeppelin.python": { "envName": null,