You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2014/01/22 23:01:58 UTC

[15/50] git commit: remove accidental changes to ec2 script

remove accidental changes to ec2 script


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/0c3797dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/0c3797dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/0c3797dd

Branch: refs/heads/master
Commit: 0c3797dd15c1323d046e4eae36c2914470c8701e
Parents: 53ccf65
Author: Reza Zadeh <ri...@gmail.com>
Authored: Wed Jan 1 20:05:03 2014 -0800
Committer: Reza Zadeh <ri...@gmail.com>
Committed: Wed Jan 1 20:05:03 2014 -0800

----------------------------------------------------------------------
 ec2/spark_ec2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/0c3797dd/ec2/spark_ec2.py
----------------------------------------------------------------------
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index 5e8b381..ac309cc 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)