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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
