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 42ed96c990e7ff45272f9476de2fd1527e68b8fa Author: orepnikov <[email protected]> AuthorDate: Mon May 30 12:18:41 2022 +0300 changes --- .../src/general/scripts/azure/dataengine-service_prepare.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 87d99815c..2011b4aff 100644 --- a/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py +++ b/infrastructure-provisioning/src/general/scripts/azure/dataengine-service_prepare.py @@ -67,7 +67,7 @@ def create_cluster_parameters(): Role( name="headnode", target_instance_count=2, - hardware_profile=HardwareProfile(vm_size="Standard_E8_V3"), + hardware_profile=HardwareProfile(vm_size="Standard_A4_v2"), os_profile=OsProfile( linux_operating_system_profile=LinuxOperatingSystemProfile( username=SSH_USER_NAME, @@ -78,7 +78,7 @@ def create_cluster_parameters(): Role( name="workernode", target_instance_count=2, - hardware_profile=HardwareProfile(vm_size="Standard_E8_V3"), + hardware_profile=HardwareProfile(vm_size="Standard_A4_v2"), os_profile=OsProfile( linux_operating_system_profile=LinuxOperatingSystemProfile( username=SSH_USER_NAME, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
