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

[incubator-datalab] 24/36: some changes

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

    some changes
---
 infrastructure-provisioning/src/general/lib/azure/actions_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
index b1d951f76..6cd7de874 100644
--- a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
@@ -1503,7 +1503,7 @@ def find_des_jars(all_jars, des_path):
 
 def create_hdinsight_cluster(resource_group_name, instance_name, cluster_parameters):
     try:
-        client_1 = AzureActions()
+        client_1 = AzureActions().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)


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