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

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

commit d0c23d260f3654445a478e7871f96f39c7231259
Author: Oleksandr_Isniuk <i.oleksa...@gmail.com>
AuthorDate: Wed Apr 17 16:31:22 2019 +0300

    [DLAB-592] Upgrade Dataproc to 1.2 and 1.4 [bugfix]
     - update Zeppelin from 0.8.0 to 0.8.1 for Spark 2.4.0 support
     - change autotest Dataproc version to 1.2 from 1.1
---
 infrastructure-provisioning/src/general/conf/dlab.ini                 | 2 +-
 .../src/general/files/aws/zeppelin_description.json                   | 4 ++--
 .../src/general/files/azure/zeppelin_description.json                 | 4 ++--
 .../src/general/files/gcp/zeppelin_description.json                   | 4 ++--
 integration-tests/examples/gcp_templates/deeplearning/dataproc.json   | 2 +-
 integration-tests/examples/gcp_templates/jupyter/dataproc.json        | 2 +-
 integration-tests/examples/gcp_templates/rstudio/dataproc.json        | 2 +-
 integration-tests/examples/gcp_templates/tensor/dataproc.json         | 2 +-
 integration-tests/examples/gcp_templates/zeppelin/dataproc.json       | 2 +-
 9 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini 
b/infrastructure-provisioning/src/general/conf/dlab.ini
index ca80d40..91f5658 100644
--- a/infrastructure-provisioning/src/general/conf/dlab.ini
+++ b/infrastructure-provisioning/src/general/conf/dlab.ini
@@ -222,7 +222,7 @@ jupyter_version = 5.7.4
 ### Version of TensorFlow to be installed on notebook
 tensorflow_version = 1.8.0
 ### Version of Zeppelin to be installed on notebook
-zeppelin_version = 0.8.0
+zeppelin_version = 0.8.1
 ### Version of Rstudio to be installed on notebook
 rstudio_version = 1.1.463
 ### Version of Scala to be installed on notebook
diff --git 
a/infrastructure-provisioning/src/general/files/aws/zeppelin_description.json 
b/infrastructure-provisioning/src/general/files/aws/zeppelin_description.json
index 31cb86d..dcd39c6 100644
--- 
a/infrastructure-provisioning/src/general/files/aws/zeppelin_description.json
+++ 
b/infrastructure-provisioning/src/general/files/aws/zeppelin_description.json
@@ -19,10 +19,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Apache Zeppelin 0.8.0",
+      "template_name": "Apache Zeppelin 0.8.1",
       "description": "Base image with Apache Zeppelin node creation routines",
       "environment_type": "exploratory",
-      "version": "zeppelin-0.8.0",
+      "version": "zeppelin-0.8.1",
       "vendor": "AWS"
     }
   ]
diff --git 
a/infrastructure-provisioning/src/general/files/azure/zeppelin_description.json 
b/infrastructure-provisioning/src/general/files/azure/zeppelin_description.json
index 499d3ff..f5b829f 100644
--- 
a/infrastructure-provisioning/src/general/files/azure/zeppelin_description.json
+++ 
b/infrastructure-provisioning/src/general/files/azure/zeppelin_description.json
@@ -15,10 +15,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Apache Zeppelin 0.8.0",
+      "template_name": "Apache Zeppelin 0.8.1",
       "description": "Base image with Apache Zeppelin node creation routines",
       "environment_type": "exploratory",
-      "version": "zeppelin-0.8.0",
+      "version": "zeppelin-0.8.1",
       "vendor": "Azure"
     }
   ]
diff --git 
a/infrastructure-provisioning/src/general/files/gcp/zeppelin_description.json 
b/infrastructure-provisioning/src/general/files/gcp/zeppelin_description.json
index 44b7c61..6539c06 100644
--- 
a/infrastructure-provisioning/src/general/files/gcp/zeppelin_description.json
+++ 
b/infrastructure-provisioning/src/general/files/gcp/zeppelin_description.json
@@ -23,10 +23,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Apache Zeppelin 0.8.0",
+      "template_name": "Apache Zeppelin 0.8.1",
       "description": "Base image with Apache Zeppelin node creation routines",
       "environment_type": "exploratory",
