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

[incubator-datalab] 27/36: change cluster name

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 2fc07eccc14fc11c22e68a314e4a306485876678
Author: orepnikov <60...@users.noreply.github.com>
AuthorDate: Thu May 26 16:42:28 2022 +0300

    change cluster name
---
 .../src/general/scripts/azure/dataengine-service_prepare.py             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py b/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py
index de956ec8c..87d99815c 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py
@@ -22,7 +22,7 @@ from azure.core import *
 from datalab.actions_lib import *
 
 
-CLUSTER_NAME = 'hdinsight_1'
+CLUSTER_NAME = 'hdinsight-test'
 # The name of your existing Resource Group
 RESOURCE_GROUP_NAME = 'dlab-resource-group'
 # Choose a region. i.e. "East US 2".


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