Repository: spark
Updated Branches:
  refs/heads/branch-1.1 a4a7a2414 -> c71b5c6db


HOTFIX: Bump spark-ec2 version to 1.1.0


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

Branch: refs/heads/branch-1.1
Commit: c71b5c6db151cfc63bfeabdc88034c3dd9dc9e60
Parents: a4a7a24
Author: Patrick Wendell <pwend...@gmail.com>
Authored: Fri Aug 29 11:20:45 2014 -0700
Committer: Patrick Wendell <pwend...@gmail.com>
Committed: Fri Aug 29 11:20:45 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/c71b5c6d/ec2/spark_ec2.py
----------------------------------------------------------------------
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index afef4ef..59356c5 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -82,7 +82,7 @@ def parse_args():
              "between zones applies)")
     parser.add_option("-a", "--ami", help="Amazon Machine Image ID to use")
     parser.add_option(
-        "-v", "--spark-version", default="1.0.0",
+        "-v", "--spark-version", default="1.1.0",
         help="Version of Spark to use: 'X.Y.Z' or a specific git hash")
     parser.add_option(
         "--spark-git-repo",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to