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 2021/11/11 08:06:47 UTC

[incubator-datalab] branch develop updated: Rstudio playbook fails fix

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 8e0794c  Rstudio playbook fails fix
     new 12f6ea1  Merge pull request #1332 from MarianHladun/DATALAB-2590-2
8e0794c is described below

commit 8e0794ce3068fa1b7d3c25975575c7889d04ac0d
Author: Marian_Hladun <ma...@gmail.com>
AuthorDate: Wed Nov 10 16:41:05 2021 +0200

    Rstudio playbook fails fix
---
 infrastructure-provisioning/src/general/conf/datalab.ini              | 3 ++-
 .../src/general/files/aws/rstudio_description.json                    | 4 ++--
 .../src/general/files/azure/rstudio_description.json                  | 4 ++--
 .../src/general/files/gcp/rstudio_description.json                    | 4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/infrastructure-provisioning/src/general/conf/datalab.ini b/infrastructure-provisioning/src/general/conf/datalab.ini
index adc5aa9..0d38f43 100644
--- a/infrastructure-provisioning/src/general/conf/datalab.ini
+++ b/infrastructure-provisioning/src/general/conf/datalab.ini
@@ -289,7 +289,8 @@ tensorflow_version = 2.5.0
 ### Version of Zeppelin to be installed on notebook
 zeppelin_version = 0.9.1
 ### Version of Rstudio to be installed on notebook
-rstudio_version = 1.4.1103
+#rstudio_version = 1.4.1103
+rstudio_version = 2021.09.1-372
 ### Version of Scala to be installed on notebook
 scala_version = 2.12.8
 ### Version of Livy top be installed on notebook
diff --git a/infrastructure-provisioning/src/general/files/aws/rstudio_description.json b/infrastructure-provisioning/src/general/files/aws/rstudio_description.json
index eae731a..cef87d8 100644
--- a/infrastructure-provisioning/src/general/files/aws/rstudio_description.json
+++ b/infrastructure-provisioning/src/general/files/aws/rstudio_description.json
@@ -19,10 +19,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "RStudio 1.4.1103",
+      "template_name": "RStudio 2021.09.1-372",
       "description": "Base image with RStudio node creation routines",
       "environment_type": "exploratory",
-      "version": "RStudio-1.4.1103",
+      "version": "RStudio-2021.09.1-372",
       "vendor": "AWS"
     }
   ]
diff --git a/infrastructure-provisioning/src/general/files/azure/rstudio_description.json b/infrastructure-provisioning/src/general/files/azure/rstudio_description.json
index 856b8c5..26d552a 100644
--- a/infrastructure-provisioning/src/general/files/azure/rstudio_description.json
+++ b/infrastructure-provisioning/src/general/files/azure/rstudio_description.json
@@ -15,10 +15,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "RStudio 1.4.1103",
+      "template_name": "RStudio 2021.09.1-372",
       "description": "Base image with RStudio node creation routines",
       "environment_type": "exploratory",
-      "version": "RStudio-1.4.1103",
+      "version": "RStudio-2021.09.1-372",
       "vendor": "Azure"
     }
   ]
diff --git a/infrastructure-provisioning/src/general/files/gcp/rstudio_description.json b/infrastructure-provisioning/src/general/files/gcp/rstudio_description.json
index 1e5944c..13be8d7 100644
--- a/infrastructure-provisioning/src/general/files/gcp/rstudio_description.json
+++ b/infrastructure-provisioning/src/general/files/gcp/rstudio_description.json
@@ -23,10 +23,10 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "RStudio 1.4.1103",
+      "template_name": "RStudio 2021.09.1-372",
       "description": "Base image with rstudio node creation routines",
       "environment_type": "exploratory",
-      "version": "RStudio-1.4.1103",
+      "version": "RStudio-2021.09.1-372",
       "vendor": "GCP"
     }
   ]

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