Re: using JavaRDD in spark-redis connector

2015-10-27 Thread Rohith P
got it ..thank u... -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/using-JavaRDD-in-spark-redis-connector-tp14391p14812.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com

Re: using JavaRDD in spark-redis connector

2015-09-29 Thread Akhil Das
RDD.toRDD(javardd); > sc.close(); > return newTupRdd; > } > > > > How would I create an RDD(not javaRDD) in java which will be accepted by > redis connector... Any kind of related to the topic would be > appretiated.. > > >

using JavaRDD in spark-redis connector

2015-09-28 Thread Rohith P
} How would I create an RDD(not javaRDD) in java which will be accepted by redis connector... Any kind of related to the topic would be appretiated.. -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/using-JavaRDD-in-spark-redis-c