Hi All,
sample spark project which uses REST.
http://techgobi.blogspot.in/2016/09/bigdata-sample-project.html
On Fri, Sep 30, 2016 at 11:39 PM, Vadim Semenov wrote:
> There're two REST job servers that work with spark:
>
> https://github.com/spark-jobserver/spark-jobserver
>
> https://github.c
Hi,
I am new to spark.
I want to develop a word count app and deploy it in local mode. from
outside I want to trigger the program and get the word count output and
show it to the UI.
I need help on integration of Spark and outside.
i) How to trigger the Spark app from the j2ee app