Re: Spark Streaming with Redis

2016-05-24 Thread Pariksheet Barapatre
Thanks Sachin. Link that you mentioned uses native connection library JedisPool. I am looking if I can use https://github.com/RedisLabs/spark-redis for same functionality. Regards Pari On 24 May 2016 at 13:33, Sachin Aggarwal wrote: > Hi, > > yahoo benchmark uses redis with spark, > > have a l

Re: Spark Streaming with Redis

2016-05-24 Thread Sachin Aggarwal
Hi, yahoo benchmark uses redis with spark, have a look at this https://github.com/yahoo/streaming-benchmarks/blob/master/spark-benchmarks/src/main/scala/AdvertisingSpark.scala On Tue, May 24, 2016 at 1:28 PM, Pariksheet Barapatre wrote: > Hello All, > > I am trying to use Redis as a data stor