Re: Web Service + Spark

2015-01-12 Thread Robert C Senkbeil
2015 02:06 AM Subject: Re: Web Service + Spark You can take a look at http://zeppelin.incubator.apache.org. it is a notebook and graphic visual designer. On Sun, Jan 11, 2015, 01:45 Cui Lin wrote: Thanks, Gaurav and Corey, Probably I didn’t make myself clear. I am looking for

Re: Web Service + Spark

2015-01-11 Thread Raghavendra Pandey
c: Cui Lin , "user@spark.apache.org" < > user@spark.apache.org> > Subject: Re: Web Service + Spark > > You can also look at Spark Job Server > https://github.com/spark-jobserver/spark-jobserver > > - Gaurav > > On Jan 9, 2015, at 10:25 PM, Corey Nolet wrote: > &g

Re: Web Service + Spark

2015-01-10 Thread Cui Lin
mailto:gtins...@gmail.com>> Date: Friday, January 9, 2015 at 7:45 PM To: Corey Nolet mailto:cjno...@gmail.com>> Cc: Cui Lin mailto:cui@hds.com>>, "user@spark.apache.org<mailto:user@spark.apache.org>" mailto:user@spark.apache.org>> Subject: Re: Web Service

Re: Web Service + Spark

2015-01-09 Thread gtinside
You can also look at Spark Job Server https://github.com/spark-jobserver/spark-jobserver - Gaurav > On Jan 9, 2015, at 10:25 PM, Corey Nolet wrote: > > Cui Lin, > > The solution largely depends on how you want your services deployed (Java web > container, Spray framework, etc...) and if you

Re: Web Service + Spark

2015-01-09 Thread Corey Nolet
Cui Lin, The solution largely depends on how you want your services deployed (Java web container, Spray framework, etc...) and if you are using a cluster manager like Yarn or Mesos vs. just firing up your own executors and master. I recently worked on an example for deploying Spark services insid

Web Service + Spark

2015-01-09 Thread Cui Lin
Hello, All, What’s the best practice on deploying/publishing spark-based scientific applications into a web service? Similar to Shiny on R. Thanks! Best regards, Cui Lin