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 5d49bc7  [DATALAB-2571]: Fixed rstudio download link
     new d29a998  Merge pull request #1316 from owlleg6/develop
5d49bc7 is described below

commit 5d49bc7ccd35c28514d55331d431d3c906f1962c
Author: oleh_mykolaishyn <[email protected]>
AuthorDate: Fri Oct 29 10:21:27 2021 +0300

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

diff --git 
a/infrastructure-provisioning/src/general/scripts/aws/rstudio_configure.py 
b/infrastructure-provisioning/src/general/scripts/aws/rstudio_configure.py
index 847d746..505c867 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/rstudio_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/rstudio_configure.py
@@ -165,7 +165,7 @@ 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} --rstudio_version {4}" \
+        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'],

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

Reply via email to