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 23223bd7e91971b446cc1d770c7340abc3d52eea Author: orepnikov <[email protected]> AuthorDate: Wed Jun 8 18:12:09 2022 +0300 add print to def_terminate --- infrastructure-provisioning/src/general/lib/azure/actions_lib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py index 17e9ff66b..cdd3dc8f9 100644 --- a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py +++ b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py @@ -1522,6 +1522,7 @@ def terminate_hdinsight_cluster(resource_group_name, instance_name, cluster_para try: azure_action = AzureActions() client_1 = azure_action.hdinsight_client + print('Starting to terminate HDInsight Spark cluster {}'.format('hdinsight')) client_1.clusters.begin_delete(resource_group_name, instance_name, cluster_parameters) except Exception as err: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
