Hi all,

Thank you for the reply. Is there any example of spark running in client
mode with spray ? I think, I will choose this approach.


On Tue, Jun 24, 2014 at 4:55 PM, Koert Kuipers <ko...@tresata.com> wrote:

> run your spark app in client mode together with a spray rest service, that
> the front end can talk to
>
>
> On Tue, Jun 24, 2014 at 3:12 AM, Jaonary Rabarisoa <jaon...@gmail.com>
> wrote:
>
>> Hi all,
>>
>> So far, I run my spark jobs with spark-shell or spark-submit command. I'd
>> like to go further and I wonder how to use spark as a backend of a web
>> application. Specificaly, I want a frontend application ( build with nodejs
>> )  to communicate with spark on the backend, so that every query from the
>> frontend is rooted to spark. And the result from Spark are sent back to the
>> frontend.
>> Does some of you already experiment this kind of architecture ?
>>
>>
>> Cheers,
>>
>>
>> Jaonary
>>
>
>

Reply via email to