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:57 UTC

[incubator-datalab] 28/36: delete unused statement

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 05b2d825ba5029662bce68dec5ec4db88fd5bd79
Author: orepnikov <60...@users.noreply.github.com>
AuthorDate: Thu May 26 16:46:26 2022 +0300

    delete unused statement
---
 infrastructure-provisioning/src/general/lib/azure/actions_lib.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
index aa6d02ec4..800a57b0d 100644
--- a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
@@ -1505,7 +1505,6 @@ def create_hdinsight_cluster(resource_group_name, instance_name, cluster_paramet
     try:
         azure_action = AzureActions()
         client_1 = azure_action.hdinsight_client
-        #client_1 = AzureActions.__init__()hdinsight_client
         print('Starting to create HDInsight Spark cluster {}'.format('hdinsight'))
         result = client_1.clusters.begin_create(resource_group_name, instance_name, cluster_parameters)
 
@@ -1523,7 +1522,6 @@ def terminate_hdinsight_cluster(resource_group_name, instance_name, cluster_para
     try:
         azure_action = AzureActions()
         client_1 = azure_action.hdinsight_client
-        #client_1 = AzureActions.__init__().hdinsight_client
         client_1.clusters.begin_delete(resource_group_name, instance_name, cluster_parameters)
 
     except Exception as err:


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