From 0b690026aa263d385221c6bb4009ce008094f01e Mon Sep 17 00:00:00 2001 From: Helena Edelson Date: Wed, 5 Nov 2014 08:37:32 -0500 Subject: [PATCH] Ninja fix on quick start doc adding where to find versions, composing the dependency declaration, and correcting the connector name. --- doc/0_quick_start.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/0_quick_start.md b/doc/0_quick_start.md index e0df2831b..18abb3a3c 100644 --- a/doc/0_quick_start.md +++ b/doc/0_quick_start.md @@ -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