Re: What's the best way to have Spark a service?

2018-03-15 Thread Jean Georges Perrin
Hi David, I ended building up my own. Livy sounded great on paper, but heavy to manipulate. I found out about Jobserver too late. We did not find too complicated to build ours, with a small Spring boot app that was holding the session (we did not need more than one session). jg > On Mar 15,

Re: What's the best way to have Spark a service?

2018-03-15 Thread Liana Napalkova
Hi David, Which type of incompatibility problems do you have with Apache Livy? BR, Liana From: David Espinosa Sent: 15 March 2018 12:06:20 To: user@spark.apache.org Subject: What's the best way to have Spark a service? Hi all, I'm quite

What's the best way to have Spark a service?

2018-03-15 Thread David Espinosa
Hi all, I'm quite new to Spark, and I would like to ask whats the best way to have Spark as a service, and for that I mean being able to include the response of a scala app/job running in a Spark into a RESTful common request. Up now I have read about Apache Livy (which I tried and found