You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/03/06 16:03:20 UTC

[incubator-dlab] branch inactivity_integration updated: [DLAB-482] fix fail of Spark configuration on installing kernels step

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

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


The following commit(s) were added to refs/heads/inactivity_integration by this push:
     new 1422829  [DLAB-482] fix fail of Spark configuration on installing kernels step
     new e249549  Merge pull request #23 from ioleksandr/inactivity_integration
1422829 is described below

commit 1422829e5725e26187d8914572d20a2bce25282b
Author: Oleksandr_Isniuk <i....@gmail.com>
AuthorDate: Wed Mar 6 17:56:55 2019 +0200

    [DLAB-482] fix fail of Spark configuration on installing kernels step
---
 .../src/general/scripts/gcp/common_notebook_configure_dataengine.py     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/common_notebook_configure_dataengine.py b/infrastructure-provisioning/src/general/scripts/gcp/common_notebook_configure_dataengine.py
index c8c1a6f..97b2634 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/common_notebook_configure_dataengine.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/common_notebook_configure_dataengine.py
@@ -82,7 +82,7 @@ if __name__ == "__main__":
         logging.info('[INSTALLING KERNELS INTO SPECIFIED NOTEBOOK]')
         print('[INSTALLING KERNELS INTO SPECIFIED NOTEBOOK]')
         params = "--cluster_name {0} --spark_version {1} --hadoop_version {2} --os_user {3} --spark_master {4} --keyfile {5}" \
-                 "--notebook_ip {6} --spark_master_ip {7}".\
+                 " --notebook_ip {6} --spark_master_ip {7}".\
             format(notebook_config['cluster_name'], os.environ['notebook_spark_version'],
                    os.environ['notebook_hadoop_version'], notebook_config['dlab_ssh_user'],
                    notebook_config['spark_master_url'], notebook_config['key_path'],


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