Re: Send real-time alert using Spark

2016-07-12 Thread Priya Ch
I mean model training on incoming data is taken care by Spark. For detected anomalies, need to send alert. Could we do this with Spark or any other framework like Akka/REST API would do it ? Thanks, Padma CH On Tue, Jul 12, 2016 at 7:30 PM, Marcin Tustin wrote: > Priya, > > You wouldn't necessa

Re: Send real-time alert using Spark

2016-07-12 Thread Marcin Tustin
Priya, You wouldn't necessarily "use spark" to send the alert. Spark is in an important sense one library among many. You can have your application use any other library available for your language to send the alert. Marcin On Tue, Jul 12, 2016 at 9:25 AM, Priya Ch wrote: > Hi All, > > I am b

Send real-time alert using Spark

2016-07-12 Thread Priya Ch
Hi All, I am building Real-time Anomaly detection system where I am using k-means to detect anomaly. Now in-order to send alert to mobile or an email alert how do i send it using Spark itself ? Thanks, Padma CH