Re: [FLINK-4832] Count/Sum 0 elements

2016-10-24 Thread Aljoscha Krettek
Hi Anton, executeOnCollection() is only meant for executing Flink Jobs in the local machine without bringing up a local (or actual) Flink cluster. So solving the problem there does not really solve the problem. The underlying problem is this: in a Map-Reduce world the way to count elements of type

[FLINK-4832] Count/Sum 0 elements

2016-10-21 Thread Anton Mushin
Hi everybody, Could you explain issue https://issues.apache.org/jira/browse/FLINK-4832, please? Simple, I chose another option for resolve this issue, unlike as described in issue description In the `org.apache.flink.api.common.operators.base.MapOperatorBase#executeOnCollections` I added next

[jira] [Created] (FLINK-4832) Count/Sum 0 elements

2016-10-14 Thread Timo Walther (JIRA)
Timo Walther created FLINK-4832: --- Summary: Count/Sum 0 elements Key: FLINK-4832 URL: https://issues.apache.org/jira/browse/FLINK-4832 Project: Flink Issue Type: Improvement Components