Sun He
Results
2
comments of
Sun He
Hi @antirez , Thanks very much for you feedback. :-) Your advice do make sense. And I already follow your advice with the new patch. - remove dynamic allocation APIs....
Hello @DRUNK2013 , you can use ``` scala import com.redislabs.provider.redis._ val sc = new SparkContext(new SparkConf() .setMaster("local") .setAppName("myApp") .set("redis.host", "localhost") .set("redis.port", "6379") .set("redis.auth", "xxx") ) streams.foreachRDD{ rdd => { sc.toRedisLIST(rdd,...