You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2022/09/01 07:11:59 UTC

[incubator-datalab] 30/36: refactor dataengine-service_prepare

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

lfrolov pushed a commit to branch DATALAB-1408
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit c6b536591cdc30d796be7402186dda89664a85f1
Author: orepnikov <60...@users.noreply.github.com>
AuthorDate: Tue May 31 14:23:01 2022 +0300

    refactor dataengine-service_prepare
---
 .../src/general/scripts/azure/dataengine-service_prepare.py              | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py b/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py
index 2011b4aff..140495368 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py
@@ -43,6 +43,7 @@ CONTAINER_NAME = 'hdinsight'
 BLOB_ENDPOINT_SUFFIX = '.blob.core.windows.net'
 
 def create_cluster_parameters():
+
     # Returns cluster parameters
 
     return ClusterCreateParametersExtended(


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