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

omartushevskyi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new e012e35  fix DLAB-394 bug
     new 117ac3e  Merge pull request #2 from ioleksandr/DLAB-394
e012e35 is described below

commit e012e354342e02934b4546e352ab030abeddf62a
Author: Oleksandr_Isniuk <[email protected]>
AuthorDate: Thu Feb 14 16:29:04 2019 +0200

    fix DLAB-394 bug
---
 .../templates/gcp/dataengine-service_interpreter_spark.json        | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/infrastructure-provisioning/src/general/templates/gcp/dataengine-service_interpreter_spark.json
 
b/infrastructure-provisioning/src/general/templates/gcp/dataengine-service_interpreter_spark.json
index 0db9a23..6f4cf31 100644
--- 
a/infrastructure-provisioning/src/general/templates/gcp/dataengine-service_interpreter_spark.json
+++ 
b/infrastructure-provisioning/src/general/templates/gcp/dataengine-service_interpreter_spark.json
@@ -37,6 +37,13 @@
         "description": "Spark master uri. ex) spark://masterhost:7077",
         "type": "string"
       },
+    "spark.submit.deployMode":{
+        "envName": "spark submit deploy mode",
+        "propertyName": "spark.submit.deployMode",
+        "value": "client",
+        "description": "",
+        "type": "string"
+      },
     "zeppelin.spark.concurrentSQL": {
         "envName": "ZEPPELIN_SPARK_CONCURRENTSQL",
         "propertyName": "zeppelin.spark.concurrentSQL",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to