Re: Multiple Kinesis Streams in a single Streaming job

2015-05-14 Thread Erich Ess
>> it should work the same way - including union() of streams from totally >> different source types (kafka, kinesis, flume). >> >> >> >> On Thu, May 14, 2015 at 2:07 PM, Tathagata Das >> wrote: >> >>> What is the error you are seeing? &

Multiple Kinesis Streams in a single Streaming job

2015-05-14 Thread Erich Ess
Hi, Is it possible to setup streams from multiple Kinesis streams and process them in a single job? From what I have read, this should be possible, however, the Kinesis layer errors out whenever I try to receive from more than a single Kinesis Stream. Here is the code. Currently, I am focused o