Jetty as spark straming input

2014-11-26 Thread Guy Doulberg
Hi guys I started playing with spark streaming, and I came up with an idea that I wonder if it a valid idea. Building a jetty input stream, which is basically a jetty server that each http request it gets it streams . What do you think of this idea? Thanks, Guy

RE: Jetty as spark straming input

2014-11-26 Thread Guy Doulberg
Thanks rektide. -Original Message- From: rekt...@voodoowarez.com [mailto:rekt...@voodoowarez.com] Sent: Wednesday, November 26, 2014 8:43 PM To: Guy Doulberg Cc: user@spark.apache.org Subject: Re: Jetty as spark straming input On Wed, Nov 26, 2014 at 04:06:40PM +, Guy Doulberg

RDD decouple store implementations

2014-11-27 Thread Guy Doulberg
different formatters, let's say that one formatter write a JSON file and another CSV file. Is it possible? If it is possible is it possible also to change the implantation of the CSV formatter without stopping the JSON file writer? Thanks, Guy Doulberg