Re: Kafka Producer - Null Pointer Exception when processing by element

2017-07-19 Thread Tzu-Li (Gordon) Tai
p() after the parser and before the split()? -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Kafka-Producer-Null-Pointer-Exception-when-processing-by-element-tp14288p14312.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Kafka Producer - Null Pointer Exception when processing by element

2017-07-17 Thread earellano
e you suggesting a flatMap instead of map at this stage of calling our parser, or did you mean to use a flatMap() after the parser and before the split()? -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Kafka-Producer-Null-Pointer-Exception-whe

Re: Kafka Producer - Null Pointer Exception when processing by element

2017-07-17 Thread Tzu-Li (Gordon) Tai
-- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Kafka-Producer-Null-Pointer-Exception-when-processing-by-element-tp14288p14300.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Kafka Producer - Null Pointer Exception when processing by element

2017-07-16 Thread earellano
en go on to the sink? Or does task chaining mean it immediately gets outputted to the sink? Thanks so much for all this help by the way! -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Kafka-Producer-Null-Pointer-Exception-when-processing-by-ele

Re: Kafka Producer - Null Pointer Exception when processing by element

2017-07-16 Thread Tzu-Li (Gordon) Tai
they be made package private? Happy to make a pull request if so, although fear that might break a few things. If you reply to this email, your message will be added to the discussion below: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Kafka-Producer-Null-Pointer-Exception-whe

Re: Kafka Producer - Null Pointer Exception when processing by element

2017-07-16 Thread earellano
fear that might break a few things. -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Kafka-Producer-Null-Pointer-Exception-when-processing-by-element-tp14288p14294.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Kafka Producer - Null Pointer Exception when processing by element

2017-07-14 Thread Tzu-Li (Gordon) Tai
the individual values within each record of our DataStream>). -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Kafka-Producer-Null-Pointer-Exception-when-processing-by-element-tp14288.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Kafka Producer - Null Pointer Exception when processing by element

2017-07-14 Thread earellano
an the entire data stream (sink behavior depends on the individual values within each record of our DataStream>). -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Kafka-Producer-Null-Pointer-Exception-when-processing-by-element-tp14288.html Sent fro