You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/02/13 11:37:01 UTC

[incubator-dlab] branch develop updated: DLAB-1547 fixed error with emr creation

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 71bf40d  DLAB-1547 fixed error with emr creation
     new 08a5fb2  Merge pull request #601 from leonidfrolov/DLAB-1530
71bf40d is described below

commit 71bf40da80c9bce40121c58663859992e1619d06
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Feb 13 13:21:36 2020 +0200

    DLAB-1547 fixed error with emr creation
---
 .../src/general/scripts/aws/dataengine-service_prepare.py               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/dataengine-service_prepare.py b/infrastructure-provisioning/src/general/scripts/aws/dataengine-service_prepare.py
index 93956cf..0f1f510 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/dataengine-service_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/dataengine-service_prepare.py
@@ -105,7 +105,7 @@ if __name__ == "__main__":
                        'Notebook={4},' \
                        'State=not-configured,' \
                        'ComputationalName={3},' \
-                       'Endpoint_tag ={5}'\
+                       'Endpoint_tag={5}'\
         .format(emr_conf['service_base_name'],
                 os.environ['project_name'],
                 emr_conf['exploratory_name'],


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