Re: Best practices to call small spark jobs as part of REST api

2015-10-12 Thread Xiao Li
er 11, 2015 1:32 AM > *To: *unk1102 > *Cc: *user@spark.apache.org > *Subject: *Re: Best practices to call small spark jobs as part of REST api > > > > > > One approach would be to make your spark job push the computed results > (json) to a database and your reset s

RE: Best practices to call small spark jobs as part of REST api

2015-10-11 Thread Nuthan Kumar
If the data is also on-demand, spark as back end is also good option.. Sent from Outlook Mail for Windows 10 phone From: Akhil Das Sent: Sunday, October 11, 2015 1:32 AM To: unk1102 Cc: user@spark.apache.org Subject: Re: Best practices to call small spark jobs as part of REST api One

Re: Best practices to call small spark jobs as part of REST api

2015-10-11 Thread Akhil Das
One approach would be to make your spark job push the computed results (json) to a database and your reset server can pull it from there and power the UI. Thanks Best Regards On Wed, Sep 30, 2015 at 12:26 AM, unk1102 wrote: > Hi I would like to know any best practices to call spark jobs in rest