Skip to content

Commit

Permalink
.mrjob.conf: Added template file.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Jul 17, 2015
1 parent a9a7f83 commit 17bd2ff
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .mrjob.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
runners:
emr:
aws_access_key_id: YOURACCESSKEY
aws_secret_access_key: YOURSECRETKEY
aws_region: us-east-1
ec2_key_pair: YOURKEYPAIR
ec2_key_pair_file: ~/.ssh/YOURKEYPAIR.pem
ssh_tunnel_to_job_tracker: true
ec2_master_instance_type: m1.small
ec2_instance_type: m1.small
num_ec2_instances: 5
s3_scratch_uri: s3://YOURBUCKETSCRATCH
s3_log_uri: s3://YOURBUCKETLOG
enable_emr_debugging: True
bootstrap:
- sudo apt-get install -y python-pip
- sudo pip install --upgrade simplejson

0 comments on commit 17bd2ff

Please sign in to comment.