Build failed in Jenkins: flink-snapshot-deployment #441

2017-04-19 Thread Apache Jenkins Server
See -- [...truncated 2.75 MB...] [INFO] Including org.apache.zookeeper:zookeeper:jar:3.4.6 in the shaded jar. [INFO] Including com.twitter:chill_2.11:jar:0.7.4 in the shaded

flink git commit: [FLINK-6327] [table] Bug in CommonCalc's estimateRowCount() method

2017-04-19 Thread kurt
Repository: flink Updated Branches: refs/heads/master 59cf7032f -> 52f8b33e5 [FLINK-6327] [table] Bug in CommonCalc's estimateRowCount() method This closes #3740. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/52f8b33e

flink git commit: [hotfix] [gelly] Driver updates

2017-04-19 Thread greg
Repository: flink Updated Branches: refs/heads/master fb1ef0812 -> 59cf7032f [hotfix] [gelly] Driver updates - refactor SimpleDriver to call internal plan method - add CLI parameters for RMatGraph, AdamicAdar, JaccardIndex - remove unused data from VertexDegrees - JaccardIndex now filters on

[1/2] flink git commit: [FLINK-5904] Make jobmanager.heap.mb and taskmanager.heap.mb work in YARN mode

2017-04-19 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 9fb074c9c -> fb1ef0812 [FLINK-5904] Make jobmanager.heap.mb and taskmanager.heap.mb work in YARN mode This closes #3414. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[2/2] flink git commit: [FLINK-5904] Use proper ConfigOption syntax to retrieve config values

2017-04-19 Thread trohrmann
[FLINK-5904] Use proper ConfigOption syntax to retrieve config values Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/fb1ef081 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/fb1ef081 Diff:

flink git commit: [FLINK-6307] [jdbc] Refactor JDBC tests

2017-04-19 Thread chesnay
Repository: flink Updated Branches: refs/heads/master 6a0ada81e -> 9fb074c9c [FLINK-6307] [jdbc] Refactor JDBC tests JDBCFullTest: - split testJdbcInOut into 2 methods to avoid manul test-lifecycle calls JDBCTestBase: - remove all qualified static accesses - remove static Connection field -