Recommended way to run spark streaming in production in EMR

2016-10-11 Thread pandees waran
All, We have an use case in which 2 spark streaming jobs in same EMR cluster. I am thinking of allowing multiple streaming contexts and run them as 2 separate spark-submit with wait for app completion set to false. With this, the failure detection and monitoring seems obscure and doesn't seem to

Re: Spark Streaming in Production

2014-12-12 Thread Tathagata Das
> I know that the spark-submit script has a "--deploy-mode cluster" option. > Does this mean that the receiver will be managed on the cluster? > > Thanks > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Spa

Re: Spark Streaming in Production

2014-12-12 Thread francois . garillot
pt has a "--deploy-mode cluster" option. > Does this mean that the receiver will be managed on the cluster? > Thanks > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Streaming-in-Production-tp20644p20662.html > Sent from the

Re: Spark Streaming in Production

2014-12-12 Thread twizansk
I know that the spark-submit script has a "--deploy-mode cluster" option. Does this mean that the receiver will be managed on the cluster? Thanks -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Streaming-in-Production-tp20644p20662.html Sen

Re: Spark Streaming in Production

2014-12-12 Thread rahulkumar-aws
Run Spark Cluster managed my Apache Mesos. Mesos can run in high-availability mode, in which multiple Mesos masters run simultaneously. - Software Developer SigmoidAnalytics, Bangalore -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Streaming-in

Re: Spark Streaming in Production

2014-12-11 Thread Tathagata Das
of streaming fault-tolerance semantics. http://people.apache.org/~tdas/spark-1.2-temp/ On Thu, Dec 11, 2014 at 4:03 PM, twizansk wrote: > Hi, > > I'm looking for resources and examples for the deployment of spark streaming > in production. Specifically, I would like to know how

Spark Streaming in Production

2014-12-11 Thread twizansk
Hi, I'm looking for resources and examples for the deployment of spark streaming in production. Specifically, I would like to know how high availability and fault tolerance of receivers is typically achieved. The workers are managed by the spark framework and are therefore fault tol