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

mykolabodnar pushed a commit to branch epm-v2.2-rc1-versions
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/epm-v2.2-rc1-versions by this 
push:
     new 9be6be7  [DLAB-255] - Zeppelin version updated to 0.8.2 Descriptions 
for Zeppelin and Jupyter updated
9be6be7 is described below

commit 9be6be78e233531d3d4740dab0e70b7bc5b3fc12
Author: Mykola_Bodnar1 <bodnarmyk...@gmail.com>
AuthorDate: Thu Dec 19 13:12:01 2019 +0200

    [DLAB-255] - Zeppelin version updated to 0.8.2
    Descriptions for Zeppelin and Jupyter updated
---
 infrastructure-provisioning/src/general/conf/dlab.ini                 | 2 +-
 .../src/general/files/aws/jupyter_description.json                    | 4 ++--
 .../src/general/files/aws/zeppelin_description.json                   | 4 ++--
 .../src/general/files/azure/jupyter_description.json                  | 4 ++--
 .../src/general/files/azure/zeppelin_description.json                 | 4 ++--
 .../src/general/files/gcp/jupyter_description.json                    | 4 ++--
 .../src/general/files/gcp/zeppelin_description.json                   | 4 ++--
 .../src/zeppelin/scripts/configure_zeppelin_node.py                   | 1 +
 8 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini 
b/infrastructure-provisioning/src/general/conf/dlab.ini
index ede348d..6f58486 100644
--- a/infrastructure-provisioning/src/general/conf/dlab.ini
+++ b/infrastructure-provisioning/src/general/conf/dlab.ini
@@ -224,7 +224,7 @@ jupyter_version = 6.0.2
 ### 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.2
 ### 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/jupyter_description.json 
b/infrastructure-provisioning/src/general/files/aws/jupyter_description.json
index 9b14a9f..50dd357 100644
--- a/infrastructure-provisioning/src/general/files/aws/jupyter_description.json
+++ b/infrastructure-provisioning/src/general/files/aws/jupyter_description.json
@@ -19,10 +19,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Jupyter notebook 5.7.4",
+      "template_name": "Jupyter notebook 6.0.2",
       "description": "Base image with Jupyter node creation routines",
       "environment_type": "exploratory",
-      "version": "jupyter_notebook-5.7.4",
+      "version": "jupyter_notebook-6.0.2",
       "vendor": "AWS"
     }
   ]
diff --git 
a/infrastructure-provisioning/src/general/files/aws/zeppelin_description.json 
b/infrastructure-provisioning/src/general/files/aws/zeppelin_description.json
index 31cb86d..d2b4ae1 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.2",
       "description": "Base image with Apache Zeppelin node creation routines",
       "environment_type": "exploratory",
-      "version": "zeppelin-0.8.0",
+      "version": "zeppelin-0.8.2",
       "vendor": "AWS"
     }
   ]
diff --git 
a/infrastructure-provisioning/src/general/files/azure/jupyter_description.json 
b/infrastructure-provisioning/src/general/files/azure/jupyter_description.json
index 638531e..7b14870 100644
--- 
a/infrastructure-provisioning/src/general/files/azure/jupyter_description.json
+++ 
b/infrastructure-provisioning/src/general/files/azure/jupyter_description.json
@@ -15,10 +15,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Jupyter notebook 5.7.4",
+      "template_name": "Jupyter notebook 6.0.2",
       "description": "Base image with Jupyter node creation routines",
       "environment_type": "exploratory",
-      "version": "jupyter_notebook-5.7.4",
+      "version": "jupyter_notebook-6.0.2",
       "vendor": "Azure"
     }
   ]
diff --git 
a/infrastructure-provisioning/src/general/files/azure/zeppelin_description.json 
b/infrastructure-provisioning/src/general/files/azure/zeppelin_description.json
index 499d3ff..5f0e6c3 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.2",
       "description": "Base image with Apache Zeppelin node creation routines",
       "environment_type": "exploratory",
-      "version": "zeppelin-0.8.0",
+      "version": "zeppelin-0.8.2",
       "vendor": "Azure"
     }
   ]
diff --git 
a/infrastructure-provisioning/src/general/files/gcp/jupyter_description.json 
b/infrastructure-provisioning/src/general/files/gcp/jupyter_description.json
index 7e5d71c..a94ba57 100644
--- a/infrastructure-provisioning/src/general/files/gcp/jupyter_description.json
+++ b/infrastructure-provisioning/src/general/files/gcp/jupyter_description.json
@@ -23,10 +23,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "Jupyter notebook 5.7.4",
+      "template_name": "Jupyter notebook 6.0.2",
       "description": "Base image with jupyter node creation routines",
       "environment_type": "exploratory",
-      "version": "jupyter_notebook-5.7.4",
+      "version": "jupyter_notebook-6.0.2",
       "vendor": "GCP"
     }
   ]
diff --git 
a/infrastructure-provisioning/src/general/files/gcp/zeppelin_description.json 
b/infrastructure-provisioning/src/general/files/gcp/zeppelin_description.json
index 44b7c61..159c14e 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.2",
       "description": "Base image with Apache Zeppelin node creation routines",
       "environment_type": "exploratory",
-      "version": "zeppelin-0.8.0",
+      "version": "zeppelin-0.8.2",
       "vendor": "GCP"
     }
   ]
diff --git 
a/infrastructure-provisioning/src/zeppelin/scripts/configure_zeppelin_node.py 
b/infrastructure-provisioning/src/zeppelin/scripts/configure_zeppelin_node.py
index 457b075..4670ec7 100644
--- 
a/infrastructure-provisioning/src/zeppelin/scripts/configure_zeppelin_node.py
+++ 
b/infrastructure-provisioning/src/zeppelin/scripts/configure_zeppelin_node.py
@@ -89,6 +89,7 @@ def configure_zeppelin(os_user):
             sudo('sed -i \"/# export ZEPPELIN_PID_DIR/c\export 
ZEPPELIN_PID_DIR=/var/run/zeppelin\" /opt/zeppelin/conf/zeppelin-env.sh')
             sudo('sed -i \"/# export ZEPPELIN_IDENT_STRING/c\export 
ZEPPELIN_IDENT_STRING=notebook\" /opt/zeppelin/conf/zeppelin-env.sh')
             sudo('sed -i \"/# export SPARK_HOME/c\export 
SPARK_HOME=\/opt\/spark/\" /opt/zeppelin/conf/zeppelin-env.sh')
+            sudo('sed -i \'s/127.0.0.1/0.0.0.0/g\' 
/opt/zeppelin/conf/zeppelin-site.xml')
             sudo('mkdir /var/log/zeppelin')
             sudo('mkdir /var/run/zeppelin')
             sudo('ln -s /var/log/zeppelin /opt/zeppelin-' + zeppelin_version + 
'-bin-netinst/logs')


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

Reply via email to