BADO Maturin Guy Stanislas

Results 9 comments of BADO Maturin Guy Stanislas

Tank you i'll check this ans tell you ! Le 23 juil. 2017 10:42 PM, "Mariano Gappa" a écrit : > Yes, sorry, you have to. > > — >...

Hello @marianogappa , this is step by step what i did : * I followed the quick start guide and then created a new config file from your template just...

Try this ....., Operations on RDDs are not serializable so you can't write a rdd to a list on REDIS. You have to access partions (located on specific Spark Worker...

This is a spark streaming app that use Redis as Streaming source : https://github.com/SoatGroup/spark-redis-nodejs

Hello @JavaSparker this is the official redisLab connector for reading and writing spark data from/to Redis : https://github.com/RedisLabs/spark-redis You could find interesting examples There is the corresponding maven (gradle or...

Let me see your code and the error stack trace @JavaSparker

@JavaSparker There is a publish exemple using java Note that this is not a good solution as you have create a connection for each partition : ```java package fr.mccstan; import...

Hey @jasonnerothin , can you give details on what you call process status ? Sure you can't serialize a connection (TCP or ...) Did you thought about statefull streaming with...