[1/2] flink git commit: [FLINK-2692] Untangle CsvInputFormat

2015-11-18 Thread chesnay
Repository: flink Updated Branches: refs/heads/master fc6fec786 -> bd61f2dbd http://git-wip-us.apache.org/repos/asf/flink/blob/bd61f2db/flink-java/src/test/java/org/apache/flink/api/java/io/CsvInputFormatTest.java -- diff --git

[2/2] flink git commit: [FLINK-2692] Untangle CsvInputFormat

2015-11-18 Thread chesnay
[FLINK-2692] Untangle CsvInputFormat This closes #1266 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/bd61f2db Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/bd61f2db Diff: http://git-wip-us.apache.org/repos/asf/fli

[1/3] flink git commit: [FLINK-2942] [web dashboard] Fix dangling operators in dataflow visualization

2015-11-18 Thread sewen
Repository: flink Updated Branches: refs/heads/master 08318e1a7 -> fc6fec786 http://git-wip-us.apache.org/repos/asf/flink/blob/fc6fec78/flink-runtime-web/web-dashboard/web/js/vendor.js -- diff --git a/flink-runtime-web/web-dash

[3/3] flink git commit: [FLINK-2942] [web dashboard] Fix dangling operators in dataflow visualization

2015-11-18 Thread sewen
[FLINK-2942] [web dashboard] Fix dangling operators in dataflow visualization This closes #1346 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/fc6fec78 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/fc6fec78 Diff: h

[2/3] flink git commit: [FLINK-2942] [web dashboard] Fix dangling operators in dataflow visualization

2015-11-18 Thread sewen
http://git-wip-us.apache.org/repos/asf/flink/blob/fc6fec78/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 e68

[2/3] flink git commit: [FLINK-2989] job cancel button doesn't work on YARN

2015-11-18 Thread mxm
http://git-wip-us.apache.org/repos/asf/flink/blob/a7e799b9/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 f81

[1/3] flink git commit: [FLINK-2989] job cancel button doesn't work on YARN

2015-11-18 Thread mxm
Repository: flink Updated Branches: refs/heads/release-0.10 f5f675082 -> a7e799b9f http://git-wip-us.apache.org/repos/asf/flink/blob/a7e799b9/flink-runtime-web/web-dashboard/web/js/vendor.js -- diff --git a/flink-runtime-web/we

[3/3] flink git commit: [FLINK-2989] job cancel button doesn't work on YARN

2015-11-18 Thread mxm
[FLINK-2989] job cancel button doesn't work on YARN In addition to the REST-compliant "DELETE /jobs/", allows cancellation also via a special GET request of the form "GET /jobs//yarn-cancel". That enables us to cancel jobs from the web frontend on YARN while keeping a REST-compliant DELETE altern

[2/2] flink git commit: [FLINK-2989] job cancel button doesn't work on YARN

2015-11-18 Thread mxm
[FLINK-2989] job cancel button doesn't work on YARN In addition to the REST-compliant "DELETE /jobs/", allows cancellation also via a special GET request of the form "GET /jobs//yarn-cancel". That enables us to cancel jobs from the web frontend on YARN while keeping a REST-compliant DELETE altern

[1/2] flink git commit: [FLINK-2989] job cancel button doesn't work on YARN

2015-11-18 Thread mxm
Repository: flink Updated Branches: refs/heads/master 2ea458833 -> 08318e1a7 http://git-wip-us.apache.org/repos/asf/flink/blob/08318e1a/flink-runtime-web/web-dashboard/web/js/index.js -- diff --git a/flink-runtime-web/web-dashb

flink git commit: [FLINK-2937] Fix Typo in Scala Quickstart Guide (SBT)

2015-11-18 Thread chesnay
Repository: flink Updated Branches: refs/heads/master 7beb0110a -> 2ea458833 [FLINK-2937] Fix Typo in Scala Quickstart Guide (SBT) This closes #1373 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2ea45883 Tree: http://gi

flink git commit: [FLINK-2233] Update InputF nextRecord javadocs

2015-11-18 Thread chesnay
Repository: flink Updated Branches: refs/heads/master 1f45c8734 -> 7beb0110a [FLINK-2233] Update InputF nextRecord javadocs This closes #2233. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7beb0110 Tree: http://git-wip-

flink git commit: [doc] Fix JavaDoc of ElasticsearchSink

2015-11-18 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master b1cf626d8 -> 1f45c8734 [doc] Fix JavaDoc of ElasticsearchSink This closes #1367. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/1f45c873 Tree: http://git-wip-us.apach

[1/4] flink git commit: [FLINK-3013] [gelly] Incorrect package declaration in GellyScalaAPICompletenessTest.scala

2015-11-18 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 5d37fe146 -> b1cf626d8 http://git-wip-us.apache.org/repos/asf/flink/blob/ee648925/flink-test-utils/src/main/java/org/apache/flink/test/util/TestBaseUtils.java -- diff --git

[3/4] flink git commit: [FLINK-3013] [gelly] Incorrect package declaration in GellyScalaAPICompletenessTest.scala

2015-11-18 Thread trohrmann
[FLINK-3013] [gelly] Incorrect package declaration in GellyScalaAPICompletenessTest.scala This closes #1356. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/ee648925 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/ee

[2/4] flink git commit: [FLINK-3013] [gelly] Incorrect package declaration in GellyScalaAPICompletenessTest.scala

2015-11-18 Thread trohrmann
http://git-wip-us.apache.org/repos/asf/flink/blob/ee648925/flink-libraries/flink-gelly/src/test/java/org/apache/flink/graph/test/TestGraphUtils.java -- diff --git a/flink-libraries/flink-gelly/src/test/java/org/apache/flink/graph/

[4/4] flink git commit: [FLINK-3036] [gelly] Fix Graph.fromCsvReader method in Gelly's Scala API

2015-11-18 Thread trohrmann
[FLINK-3036] [gelly] Fix Graph.fromCsvReader method in Gelly's Scala API The Graph.fromCsvReader in Gelly's Scala API returns a wrongly typed Graph instance because the implementation contains code paths with return types which are not compatible. This lead to a bad user experience. This commit

flink git commit: [FLINK-2441] Introduce Python OperationInfo

2015-11-18 Thread chesnay
Repository: flink Updated Branches: refs/heads/master 99d52cc69 -> 5d37fe146 [FLINK-2441] Introduce Python OperationInfo This closes #1352. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5d37fe14 Tree: http://git-wip-us.

flink git commit: [hotfix][docs] Replace Count.of() with appropriate Count(Trigger|Evictor).of()

2015-11-18 Thread rmetzger
Repository: flink Updated Branches: refs/heads/release-0.10 d209cdc64 -> f5f675082 [hotfix][docs] Replace Count.of() with appropriate Count(Trigger|Evictor).of() Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/f5f67508 Tre

flink git commit: [hotfix][docs] Replace Count.of() with appropriate Count(Trigger|Evictor).of()

2015-11-18 Thread rmetzger
Repository: flink Updated Branches: refs/heads/master a45212d2b -> 99d52cc69 [hotfix][docs] Replace Count.of() with appropriate Count(Trigger|Evictor).of() Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/99d52cc6 Tree: htt