Kestrel and Spark Stream

2014-11-18 Thread Eduardo Alfaia
Hi guys,
Has anyone already tried doing this work?

Thanks
-- 
Informativa sulla Privacy: http://www.unibs.it/node/8155


Re: Kestrel and Spark Stream

2014-11-18 Thread Akhil Das
You can implement a custom receiver
http://spark.apache.org/docs/latest/streaming-custom-receivers.html to
connect to Kestrel and use it. I think someone have already tried it, not
sure if it is working though. Here's the link
https://github.com/prabeesh/Spark-Kestrel/blob/master/streaming/src/main/scala/spark/streaming/dstream/KestrelInputDStream.scala
.

Thanks
Best Regards

On Tue, Nov 18, 2014 at 4:23 PM, Eduardo Alfaia e.costaalf...@unibs.it
wrote:

 Hi guys,
 Has anyone already tried doing this work?

 Thanks

 Informativa sulla Privacy: http://www.unibs.it/node/8155


Re: Kestrel and Spark Stream

2014-11-18 Thread prabeesh k
You can refer the following link
https://github.com/prabeesh/Spark-Kestrel

On Tue, Nov 18, 2014 at 3:51 PM, Akhil Das ak...@sigmoidanalytics.com
wrote:

 You can implement a custom receiver
 http://spark.apache.org/docs/latest/streaming-custom-receivers.html to
 connect to Kestrel and use it. I think someone have already tried it, not
 sure if it is working though. Here's the link
 https://github.com/prabeesh/Spark-Kestrel/blob/master/streaming/src/main/scala/spark/streaming/dstream/KestrelInputDStream.scala
 .

 Thanks
 Best Regards

 On Tue, Nov 18, 2014 at 4:23 PM, Eduardo Alfaia e.costaalf...@unibs.it
 wrote:

 Hi guys,
 Has anyone already tried doing this work?

 Thanks

 Informativa sulla Privacy: http://www.unibs.it/node/8155