This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2982
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2982 by this push:
new d5e5d035c [DATALAB-2982]: changed cluster name variable
d5e5d035c is described below
commit d5e5d035c71d6463918fdd1e46ffda0edc85bc8b
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]