Last active
August 29, 2015 14:04
-
-
Save frankcleary/28ba9265f5ac54eb3025 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sshemr(){ | |
jobid=`/path/to/elastic-mapreduce --list --active | awk '{ print $1 }' | head -n1` | |
/path/to/elastic-mapreduce --ssh $jobid | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment