Skip to content

Commit

Permalink
Updated README to use rxin's spark folk until Matei merges the pull r…
Browse files Browse the repository at this point in the history
…equests into mesos/spark.
  • Loading branch information
rxin committed May 18, 2012
1 parent 56cddef commit 1375f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 1375f46

Please sign in to comment.