exposing spark through a web service

2013-12-13 Thread Philip Ogren
Hi Spark Community, I would like to expose my spark application/libraries via a web service in order to launch jobs, interact with users, etc. I'm sure there are 100's of ways to think about doing this each with a variety of technology stacks that could be applied. So, I know there is no

Re: exposing spark through a web service

2013-12-13 Thread Mark Hamstra
https://github.com/apache/incubator-spark/pull/222 On Fri, Dec 13, 2013 at 8:36 AM, Philip Ogren philip.og...@oracle.comwrote: Hi Spark Community, I would like to expose my spark application/libraries via a web service in order to launch jobs, interact with users, etc. I'm sure there are

Re: exposing spark through a web service

2013-12-13 Thread Patrick Wendell
Hey Philip, To elaborate a bit, this is a proposed patch for integrating something like a restful server into Spark. If you wanted to take a look at the documentation in that patch and comment as to whether it would partially or fully solve your use-case that would be great. - Patrick On Fri,