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 6ac09c5  [DATALAB-2571]: Fixed rstudio download link
     new f661370  Merge pull request #1315 from owlleg6/develop
6ac09c5 is described below

commit 6ac09c5348e15fda86f3f04de928cef7986ecab7
Author: oleh_mykolaishyn <[email protected]>
AuthorDate: Thu Oct 28 16:21:01 2021 +0300

    [DATALAB-2571]: Fixed rstudio download link
---
 .../src/general/scripts/aws/rstudio_configure.py                      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/aws/rstudio_configure.py 
b/infrastructure-provisioning/src/general/scripts/aws/rstudio_configure.py
index 231a13d..847d746 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/rstudio_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/rstudio_configure.py
@@ -165,8 +165,8 @@ if __name__ == "__main__":
     # installing and configuring R_STUDIO and all dependencies
     try:
         logging.info('[CONFIGURE R_STUDIO NOTEBOOK INSTANCE]')
-        params = "--hostname {0}  --keyfile {1} --region {2} --rstudio_pass 
{3} --os_user {5} " \
-                 "--ip_address {6} --exploratory_name {7} --edge_ip {8}" \
+        params = "--hostname {0}  --keyfile {1} --region {2} --rstudio_pass 
{3} --rstudio_version {4}" \
+                 "--os_user {5} --ip_address {6} --exploratory_name {7} 
--edge_ip {8}" \
             .format(instance_hostname, keyfile_name,
                     os.environ['aws_region'], notebook_config['rstudio_pass'],
                     os.environ['notebook_rstudio_version'], 
notebook_config['datalab_ssh_user'],

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

Reply via email to