From 8e2d77983d26b0304d43ed5e827b64eb40d899e5 Mon Sep 17 00:00:00 2001 From: Paul Mogren Date: Fri, 10 Jul 2015 20:15:25 -0400 Subject: [PATCH] tweak doc --- wait-until-ready | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wait-until-ready b/wait-until-ready index 9be30dd..46ee2cd 100755 --- a/wait-until-ready +++ b/wait-until-ready @@ -33,5 +33,5 @@ if [ -z "${CLUSTER_ID}" ]; then exit 1 fi -echo "Waiting... This can take 10 minutes or more if the cluster was launched recently." +echo "Waiting... This can take 5 minutes or more if the cluster was launched recently." time aws --profile ${AWS_PROFILE:-"default"} emr wait cluster-running --cluster-id ${CLUSTER_ID}