Skip to content

Commit

Permalink
tweak doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmogren committed Jul 11, 2015
1 parent 91ae429 commit 8e2d779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wait-until-ready
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 8e2d779

Please sign in to comment.