Repository: spark
Updated Branches:
  refs/heads/master b5034c9c5 -> 6a0f8b994


[SPARK-9562] Change reference to amplab/spark-ec2 from mesos/

cc srowen pwendell nchammas

Author: Shivaram Venkataraman <shiva...@cs.berkeley.edu>

Closes #7899 from shivaram/spark-ec2-move and squashes the following commits:

7cc22c9 [Shivaram Venkataraman] Change reference to amplab/spark-ec2 from mesos/


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

Branch: refs/heads/master
Commit: 6a0f8b994de36b7a7bdfb9958d39dbd011776107
Parents: b5034c9
Author: Shivaram Venkataraman <shiva...@cs.berkeley.edu>
Authored: Tue Aug 4 09:40:07 2015 -0700
Committer: Shivaram Venkataraman <shiva...@cs.berkeley.edu>
Committed: Tue Aug 4 09:40:07 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/6a0f8b99/ec2/spark_ec2.py
----------------------------------------------------------------------
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index ccf922d..11fd7ee 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -90,7 +90,7 @@ DEFAULT_SPARK_VERSION = SPARK_EC2_VERSION
 DEFAULT_SPARK_GITHUB_REPO = "https://github.com/apache/spark";
 
 # Default location to get the spark-ec2 scripts (and ami-list) from
-DEFAULT_SPARK_EC2_GITHUB_REPO = "https://github.com/mesos/spark-ec2";
+DEFAULT_SPARK_EC2_GITHUB_REPO = "https://github.com/amplab/spark-ec2";
 DEFAULT_SPARK_EC2_BRANCH = "branch-1.4"
 
 


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

Reply via email to