Repository: spark Updated Branches: refs/heads/branch-1.5 d78f1bc45 -> 80dac0b07
Set SPARK_EC2_VERSION to 1.5.2 Author: Alexander Pivovarov <[email protected]> Closes #10064 from apivovarov/patch-1. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/80dac0b0 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/80dac0b0 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/80dac0b0 Branch: refs/heads/branch-1.5 Commit: 80dac0b07dd37064255f13874ebae5f75e371e9c Parents: d78f1bc Author: Alexander Pivovarov <[email protected]> Authored: Tue Dec 1 01:17:49 2015 -0800 Committer: Shivaram Venkataraman <[email protected]> Committed: Tue Dec 1 01:17:49 2015 -0800 ---------------------------------------------------------------------- ec2/spark_ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/80dac0b0/ec2/spark_ec2.py ---------------------------------------------------------------------- diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py index 561284e..ed538b0 100755 --- a/ec2/spark_ec2.py +++ b/ec2/spark_ec2.py @@ -51,7 +51,7 @@ else: raw_input = input xrange = range -SPARK_EC2_VERSION = "1.5.1" +SPARK_EC2_VERSION = "1.5.2" SPARK_EC2_DIR = os.path.dirname(os.path.realpath(__file__)) VALID_SPARK_VERSIONS = set([ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
