From 1375f463f4db52076589fbfac41a0af6c850ab84 Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Fri, 18 May 2012 11:27:39 -0700 Subject: [PATCH] Updated README to use rxin's spark folk until Matei merges the pull requests into mesos/spark. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6b97537..07770004 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Get Hive from Apache: Get Spark from Github, compile, and publish to local ivy: - $ git clone git://github.com/mesos/spark.git spark + $ git clone https://github.com/rxin/spark.git spark $ cd spark $ sbt/sbt publish-local @@ -32,9 +32,9 @@ Before building Shark, first modify the config file: $ conf/shark-env.sh -Compile Shark (make sure `$HIVE_HOME` is either set in config file or environmental variable): +Compile Shark (make sure `$HIVE_HOME` is set in `conf/shark-env.sh`): - $ sbt/sbt compile + $ sbt/sbt products ## Execution