Skip to content

1.6.0

Compare
Choose a tag to compare
@mdigan mdigan released this 08 Sep 15:06
· 80 commits to master since this release

Artifacts

This release is available in the Maven Central Repository for both Scala 2.10 and Scala 2.11. Please choose the version that matches the version of Scala that your Spark installation is using.

This release is also available via Spark Packages.

Change Log

  • Support Python and KV buckets
  • Support Spark Streaming context in the connector
  • When a Riak node is unavailable during a Spark job, failover to another node
  • Remove separate java-connector and incorporate java classes into main connector project
  • Build with SBT instead of Maven
  • Build artifacts for Scala 2.10 and 2.11
  • Use Docker for builds and tests
  • Update docs and examples
  • Miscellaneous enhancements and bug fixes
    • Improve TS Partitioning #96
    • Query2iRange parallelization for KV #146
    • Allow passing quanta manually #153
    • Connector stuck on application exit #164
    • Fix TSDataQueryingIterator issue with breaking iteration on the first sub-query returned no results #178