flink git commit: [FLINK-2972] [JavaAPI] Remove Chill dependency from flink-java.

2015-11-30 Thread fhueske
Repository: flink Updated Branches: refs/heads/master d5a6b13ab -> cd899f3be [FLINK-2972] [JavaAPI] Remove Chill dependency from flink-java. This closes #1331 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/cd899f3b

flink git commit: [FLINK-3061] Properly fail Kafka Consumer if broker is not available

2015-11-30 Thread rmetzger
Repository: flink Updated Branches: refs/heads/master 3e9d33ee5 -> 209ae6c91 [FLINK-3061] Properly fail Kafka Consumer if broker is not available This closes #1395 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/209ae6c9

flink git commit: [FLINK-3088] [serialization] Fix copy method of TypeSerializer which use Kryo

2015-11-30 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 209ae6c91 -> 20ebad048 [FLINK-3088] [serialization] Fix copy method of TypeSerializer which use Kryo Some TypeSerializer, WritableSerializer, ValueSerializer, and AvroSerializer, and comparators, WritableComparator and ValueComparator,

flink git commit: [tests] Activate ChaosMonkeyITCase

2015-11-30 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 20ebad048 -> 2b358cde0 [tests] Activate ChaosMonkeyITCase Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2b358cde Tree:

[2/7] flink git commit: [FLINK-3056] [web-dashboard] Represent bytes in more readable form.

2015-11-30 Thread sewen
http://git-wip-us.apache.org/repos/asf/flink/blob/80512229/flink-runtime-web/web-dashboard/web/js/index.js -- diff --git a/flink-runtime-web/web-dashboard/web/js/index.js b/flink-runtime-web/web-dashboard/web/js/index.js index

[6/7] flink git commit: [FLINK-2904] [web-dashboard] Fix truncation of task counts when the number is large.

2015-11-30 Thread sewen
[FLINK-2904] [web-dashboard] Fix truncation of task counts when the number is large. This closes #1321 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b80ecfdc Tree:

[7/7] flink git commit: [FLINK-2950] [ml] [docs] Fix markdown rendering problem in SVM documentation

2015-11-30 Thread sewen
[FLINK-2950] [ml] [docs] Fix markdown rendering problem in SVM documentation - Remove unnecessary indentation of table - Fix wrong `strong` end tag - Simplify lambda expression in map operation This closes #1312 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[3/7] flink git commit: [FLINK-3056] [web-dashboard] Represent bytes in more readable form.

2015-11-30 Thread sewen
[FLINK-3056] [web-dashboard] Represent bytes in more readable form. Bytes are now displayed in the following fashion: 1. For [0, 1000) units, display three significant digits. 2. For [1000,1024) units, display 2 decimal points for the next higher unit. For example, 1010 KB is displayed as

[4/7] flink git commit: [FLINK-2351] [core] Remove IOFormat ConfigBuilders

2015-11-30 Thread sewen
[FLINK-2351] [core] Remove IOFormat ConfigBuilders This closes #1420 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/6bac9214 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/6bac9214 Diff:

[5/7] flink git commit: [FLINK-3083] [docs] Add docs on how to configure streaming fault tolerance.

2015-11-30 Thread sewen
[FLINK-3083] [docs] Add docs on how to configure streaming fault tolerance. This closes #1413 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/cf913476 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/cf913476 Diff:

[1/7] flink git commit: [FLINK-3056] [web-dashboard] Represent bytes in more readable form.

2015-11-30 Thread sewen
Repository: flink Updated Branches: refs/heads/master 2b358cde0 -> d5a6b13ab http://git-wip-us.apache.org/repos/asf/flink/blob/80512229/flink-runtime-web/web-dashboard/web/partials/jobs/job.plan.node-list.overview.html -- diff