Hello all,Spark newbie here.We are trying to use Spark Streaming (unfortunately stuck on version 0.9.1 of Spark) to stream data out of MongoDB.ReactiveMongo (http://reactivemongo.org/) is a scala driver that enables you to stream a MongoDB capped collection (in our case, the Oplog).Given that MongoDB isn't supported natively as a Spark Streaming source, how would you go about implementing a custom Spark Streaming receiver that uses the ReactiveMongo driver ?In particular, how would you circumvent the fact that the ReactiveMongo driver isn't serializable ?Thanks !
-- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Streaming-and-ReactiveMongo-tp14568.html Sent from the Apache Spark User List mailing list archive at Nabble.com.