[2/4] flink-web git commit: rebuild website

2015-12-11 Thread mjsax
http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e63786d/content/blog/index.html -- diff --git a/content/blog/index.html b/content/blog/index.html index a375a85..7ecedfb 100644 --- a/content/blog/index.html +++

[4/4] flink-web git commit: rebuild website

2015-12-11 Thread mjsax
rebuild website This closes #15 Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/1e63786d Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/1e63786d Diff:

[3/4] flink-web git commit: rebuild website

2015-12-11 Thread mjsax
http://git-wip-us.apache.org/repos/asf/flink-web/blob/1e63786d/content/blog/feed.xml -- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index 3b2b4a1..17afaf1 100644 --- a/content/blog/feed.xml +++

[1/4] flink-web git commit: Added blog post about Storm Compatibility

2015-12-11 Thread mjsax
Repository: flink-web Updated Branches: refs/heads/asf-site 0507169af -> 1e63786d3 Added blog post about Storm Compatibility Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/17debeae Tree:

[1/2] flink git commit: [FLINK-2936] Fix ClassCastException for Event-Time source

2015-12-11 Thread aljoscha
Repository: flink Updated Branches: refs/heads/master c4a2d60c3 -> 6bd5714d2 [FLINK-2936] Fix ClassCastException for Event-Time source Before, would throw a ClassCastException when emitting watermarks with timestamp/watermark multiplexing disabled. Project:

[2/2] flink git commit: [FLINK-3121] Emit Final Watermark in Kafka Source

2015-12-11 Thread aljoscha
[FLINK-3121] Emit Final Watermark in Kafka Source Kafka sources that don't read from any partition never emit a watermark, thereby blocking the progress of event-time in downstream operations. This changes the Kafka Source to emit a Long.MAX_VALUE watermark if it knows that it will never receive