Skip to content

Commit

Permalink
Merge pull request #1913 from davidmarin/idle-timeout-2.x-amis
Browse files Browse the repository at this point in the history
fix idle-timeout script on 2.x AMIs (fixes #1909)
  • Loading branch information
David Marin committed Dec 20, 2018
2 parents 0210193 + 4152471 commit ec5fe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrjob/bootstrap/terminate_idle_cluster_emr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if [ -z "$GRACE_PERIOD_SECS" ]; then GRACE_PERIOD_SECS=600; fi
LOG_PATH=$3
if [ -z "$LOG_PATH" ]
then
LOG_PATH=/var/log/bootstrap-actions/mrjob-idle-termination.log
LOG_PATH=/mnt/var/log/bootstrap-actions/mrjob-idle-termination.log
fi

# exit if this isn't the master node
Expand Down

0 comments on commit ec5fe81

Please sign in to comment.