[jira] [Created] (FLINK-7617) Remove string format in BitSet to improve the performance of BuildSideOuterjoin

2017-09-13 Thread Jingsong Lee (JIRA)
Jingsong Lee created FLINK-7617: --- Summary: Remove string format in BitSet to improve the performance of BuildSideOuterjoin Key: FLINK-7617 URL: https://issues.apache.org/jira/browse/FLINK-7617 Project:

[jira] [Created] (FLINK-7616) Fix missing markups in Execution Configuration

2017-09-13 Thread Raymond Tay (JIRA)
Raymond Tay created FLINK-7616: -- Summary: Fix missing markups in Execution Configuration Key: FLINK-7616 URL: https://issues.apache.org/jira/browse/FLINK-7616 Project: Flink Issue Type: Task

[jira] [Created] (FLINK-7615) Under mesos when using a role, TaskManagers fail to schedule

2017-09-13 Thread Addison Higham (JIRA)
Addison Higham created FLINK-7615: - Summary: Under mesos when using a role, TaskManagers fail to schedule Key: FLINK-7615 URL: https://issues.apache.org/jira/browse/FLINK-7615 Project: Flink

Re: update data from two sources with Flink

2017-09-13 Thread Tzu-Li (Gordon) Tai
Hi Ziv, >From what I think what you mean, you can do this by implementing a >CoFlatMapFunction. Each of the two inputs of the CoFlatMapFunction would be >your field-contributing sources. When either input first receives field values of a new object, store that uncompleted object as state of the

[jira] [Created] (FLINK-7614) Add a code snippet example of a valid POJO to "Data Types" documentation

2017-09-13 Thread Tzu-Li (Gordon) Tai (JIRA)
Tzu-Li (Gordon) Tai created FLINK-7614: -- Summary: Add a code snippet example of a valid POJO to "Data Types" documentation Key: FLINK-7614 URL: https://issues.apache.org/jira/browse/FLINK-7614 Pr

Re: Input records rate at source tasks

2017-09-13 Thread Chesnay Schepler
Hello, the input metrics for all sources are 0. You will have to modify the relevant sources to measure the number of incoming records/bytes with a Counter, and wrap this counter in a MeterView to get the rates. Register them with Flink as described in the Metrics documentation. Choose a uni