From 0c3797dd15c1323d046e4eae36c2914470c8701e Mon Sep 17 00:00:00 2001 From: Reza Zadeh <rizlar@gmail.com> Date: Wed, 1 Jan 2014 20:05:03 -0800 Subject: [PATCH] remove accidental changes to ec2 script --- ec2/spark_ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py index 5e8b381a4d..ac309cc1f4 100755 --- a/ec2/spark_ec2.py +++ b/ec2/spark_ec2.py @@ -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) -- GitLab