Hi Sean,

Happy to see this discussion.

I'm working on PoC to run Camel on Spark Streaming. The purpose is to have an ingestion and integration platform directly running on Spark Streaming.

Basically, we would be able to use a Camel Spark DSL like:

from("jms:queue:foo").choice().when(predicate).to("job:bar").when(predicate).to("hdfs:path").otherwise("file:path")....

Before a formal proposal (I have to do more work there), I'm just wondering if such framework can be a new Spark module (Spark Integration for instance, like Spark ML, Spark Stream, etc).

Maybe it could be a good candidate for an addition in a "major" release like Spark 2.0.

Just my $0.01 ;)

Regards
JB

On 11/06/2015 01:44 PM, Sean Owen wrote:
Since branch-1.6 is cut, I was going to make version 1.7.0 in JIRA.
However I've had a few side conversations recently about Spark 2.0, and
I know I and others have a number of ideas about it already.

I'll go ahead and make 1.7.0, but thought I'd ask, how much other
interest is there in starting to plan Spark 2.0? is that even on the
table as the next release after 1.6?

Sean

--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org

Reply via email to