Re: PutKafka warning - why?

2016-05-26 Thread Oleg Zhurakousky
Igor Thanks a lot That’s clearly a bug, simply because NPE originates form our code (must never happen). Thankfully it was fixed already and will be available in 0.7 release. But if you brave enough you can build from master and use it in your current environment in the meantime (let me know

Re: PutKafka warning - why?

2016-05-26 Thread Igor Kravzov
Actually I wanted to write new email, but will ask here. I am trying to use PutKafka with Hortonworks HDP 2.4. Latest. The template is simple and shown bellow. The warning above I received when tried to change processor's configuration and start again. [image: Inline image 1] Actually I am

Re: PutKafka warning - why?

2016-05-26 Thread Oleg Zhurakousky
That is because the processor is already in the process of being stopped and you probably tried to start it again. That said, the fact that you see it is probably a bug since you should not be able to see ‘start’ action until processor is fully stopped. Could you please share more details as to