Skip to content

Commit

Permalink
Comment out s3 buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaram committed Aug 16, 2013
1 parent 2750433 commit baaeeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch_ampcamp3_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def parse_args():

def main():
(opts, spark_script_path) = parse_args()
s3_buckets = range(1, opts.buckets + 1)
availability_zones = ["us-east-1b", "us-east-1d", "us-east-1a"]
subprocesses = []
cluster_names = []
Expand All @@ -86,6 +85,7 @@ def main():
args.append('-z')
args.append(availability_zones[cluster % len(availability_zones)])

# s3_buckets = range(1, opts.buckets + 1)
# args.append('--s3-stats-bucket')
# args.append(opts.s3_stats_bucket + str(s3_buckets[cluster%len(s3_buckets)]))
# args.append('--s3-small-bucket')
Expand Down

0 comments on commit baaeeeb

Please sign in to comment.