[3/4] flink git commit: [project] Added additional IntelliJ file ignores

2015-03-15 Thread sewen
[project] Added additional IntelliJ file ignores This closes #483 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2eea012e Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/2eea012e Diff:

[4/4] flink git commit: [FLINK-1705] [taskmanager] Fix hostname lookup.

2015-03-15 Thread sewen
[FLINK-1705] [taskmanager] Fix hostname lookup. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5308ac83 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/5308ac83 Diff:

[2/4] flink git commit: [FLINK-1450] Added GroupFoldFunction and GroupedFoldInvokable with a test. Integrated them into DataStream

2015-03-15 Thread gyfora
[FLINK-1450] Added GroupFoldFunction and GroupedFoldInvokable with a test. Integrated them into DataStream Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/f785c73e Tree:

[1/4] flink git commit: [FLINK-1450] Added fold operator for the Streaming API

2015-03-15 Thread gyfora
Repository: flink Updated Branches: refs/heads/master 1c269e2f2 - aaa231bc0 [FLINK-1450] Added fold operator for the Streaming API Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/6c99cb69 Tree:

[3/4] flink git commit: [FLINK-1450] Integrated fold into WindowedDataStream and added a WindowFolder test

2015-03-15 Thread gyfora
[FLINK-1450] Integrated fold into WindowedDataStream and added a WindowFolder test [FLINK-1450] Fixed StreamFoldInvokable and GroupedStreamFoldInvokable by implementing accumulator copying to prevent mutations and removed GroupFoldFunction. Conflicts: