Skip to content

Commit

Permalink
minor re-wording
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng chang committed Mar 9, 2015
1 parent fd2a48e commit 313aa36
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 @@ -891,7 +891,7 @@ def deploy_files(conn, root_dir, opts, master_nodes, slave_nodes, modules):
# Spark-only custom deploy
spark_v = "%s|%s" % (opts.spark_git_repo, opts.spark_version)
tachyon_v = ""
print "Deploy spark via git hash, Tachyon won't be set up"
print "Deploying spark via git hash, Tachyon won't be set up"
modules = filter(lambda x: x != "tachyon", modules)

template_vars = {
Expand Down

0 comments on commit 313aa36

Please sign in to comment.