[6/7] flink git commit: [hotfix] [build] Update LICENSE file with new URL of simplejmx dependency

2016-08-02 Thread sewen
[hotfix] [build] Update LICENSE file with new URL of simplejmx dependency Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/4d6a7afd Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/4d6a7afd Diff:

[2/7] flink git commit: [FLINK-4285] [docs] Update the setup quickstart guide with the new SocketWindowWordCount example

2016-08-02 Thread sewen
[FLINK-4285] [docs] Update the setup quickstart guide with the new SocketWindowWordCount example Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7b6ed59a Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7b6ed59a Diff:

[7/7] flink git commit: [FLINK-4290] [Cassandra Connector] Skip CassandraConnectorTest on Java 7 builds

2016-08-02 Thread sewen
[FLINK-4290] [Cassandra Connector] Skip CassandraConnectorTest on Java 7 builds Cassandra needs Java 8 to run reliably. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/8ae41a92 Tree:

[5/7] flink git commit: [hotfix] Remove various '.hidden' files that seem to have been accidentally committed

2016-08-02 Thread sewen
[hotfix] Remove various '.hidden' files that seem to have been accidentally committed Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/633d92dc Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/633d92dc Diff:

[4/7] flink git commit: [FLINK-4251] [Rabbit MQ] Allow users to override queue setup in order to customize queue config

2016-08-02 Thread sewen
[FLINK-4251] [Rabbit MQ] Allow users to override queue setup in order to customize queue config This closes #2281 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/bf1bbb15 Tree:

[1/7] flink git commit: [hotfix] [docs] Remove obsolete file 'plotPoints.py'

2016-08-02 Thread sewen
Repository: flink Updated Branches: refs/heads/release-1.1 4d988a925 -> 8ae41a926 [hotfix] [docs] Remove obsolete file 'plotPoints.py' Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b0a9987c Tree:

[3/7] flink git commit: [FLINK-4292] [batch connectors] Fix setup of HCatalog project by adding Scala SDK dependency

2016-08-02 Thread sewen
[FLINK-4292] [batch connectors] Fix setup of HCatalog project by adding Scala SDK dependency Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/70a0479c Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/70a0479c Diff:

flink git commit: [cleanup] remove unused code

2016-08-02 Thread mxm
Repository: flink Updated Branches: refs/heads/master 873d6cd18 -> 4b8f28825 [cleanup] remove unused code - remove unused utility testing function - remove leftover FLINK_CONF_DIR jvm property This closes #2325 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [FLINK-4298] [storm compatibility] Add proper repository for Closure dependencies.

2016-08-02 Thread sewen
Repository: flink Updated Branches: refs/heads/master 4b8f28825 -> 45df1b25b [FLINK-4298] [storm compatibility] Add proper repository for Closure dependencies. Adds further dependency exlcusions for unneeded (and potentially conflicting) storm dependencies. Project:

[2/2] flink git commit: [FLINK-4180] [FLINK-4181] [table] add Batch SQL and Stream SQL and Stream Table API examples

2016-08-02 Thread twalthr
[FLINK-4180] [FLINK-4181] [table] add Batch SQL and Stream SQL and Stream Table API examples This closes #2274. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/123c637e Tree:

[1/2] flink git commit: [FLINK-4180] [FLINK-4181] [table] Ensure examples consistency

2016-08-02 Thread twalthr
Repository: flink Updated Branches: refs/heads/master 45df1b25b -> a1fef27b9 [FLINK-4180] [FLINK-4181] [table] Ensure examples consistency Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a1fef27b Tree:

flink git commit: [FLINK-4203] [table] [docs] Improve Table API documentation

2016-08-02 Thread twalthr
Repository: flink Updated Branches: refs/heads/master a1fef27b9 -> 3f1e8b915 [FLINK-4203] [table] [docs] Improve Table API documentation This closes #2293. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/3f1e8b91 Tree:

[1/2] flink git commit: [FLINK-4306] [storm compatibility] Fix dependencies in flink-storm and flink-storm-examples

2016-08-02 Thread sewen
Repository: flink Updated Branches: refs/heads/master 5d2c465af -> 36c09b099 [FLINK-4306] [storm compatibility] Fix dependencies in flink-storm and flink-storm-examples - Flink dependencies are now 'provided' - flink-storm-examples has no direct storm-core dependency, but only depends

flink git commit: [hotfix] Fix exception message

2016-08-02 Thread twalthr
Repository: flink Updated Branches: refs/heads/master 3f1e8b915 -> 5d2c465af [hotfix] Fix exception message Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5d2c465a Tree:

flink git commit: [FLINK-4307] [streaming API] Restore ListState behavior for user-facing ListStates

2016-08-02 Thread sewen
Repository: flink Updated Branches: refs/heads/release-1.1 8ae41a926 -> b1f827f57 [FLINK-4307] [streaming API] Restore ListState behavior for user-facing ListStates Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

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