-      "version": "zeppelin-0.8.0",
+      "version": "zeppelin-0.8.1",
       "vendor": "GCP"
     }
   ]
diff --git 
a/integration-tests/examples/gcp_templates/deeplearning/dataproc.json 
b/integration-tests/examples/gcp_templates/deeplearning/dataproc.json
index 9130f3d..1f4724f 100644
--- a/integration-tests/examples/gcp_templates/deeplearning/dataproc.json
+++ b/integration-tests/examples/gcp_templates/deeplearning/dataproc.json
@@ -6,7 +6,7 @@
   "dataproc_preemptible_count": "0",
   "dataproc_master_instance_type" : "n1-standard-2",
   "dataproc_slave_instance_type" : "n1-standard-2",
-  "dataproc_version" : "1.1",
+  "dataproc_version" : "1.2",
   "notebook_name": "set notebook name",
   "template_name" : "Dataproc cluster"
 }
\ No newline at end of file
diff --git a/integration-tests/examples/gcp_templates/jupyter/dataproc.json 
b/integration-tests/examples/gcp_templates/jupyter/dataproc.json
index 9130f3d..1f4724f 100644
--- a/integration-tests/examples/gcp_templates/jupyter/dataproc.json
+++ b/integration-tests/examples/gcp_templates/jupyter/dataproc.json
@@ -6,7 +6,7 @@
   "dataproc_preemptible_count": "0",
   "dataproc_master_instance_type" : "n1-standard-2",
   "dataproc_slave_instance_type" : "n1-standard-2",
-  "dataproc_version" : "1.1",
+  "dataproc_version" : "1.2",
   "notebook_name": "set notebook name",
   "template_name" : "Dataproc cluster"
 }
\ No newline at end of file
diff --git a/integration-tests/examples/gcp_templates/rstudio/dataproc.json 
b/integration-tests/examples/gcp_templates/rstudio/dataproc.json
index 9130f3d..1f4724f 100644
--- a/integration-tests/examples/gcp_templates/rstudio/dataproc.json
+++ b/integration-tests/examples/gcp_templates/rstudio/dataproc.json
@@ -6,7 +6,7 @@
   "dataproc_preemptible_count": "0",
   "dataproc_master_instance_type" : "n1-standard-2",
   "dataproc_slave_instance_type" : "n1-standard-2",
-  "dataproc_version" : "1.1",
+  "dataproc_version" : "1.2",
   "notebook_name": "set notebook name",
   "template_name" : "Dataproc cluster"
 }
\ No newline at end of file
diff --git a/integration-tests/examples/gcp_templates/tensor/dataproc.json 
b/integration-tests/examples/gcp_templates/tensor/dataproc.json
index 9130f3d..1f4724f 100644
--- a/integration-tests/examples/gcp_templates/tensor/dataproc.json
+++ b/integration-tests/examples/gcp_templates/tensor/dataproc.json
@@ -6,7 +6,7 @@
   "dataproc_preemptible_count": "0",
   "dataproc_master_instance_type" : "n1-standard-2",
   "dataproc_slave_instance_type" : "n1-standard-2",
-  "dataproc_version" : "1.1",
+  "dataproc_version" : "1.2",
   "notebook_name": "set notebook name",
   "template_name" : "Dataproc cluster"
 }
\ No newline at end of file
diff --git a/integration-tests/examples/gcp_templates/zeppelin/dataproc.json 
b/integration-tests/examples/gcp_templates/zeppelin/dataproc.json
index 9130f3d..1f4724f 100644
--- a/integration-tests/examples/gcp_templates/zeppelin/dataproc.json
+++ b/integration-tests/examples/gcp_templates/zeppelin/dataproc.json
@@ -6,7 +6,7 @@
   "dataproc_preemptible_count": "0",
   "dataproc_master_instance_type" : "n1-standard-2",
   "dataproc_slave_instance_type" : "n1-standard-2",
-  "dataproc_version" : "1.1",
+  "dataproc_version" : "1.2",
   "notebook_name": "set notebook name",
   "template_name" : "Dataproc cluster"
 }
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to