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 c91deaf604b2316c5444269e3024c6b557f21444 Author: orepnikov <[email protected]> AuthorDate: Thu May 26 13:40:49 2022 +0300 changes in def hdinsight --- 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 d4cbf83cd..6794acaf5 100644 --- a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py +++ b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py @@ -1505,7 +1505,7 @@ def create_hdinsight_cluster(self, resource_group_name, instance_name, cluster_p try: client_1 = AzureActions.__init__().hdinsight_client print('Starting to create HDInsight Spark cluster {}'.format('hdinsight')) - result = self, client_1.clusters.begin_create(resource_group_name, instance_name, cluster_parameters) + result = self.client_1.clusters.begin_create(resource_group_name, instance_name, cluster_parameters) return result except Exception as err: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
