changeset 56:8ce6a81e2bb4

remove -s 4
author Henry S. Thompson <ht@markup.co.uk>
date Wed, 27 May 2020 20:54:14 +0000
parents c49b169339b1
children ac1a20e627a9
files master/bin/hd_create.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/master/bin/hd_create.sh	Fri Feb 08 17:55:48 2019 +0000
+++ b/master/bin/hd_create.sh	Wed May 27 20:54:14 2020 +0000
@@ -22,7 +22,7 @@
 name=cc"$1"
 pwd=CommonCrawl_"$1"
 echo "Starting creation of $name, will take 15 minutes or so..."
-cmd="az hdinsight create -g cc -n $name -l southcentralus -s 4 -t hadoop -p $pwd -U cc --storage-account ccscsg.blob.core.windows.net --workernode-size Standard_D13_V2 --headnode-size Standard_D12_V2"
+cmd="az hdinsight create -g cc -n $name -l southcentralus -t hadoop -p $pwd -U cc --storage-account ccscsg.blob.core.windows.net --workernode-size Standard_D13_V2 --headnode-size Standard_D12_V2"
 bash -c "$cmd$save_conf"
 # remove old host key, if any
 ssh-keygen -R $name-ssh.azurehdinsight.net