File tree 3 files changed +4
-10
lines changed
3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
- 1.3.x (unreleased)
2
- * Removed use of Thrift describe_ring and replaced it with native Java Driver
3
- support for fetching TokenRanges (SPARKC-93)
4
-
5
- ********************************************************************************
6
-
7
- 1.2.0 (unreleased)
1
+ 1.2.0
8
2
* Removed conversion method rom WriteOption which accepted object of Duration type
9
3
from Spark Streaming (SPARKC-106)
10
4
* Fixed compilation warnings (SPARKC-76)
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ This project has been published to the Maven Central Repository.
46
46
For SBT to download the connector binaries, sources and javadoc, put this in your project
47
47
SBT config:
48
48
49
- libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.2.0-rc3 "
49
+ libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.2.0"
50
50
51
51
If you want to access the functionality of Connector from Java, you may want to add also a Java API module:
52
52
53
- libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.2.0-rc3 "
53
+ libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.2.0"
54
54
55
55
## Building
56
56
See [ Building And Artifacts] ( doc/12_building_and_artifacts.md )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ object Settings extends Build {
37
37
38
38
lazy val buildSettings = Seq (
39
39
organization := " com.datastax.spark" ,
40
- version in ThisBuild := " 1.2.0-SNAPSHOT " ,
40
+ version in ThisBuild := " 1.2.0" ,
41
41
scalaVersion := Versions .scalaVersion,
42
42
crossScalaVersions := Versions .crossScala,
43
43
crossVersion := CrossVersion .binary,
You can’t perform that action at this time.
0 commit comments