Re: PojoInnerJoin Accumulation emitting Map

2017-02-16 Thread Chinmay Kolhatkar
APEXMALHAR-2409 Created. I'll create a PR soon. On Wed, Feb 15, 2017 at 10:31 PM, Chinmay Kolhatkar wrote: > Thanks guys. I'll create a jira and create a PR for it soon. > > Ajay, btw this is not much related to Schema discovery design... This is > for windowed operator. > > - Chinmay. > > On 1

Re: PojoInnerJoin Accumulation emitting Map

2017-02-15 Thread Chinmay Kolhatkar
Thanks guys. I'll create a jira and create a PR for it soon. Ajay, btw this is not much related to Schema discovery design... This is for windowed operator. - Chinmay. On 15 Feb 2017 10:11 p.m., "Amol Kekre" wrote: > yes it should be POJO > > Thks > Amol > > *Join us at Apex Big Data World-San

Re: PojoInnerJoin Accumulation emitting Map

2017-02-15 Thread Amol Kekre
yes it should be POJO Thks Amol *Join us at Apex Big Data World-San Jose , April 4, 2017!* [image: http://www.apexbigdata.com/san-jose-register.html] On Wed, Feb 15, 2017 at 7:34 AM, AJAY GUPTA wrote:

Re: PojoInnerJoin Accumulation emitting Map

2017-02-15 Thread AJAY GUPTA
Yes, it should be emitting a POJO. This POJO can then be further used to join with a third POJO stream, thus behaving like a DB join. It would be best if we can incorporate this into Schema Discovery design. Ajay On Wed, 15 Feb 2017 at 5:30 PM, Chinmay Kolhatkar wrote: Dear Community, Curren

PojoInnerJoin Accumulation emitting Map

2017-02-15 Thread Chinmay Kolhatkar
Dear Community, Currently PojoInnerJoin accumulation is accepting 2 POJOs but emitting a Map. I think it should be emitting POJO instead of Map. Please share your thoughts about this. Thanks, Chinmay.