Re: Web Service + Spark

2015-01-12 Thread Robert C Senkbeil
cjno...@gmail.com Cc: user@spark.apache.org user@spark.apache.org Date: 01/11/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 cui

Re: Web Service + Spark

2015-01-11 Thread Raghavendra Pandey
@hds.com, 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 cjno...@gmail.com wrote: Cui Lin, The solution largely

Re: Web Service + Spark

2015-01-10 Thread Cui Lin
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 cjno...@gmail.commailto:cjno...@gmail.com wrote: Cui Lin, The solution largely depends on how you want your services deployed

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

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

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 cjno...@gmail.com wrote: Cui Lin, The solution largely depends on how you want your services deployed (Java web container, Spray framework, etc...)