Skip to content

Commit

Permalink
Prepare release 1.4.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolaczk committed Jun 12, 2015
1 parent 94caae1 commit 9682c0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.4.0 M1 (unreleased)
1.4.0 M1
* Upgrade Spark to 1.4.0 (SPARKC-192)

********************************************************************************
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ execute arbitrary CQL queries in your Spark applications.
## Features

- Compatible with Apache Cassandra version 2.0 or higher (see table below)
- Compatible with Apache Spark 1.0 through 1.3 (see table below)
- Compatible with Apache Spark 1.0 through 1.4 (see table below)
- Compatible with Scala 2.10 and 2.11
- Exposes Cassandra tables as Spark RDDs
- Maps table rows to CassandraRow objects or tuples
Expand All @@ -38,22 +38,22 @@ version range supported between the connector, Spark, Cassandra, and the Cassand

| Connector | Spark | Cassandra | Cassandra Java Driver |
| --------- | ------------- | --------- | --------------------- |
| 1.4 | 1.4 | 2.1, 2.0 | 2.1 |
| 1.3 | 1.3 | 2.1, 2.0 | 2.1 |
| 1.2 | 1.2 | 2.1, 2.0 | 2.1 |
| 1.1 | 1.1, 1.0 | 2.1, 2.0 | 2.1 |
| 1.0 | 1.0, 0.9 | 2.0 | 2.0 |


## Download
This project has been published to the Maven Central Repository.
For SBT to download the connector binaries, sources and javadoc, put this in your project
SBT config:

libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.3.0-M1"
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.4.0-M1"

If you want to access the functionality of Connector from Java, you may want to add also a Java API module:

libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.3.0-M1"
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.4.0-M1"

## Building
See [Building And Artifacts](doc/12_building_and_artifacts.md)
Expand Down

0 comments on commit 9682c0a

Please sign in to comment.