You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2022/09/29 07:15:58 UTC

[incubator-datalab] branch DATALAB-2998 updated: [DATALAB-2998]: removed unnecessary kernels

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2998
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2998 by this push:
     new 52e803ff6 [DATALAB-2998]: removed unnecessary kernels
52e803ff6 is described below

commit 52e803ff681ae0929f9e24be157ae95115df6fb5
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Sep 27 14:41:32 2022 +0300

    [DATALAB-2998]: removed unnecessary kernels
---
 .../azure/dataengine-service_interpreter_livy.json | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/infrastructure-provisioning/src/general/templates/azure/dataengine-service_interpreter_livy.json b/infrastructure-provisioning/src/general/templates/azure/dataengine-service_interpreter_livy.json
index 1f5453f6b..a3aedda49 100644
--- a/infrastructure-provisioning/src/general/templates/azure/dataengine-service_interpreter_livy.json
+++ b/infrastructure-provisioning/src/general/templates/azure/dataengine-service_interpreter_livy.json
@@ -91,28 +91,6 @@
             "completionSupport":true
          }
       },
-      {
-         "name":"sql",
-         "class":"org.apache.zeppelin.livy.LivySparkSQLInterpreter",
-         "defaultInterpreter":false,
-         "editor":{
-            "language":"sql",
-            "editOnDblClick":false,
-            "completionKey":"TAB",
-            "completionSupport":true
-         }
-      },
-      {
-         "name":"pyspark",
-         "class":"org.apache.zeppelin.livy.LivyPySparkInterpreter",
-         "defaultInterpreter":false,
-         "editor":{
-            "language":"python",
-            "editOnDblClick":false,
-            "completionKey":"TAB",
-            "completionSupport":true
-         }
-      },
       {
          "name":"pyspark3",
          "class":"org.apache.zeppelin.livy.LivyPySpark3Interpreter",
@@ -123,22 +101,6 @@
             "completionKey":"TAB",
             "completionSupport":true
          }
-      },
-      {
-         "name":"sparkr",
-         "class":"org.apache.zeppelin.livy.LivySparkRInterpreter",
-         "defaultInterpreter":false,
-         "editor":{
-            "language":"r",
-            "editOnDblClick":false,
-            "completionKey":"TAB",
-            "completionSupport":true
-         }
-      },
-      {
-         "name":"shared",
-         "class":"org.apache.zeppelin.livy.LivySharedInterpreter",
-         "defaultInterpreter":false
       }
    ],
    "dependencies":[


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org