spark-redis

A connector for Spark that allows reading and writing to/from Redis cluster

BSD-3-CLAUSE License

Stars
936
Committers
21

Bot releases are hidden (Show)

spark-redis - Version 2.7.0

Published by chayim over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RedisLabs/spark-redis/compare/v2.6.0...v2.7.0

spark-redis - 2.6.0

Published by gkorland over 3 years ago

  • Added new API: toRedisHASHes function
  • Performance optimization (removed filterKeysByType step when getting data from Redis)
  • Minor fixes of documentation and exception messages
spark-redis - 2.5.0

Published by gkorland over 4 years ago

  • Add ssl params to all invocations of RedisEndpoint ctor. (#235)
spark-redis - 2.4.2

Published by gkorland over 4 years ago

  • #195: support scala 2.12 (#223)
  • #217: added toRedisLISTs() function (#221)
spark-redis - 2.4.1

Published by gkorland over 4 years ago

  • Dataframe created from a specific key (not a pattern) and specified key doesn't exist in Redis (#194)
  • A prototype of toRedisByteLIST() function (#205)
spark-redis - 2.4.0

Published by gkorland over 5 years ago

Version upgrades:

  • Support for Spark 2.4.0
  • Upgrade jedis to 3.1.0-m1

Backward incompatible changes:

  • Issue #165 - RDD and Streaming implicit were split to two different packages to avoid extra spark-streaming dependency when only RDD functions are used. Streaming functions are now enabled through "import com.redislabs.provider.redis.streaming._"

Fixes:

  • Issue #134 - Fixes an issue when SBT cannot resolve jedis dependency ()

Enhancements:

  • Enables Structured Streaming output to Redis using foreachBatch, docs updated
  • Added dev environment docs

Upgrading notice from 2.3.1 to 2.4.0:

  • If Spark Streaming functionality (createRedisXStream, createRedisStream or createRedisStreamWithoutListname) is used, add additional import statement "import com.redislabs.provider.redis.streaming._" to prevent compilation errors
spark-redis - 2.3.1

Published by gkorland over 5 years ago

  • Add support for DataFrames
  • Add support for Structured Streaming
spark-redis - 2.3.1-RC1

Published by gkorland over 5 years ago

  • Add support for Structured stream
spark-redis -

Published by gkorland almost 6 years ago

spark-redis -

Published by gkorland almost 6 years ago

spark-redis - 2.3.1-m1

Published by gkorland almost 6 years ago

  • dataframes implementation
  • dataframes docs (scala and python)
  • issue #99 - pipeline batches (affects RDDs and DataFrames)
  • issue #100 - SCAN count option (affects RDDs and DataFrames)
spark-redis - 1.4.1

Published by gkorland about 6 years ago

Support Apache Spark 1.4.1

spark-redis - 2.3.0

Published by gkorland about 6 years ago

Support Apache Spark 2.3.0

spark-redis - Sort out version mismatch

Published by shaynativ about 8 years ago

spark-redis - 0.3.0

Published by dvirsky over 8 years ago

This release adds support for SparkSQL

spark-redis - Initial release

Published by itamarhaber about 9 years ago

Provides Redis access functionality to basic data types from Spark.