2016-08-02 Thread Apache Jenkins Server
See -- Started by timer [EnvInject] - Loading node environment variables. JDK installation skipped: Unknown CPU architecture: ppc64le Building remotely on ubuntu-ppc64le (ppc64le) in workspace

flink git commit: [hotfix] Fix failing Table API test and checkstyle violation

2016-08-02 Thread twalthr
Repository: flink Updated Branches: refs/heads/master 36c09b099 -> 31837a757 [hotfix] Fix failing Table API test and checkstyle violation Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/31837a75 Tree:

[02/13] flink git commit: [FLINK-4307] [streaming API] Restore ListState behavior for user-facing ListStates

2016-08-02 Thread uce
[FLINK-4307] [streaming API] Restore ListState behavior for user-facing ListStates Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c71a0c73 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/c71a0c73 Diff:

[07/13] flink git commit: [FLINK-4296] Fixes failure reporting of consumer task scheduling when producer has already finished

2016-08-02 Thread uce
[FLINK-4296] Fixes failure reporting of consumer task scheduling when producer has already finished This PR changes the failure behaviour such that the consumer task is failed instead of the producer task. The latter is problematic, since a finsihed producer task will simply swallow scheduling

[11/13] flink git commit: [hotfix] Remove various '.hidden' files that seem to have been accidentally committed

2016-08-02 Thread uce
[hotfix] Remove various '.hidden' files that seem to have been accidentally committed Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2ea4dd89 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/2ea4dd89 Diff:

[08/13] flink git commit: [FLINK-4251] [Rabbit MQ] Allow users to override queue setup in order to customize queue config

2016-08-02 Thread uce
[FLINK-4251] [Rabbit MQ] Allow users to override queue setup in order to customize queue config This closes #2281 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a4d9f571 Tree:

[05/13] flink git commit: [hotfix] [docs] Remove obsolete file 'plotPoints.py'

2016-08-02 Thread uce
[hotfix] [docs] Remove obsolete file 'plotPoints.py' Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/49e66bec Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/49e66bec Diff:

[09/13] flink git commit: [FLINK-4292] [batch connectors] Fix setup of HCatalog project by adding Scala SDK dependency

2016-08-02 Thread uce
[FLINK-4292] [batch connectors] Fix setup of HCatalog project by adding Scala SDK dependency Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/60b10851 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/60b10851 Diff:

[10/13] flink git commit: [FLINK-4299] show loss of job manager in Client

2016-08-02 Thread uce
[FLINK-4299] show loss of job manager in Client This prints a message when the leading JobManager changes after first connecting to a JobManager. Further, it prints a message when a connection to a JobManager has been established. This closes #2322. Project:

[01/13] flink git commit: [FLINK-4289] Unset -x flag for .java files [Forced Update!]

2016-08-02 Thread uce
Repository: flink Updated Branches: refs/heads/release-1.1 b1f827f57 -> 7768bb2de (forced update) [FLINK-4289] Unset -x flag for .java files Some source files had the -x flag set: Before this change: ``` $ find . -perm +111 -type f | grep "\.java"

[13/13] flink git commit: [hotfix] [build] Update LICENSE file with new URL of simplejmx dependency

2016-08-02 Thread uce
[hotfix] [build] Update LICENSE file with new URL of simplejmx dependency Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/34eefa32 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/34eefa32 Diff:

[06/13] flink git commit: [FLINK-4285] [docs] Update the setup quickstart guide with the new SocketWindowWordCount example

2016-08-02 Thread uce
[FLINK-4285] [docs] Update the setup quickstart guide with the new SocketWindowWordCount example Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a1926799 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a1926799 Diff:

[04/13] flink git commit: [docs] require at least Ruby 1.9.0 for building

2016-08-02 Thread uce
[docs] require at least Ruby 1.9.0 for building The json module is bundled with Ruby from 1.9.0 and upwards. This cures dependency problems with different versions of Ruby. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[03/13] flink git commit: Revert "[FLINK-4154] [core] Correction of murmur hash breaks backwards compatibility"

2016-08-02 Thread uce
Revert "[FLINK-4154] [core] Correction of murmur hash breaks backwards compatibility" This reverts commit 81cf2296683a473db4061dd3bed0aeb249e05058. We had an incorrent implementation of Murmur hash in Flink 1.0. This was fixed in 641a0d4 for Flink 1.1. Then we thought that we need to revert

flink git commit: [FLINK-4307] [streaming API] Restore ListState behavior for user-facing ListStates

2016-08-02 Thread sewen
Repository: flink Updated Branches: refs/heads/master 31837a757 -> d5a06b4d6 [FLINK-4307] [streaming API] Restore ListState behavior for user-facing ListStates Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/d5a06b4d

flink git commit: Commit for release 1.1.0

2016-08-02 Thread uce
Repository: flink Updated Branches: refs/heads/release-1.1.0-rc2 [created] 45f782511 Commit for release 1.1.0 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/45f78251 Tree: