Preview Release 1.2.0 RC 1
Pre-release
Pre-release
1.2.0 rc 1
- More Spark SQL predicate push (SPARKC-72)
- Fixed some Java API problems and refactored its internals (SPARKC-77)
- Allowing specification of column to property map (aliases) for reading and writing objects
(SPARKC-9) - Added interface for doing primary key joins between arbitrary RDDs and Cassandra (SPARKC-25)
- Added method for repartitioning an RDD based upon the replication of a Cassandra Table (SPARKC-25)
- Fixed setting batch.level and batch.buffer.size in SparkConf. (SPARKC-84)
- Renamed output.batch.level to output.batch.grouping.key.
- Renamed output.batch.buffer.size to output.batch.grouping.buffer.size.
- Renamed batch grouping key option "all" to "none".
- Error out on invalid config properties (SPARKC-90)
- Set Java driver version to 2.1.5 and Cassandra to 2.1.3 (SPARKC-92)
- Moved Spark streaming related methods from CassandraJavaUtil to CassandraStreamingJavaUtil
(SPARKC-80)