Skip to content

Commit

Permalink
Ninja fix on quick start doc adding where to find versions, composing…
Browse files Browse the repository at this point in the history
… the dependency declaration, and correcting the connector name.
  • Loading branch information
Helena Edelson committed Nov 5, 2014
1 parent 96bae9e commit 0b69002
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/0_quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@ and [Spark documentation](https://spark.apache.org/docs/0.9.1/).

Install and launch a Cassandra 2.0 cluster and a Spark cluster.

Configure a new Scala project with the following dependencies:
Configure a new Scala project with the following dependencies:

- Apache Spark 0.9 or 1.0 and its dependencies
- Apache Cassandra thrift and clientutil libraries matching the version of Cassandra
- DataStax Cassandra driver for your Cassandra version

This driver does not depend on the Cassandra server code.
For a detailed dependency list, see project dependencies in the `project/CassandraSparkBuild.scala` file.
- For a detailed dependency list, see project dependencies in the `project/CassandraSparkBuild.scala` file.
- For dependency versions, see `project/Versions.scala` file.

Add the cassandra-driver-spark.jar and its dependency jars to the following classpaths:
Add the `spark-cassandra-connector` jar and its dependency jars to the following classpaths:

"com.datastax.spark" %% "spark-cassandra-connector" % Version

- the classpath of your project
- the classpath of every Spark cluster node
Expand Down

0 comments on commit 0b69002

Please sign in to comment.