Re: One task sending payload to multiple output streams

2015-09-03 Thread Yan Fang
ream b = new ByteArrayOutputStream(); > ObjectOutputStream o = new ObjectOutputStream(b); > o.writeObject(map); > bytes = b.toByteArray(); > > -Original Message- > From: Yi Pan [mailto:nickpa...@gmail.com] > Sent: Wednesday, September 02, 2015 10:31 PM > To: d

RE: One task sending payload to multiple output streams

2015-09-02 Thread Balusamy, Elangovan
...@gmail.com] Sent: Wednesday, September 02, 2015 10:31 PM To: dev@samza.apache.org Subject: Re: One task sending payload to multiple output streams Hi, Elangovan, Could you confirm how many containers in your job? And how is the outgoing messages partitioned on? Most likely, this is related

Re: One task sending payload to multiple output streams

2015-09-02 Thread Yi Pan
015 1:12 PM > To: dev@samza.apache.org > Subject: RE: One task sending payload to multiple output streams > > Hi, > > How many input streams does this task consume and how are they partitioned? > > Garry > > -Original Message- > From: Balusamy, Elangovan

RE: One task sending payload to multiple output streams

2015-09-02 Thread Balusamy, Elangovan
The task consumes from one stream with 2 partitions. -Original Message- From: Garry Turkington [mailto:g.turking...@improvedigital.com] Sent: Wednesday, September 02, 2015 1:12 PM To: dev@samza.apache.org Subject: RE: One task sending payload to multiple output streams Hi, How many

RE: One task sending payload to multiple output streams

2015-09-02 Thread Garry Turkington
Hi, How many input streams does this task consume and how are they partitioned? Garry -Original Message- From: Balusamy, Elangovan [mailto:elangovan.balus...@altisource.com] Sent: 02 September 2015 08:19 To: dev@samza.apache.org Cc: Chandra, Saurabh Subject: One task sending payload to