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
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
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