Skip to content

Commit

Permalink
Make Python Lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaram committed May 27, 2015
1 parent 0593d1b commit db244ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ec2/spark_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,7 @@ def setup_cluster(conn, master_nodes, slave_nodes, opts, deploy_ssh_key):

# Clear SPARK_WORKER_INSTANCES if running on YARN
if opts.hadoop_major_version == "yarn":
opts.worker_instances = ""

opts.worker_instances = ""

# NOTE: We should clone the repository before running deploy_files to
# prevent ec2-variables.sh from being overwritten
Expand Down

0 comments on commit db244ae

Please sign in to comment.