Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zixicc committed Mar 13, 2016
1 parent 44638f2 commit 50f6dea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
The basic version of Spark is 0.9.1, assume the directory of spark-0.9.1 is $SPARK_HOME$
The basic version of Spark is 0.9.1, assume the directory of spark-0.9.1 is `$SPARK_HOME$`

Follow the step if you want to test SGraph:

1. Put the whole sgraph directory under $SPARK_HOME$
1. Put the whole sgraph directory under `$SPARK_HOME$`

2. Replace $SPARK_HOME$/project/SparkBuild.scala with configs/SparkBuild.scala
2. Replace `$SPARK_HOME$/project/SparkBuild.scala` with `configs/SparkBuild.scala`

3. Replace $SPARK_HOME$/bin/compute-classpath.sh with configs/compute-classpath.sh
3. Replace `$SPARK_HOME$/bin/compute-classpath.sh` with `configs/compute-classpath.sh`

4. Make org.apache.spark.util.collection.PrimitiveVector extends Serializable
4. Make `org.apache.spark.util.collection.PrimitiveVector` extends Serializable

5. Recompile Spark

0 comments on commit 50f6dea

Please sign in to comment.