Re: Consuming commands from a queue

2016-01-16 Thread Afshartous, Nick
be isolated. -- Nick From: Cody Koeninger <c...@koeninger.org> Sent: Friday, January 15, 2016 11:46 PM To: Afshartous, Nick Cc: user@spark.apache.org Subject: Re: Consuming commands from a queue Reading commands from kafka and triggering a redshif

Consuming commands from a queue

2016-01-15 Thread Afshartous, Nick
Hi, We have a streaming job that consumes from Kafka and outputs to S3. We're going to have the job also send commands (to copy from S3 to Redshift) into a different Kafka topic. What would be the best framework for consuming and processing the copy commands ? We're considering creating

Re: Consuming commands from a queue

2016-01-15 Thread Cody Koeninger
Reading commands from kafka and triggering a redshift copy is sufficiently simple it could just be a bash script. But if you've already got a spark streaming job set up, may as well use it for consistency's sake. There's definitely no need to mess around with akka. On Fri, Jan 15, 2016 at 6:25