I am using spark driver as a rest service. I used spray.io to make my app
rest server.

I think this is a good design for applications that you want to keep in
long running mode..
On Jul 1, 2015 6:28 PM, "Arush Kharbanda" <ar...@sigmoidanalytics.com>
wrote:

> You can try using Spark Jobserver
>
> https://github.com/spark-jobserver/spark-jobserver
>
> On Wed, Jul 1, 2015 at 4:32 PM, Spark Enthusiast <sparkenthusi...@yahoo.in
> > wrote:
>
>> Folks,
>>
>> My Use case is as follows:
>>
>> My Driver program will be aggregating a bunch of Event Streams and acting
>> on it. The Action on the aggregated events is configurable and can change
>> dynamically.
>>
>> One way I can think of is to run the Spark Driver as a Service where a
>> config push can be caught via an API that the Driver exports.
>> Can I have a Spark Driver Program run as a REST Service by itself? Is
>> this a common use case?
>> Is there a better way to solve my problem?
>>
>> Thanks
>>
>
>
>
> --
>
> [image: Sigmoid Analytics] <http://htmlsig.com/www.sigmoidanalytics.com>
>
> *Arush Kharbanda* || Technical Teamlead
>
> ar...@sigmoidanalytics.com || www.sigmoidanalytics.com
>

Reply via email to