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 5794a7399ccbf2906803a05f90276fd8583bf429
Author: leonidfrolov <[email protected]>
AuthorDate: Tue Aug 16 11:24:10 2022 +0300

    [DATALAB-2982]: changed cluster name variable
---
 .../src/general/scripts/azure/dataengine-service_terminate.py           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_terminate.py
 
b/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_terminate.py
index 02466e026..bde44edb7 100644
--- 
a/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_terminate.py
+++ 
b/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_terminate.py
@@ -66,7 +66,7 @@ if __name__ == "__main__":
     logging.info('Generating infrastructure names and tags')
     hdin_conf = dict()
     hdin_conf['service_base_name'] = (os.environ['conf_service_base_name'])
-    hdin_conf['hdin_name'] = os.environ['computational_name']
+    hdin_conf['hdin_name'] = os.environ['hdinsight_cluster_name']
     hdin_conf['notebook_name'] = os.environ['notebook_instance_name']
     hdin_conf['project_name'] = os.environ['project_name']
     hdin_conf['endpoint_name'] = os.environ['endpoint_name']


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

Reply via email to