Skip to content

Commit

Permalink
remove accidental changes to ec2 script
Browse files Browse the repository at this point in the history
  • Loading branch information
rezazadeh committed Jan 2, 2014
1 parent 53ccf65 commit 0c3797d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec2/spark_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def get_partition(total, num_partitions, current_partitions):
def real_main():
(opts, action, cluster_name) = parse_args()
try:
conn = ec2.connect_to_region(opts.region,aws_access_key_id="AKIAI2EGAQ7GYNL4LRAA", aws_secret_access_key="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")
conn = ec2.connect_to_region(opts.region)
except Exception as e:
print >> stderr, (e)
sys.exit(1)
Expand Down

0 comments on commit 0c3797d

Please sign in to comment.