Skip to content

Instantly share code, notes, and snippets.

@wethinkagile
Last active August 29, 2015 14:02
Show Gist options
  • Save wethinkagile/5d640c5ea4d0be021f08 to your computer and use it in GitHub Desktop.
Save wethinkagile/5d640c5ea4d0be021f08 to your computer and use it in GitHub Desktop.
Sample MrJob Config File
runners:
emr:
aws_access_key_id: YOURACCESSKEY
aws_secret_access_key: YOURSUPERSECRET
runners:
emr:
ec2_key_pair: YOURKEYNAME
# ~/ and $ENV_VARS allowed here
ec2_key_pair_file: /home/yourusername/.ssh/supersecret.pem
ssh_tunnel_to_job_tracker: true
runners:
emr:
ec2_instance_type: c1.medium
num_ec2_instances: 5
aws_region: eu-west-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment