We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35c01d commit da70746Copy full SHA for da70746
doc/0_quick_start.md
@@ -15,7 +15,7 @@ Configure a new Scala project with the Apache Spark and dependency.
15
16
The dependencies are easily retrieved via Maven Central
17
18
- libraryDependencies += "com.datastax.spark" % "spark-cassandra-connector" % "2.4.2-s_2.11"
+ libraryDependencies += "com.datastax.spark" % "spark-cassandra-connector_2.11" % "2.4.2"
19
20
The spark-packages libraries can also be used with spark-submit and spark shell, these
21
commands will place the connector and all of its dependencies on the path of the
0 commit comments