You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2019/11/21 15:51:26 UTC

[incubator-dlab] branch develop updated: [Azure] Reconfiguration spark on Data Engine fails fixed

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

dmysakovets 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 6c5a38a  [Azure] Reconfiguration spark on Data Engine fails fixed
     new 7af89e2  Merge pull request #435 from bodnarmykola/Azure_DLAB-1177
6c5a38a is described below

commit 6c5a38a4789d381704136ee6064866913487bf17
Author: Mykola_Bodnar1 <bo...@gmail.com>
AuthorDate: Thu Nov 21 17:36:05 2019 +0200

    [Azure] Reconfiguration spark on Data Engine fails fixed
---
 .../src/general/scripts/azure/common_notebook_configure_dataengine.py   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/common_notebook_configure_dataengine.py b/infrastructure-provisioning/src/general/scripts/azure/common_notebook_configure_dataengine.py
index fc3e56f..b755c91 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/common_notebook_configure_dataengine.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/common_notebook_configure_dataengine.py
@@ -55,7 +55,7 @@ if __name__ == "__main__":
         notebook_config['resource_group_name'] = os.environ['azure_resource_group_name']
         notebook_config['region'] = os.environ['azure_region']
         notebook_config['user_name'] = os.environ['edge_user_name'].replace('_', '-')
-        notebook_config['project_name'] = os.environ['project_name'].replace('_', '-')
+        notebook_config['project_name'] = os.environ['project_name'].lower().replace('_', '-')
         notebook_config['project_tag'] = os.environ['project_name'].replace('_', '-')
         notebook_config['endpoint_tag'] = os.environ['endpoint_name'].replace('_', '-')
         notebook_config['cluster_name'] = notebook_config['service_base_name'] + '-' + notebook_config['project_name'] + \


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