Re: Split Streams not working

2017-08-01 Thread Aljoscha Krettek
s in our >>> SplitStream[ERROR_EVENT, ERROR_EVENT, SUCCESS_EVENT] with >>> splitStream.select("success") and splitStream.select("error"), the different >>> events are not separated and both select() operations >>> (splitStream.select(&quo

Re: Split Streams not working

2017-07-24 Thread Kien Truong
a DataStream, but I cannot find a workaround for DataStream>. Thanks!! -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Split-Streams-not-working-tp14418.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Split Streams not working

2017-07-24 Thread Kien Truong
bug is that we are attempting to split a DataStream> instead of a DataStream, but I cannot find a workaround for DataStream>. Thanks!! -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Split-Streams-not-working-tp14418.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Split Streams not working

2017-07-24 Thread smandrell
ERROR_EVENT] and one DataStream[SUCCESS_EVENT]. My suspicion for this bug is that we are attempting to split a DataStream> instead of a DataStream, but I cannot find a workaround for DataStream>. Thanks!! -- View this message in context: http://apache-flink-user-mailing-list-arch