Skip to content

Instantly share code, notes, and snippets.

@robinkraft
Created April 14, 2013 16:11
Show Gist options
  • Save robinkraft/5383245 to your computer and use it in GitHub Desktop.
Save robinkraft/5383245 to your computer and use it in GitHub Desktop.
Elastic MapReduce command generated by lein-emr
elastic-mapreduce --create --alive --name dev --availability-zone us-east-1d --ami-version 2.0.5 --instance-group master --instance-type m2.4xlarge --instance-count 1 --instance-group core --instance-type m2.4xlarge --instance-count 5 --enable-debugging --bid-price 0.75 --bootstrap-action s3://elasticmapreduce/bootstrap-actions/configurations/latest/memory-intensive --bootstrap-action s3://elasticmapreduce/bootstrap-actions/add-swap --args 2048 --bootstrap-action s3://elasticmapreduce/bootstrap-actions/configure-hadoop --args "--site-config-file,s3://reddconfig/bootstrap-actions/config_new.xml,-s,mapred.reduce.tasks=120,-s,mapred.tasktracker.map.tasks.maximum=30,-s,mapred.tasktracker.reduce.tasks.maximum=24" --bootstrap-action s3://reddconfig/bootstrap-actions/forma_bootstrap_robin.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment