Re: Creating Apache Spark-powered “As Service” applications

2015-01-16 Thread Robert C Senkbeil
Hi, You can take a look at the Spark Kernel project: https://github.com/ibm-et/spark-kernel The Spark Kernel's goal is to serve as the foundation for interactive applications. The project provides a client library in Scala that abstracts connecting to the kernel (containing a Spark Context),

Re: Web Service + Spark

2015-01-12 Thread Robert C Senkbeil
If you would like to work with an API, you can use the Spark Kernel found here: https://github.com/ibm-et/spark-kernel The kernel provides an API following the IPython message protocol as well as a client library that can be used with Scala applications. The kernel can also be plugged into the

IBM open-sources Spark Kernel

2014-12-12 Thread Robert C Senkbeil
We are happy to announce a developer preview of the Spark Kernel which enables remote applications to dynamically interact with Spark. You can think of the Spark Kernel as a remote Spark Shell that uses the IPython notebook interface to provide a common entrypoint for any application. The Spark

Re: IBM open-sources Spark Kernel

2014-12-12 Thread Robert C Senkbeil
to connect to the Spark Kernel without needing to implement the ZeroMQ protocol. Signed, Chip Senkbeil From: Sam Bessalah samkiller@gmail.com To: Robert C Senkbeil/Austin/IBM@IBMUS Date: 12/12/2014 04:20 PM Subject:Re: IBM open-sources Spark Kernel Wow. Thanks. Can't wait