You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2013/11/02 22:42:29 UTC

git commit: Merge pull request #133 from Mistobaan/link_fix

Updated Branches:
  refs/heads/branch-0.8 054d97b43 -> 5b45c9b28


Merge pull request #133 from Mistobaan/link_fix

update default github

(cherry picked from commit 41ead7a74533ffdd208a4ba2f7cd38945b4343ec)
Signed-off-by: Reynold Xin <rx...@apache.org>


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

Branch: refs/heads/branch-0.8
Commit: 5b45c9b28538607c703f5703151dbe52d0c80757
Parents: 054d97b
Author: Reynold Xin <rx...@apache.org>
Authored: Sat Nov 2 14:41:50 2013 -0700
Committer: Reynold Xin <rx...@apache.org>
Committed: Sat Nov 2 14:42:22 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/5b45c9b2/ec2/spark_ec2.py
----------------------------------------------------------------------
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index f7f6b8d..d652c90 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -69,7 +69,7 @@ def parse_args():
   parser.add_option("-v", "--spark-version", default="0.8.0",
       help="Version of Spark to use: 'X.Y.Z' or a specific git hash")
   parser.add_option("--spark-git-repo", 
-      default="https://github.com/mesos/spark", 
+      default="https://github.com/apache/incubator-spark",
       help="Github repo from which to checkout supplied commit hash")
   parser.add_option("--hadoop-major-version", default="1",
       help="Major version of Hadoop (default: 1)")