# HG changeset patch # User Henry S. Thompson # Date 1590612854 0 # Node ID 8ce6a81e2bb45cbcec0509134a025ed1fccea5c5 # Parent c49b169339b14c8096c54e99c85d5ac5667e438c remove -s 4 diff -r c49b169339b1 -r 8ce6a81e2bb4 master/bin/hd_create.sh --- 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