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

2016-08-01 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 <

[7/8] flink git commit: [FLINK-4298] [storm compatibility] Clean up unnecessary dependencies in 'flink-storm'

2016-08-01 Thread sewen
[FLINK-4298] [storm compatibility] Clean up unnecessary dependencies in 'flink-storm' Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/0ea2596e Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/0ea2596e Diff: http://git-

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

2016-08-01 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/4456453b Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/4456453b Diff: http://git-wip-us.apache

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

2016-08-01 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/cb98256c Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/cb98256c Diff: http://git-

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

2016-08-01 Thread sewen
Repository: flink Updated Branches: refs/heads/master 7ea9c0195 -> 873d6cd18 [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/repo

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

2016-08-01 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/873d6cd1 Tree: http://git-wip-us.apache.org/repos/asf/fli

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

2016-08-01 Thread sewen
[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/8847955f Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/8847955f Diff: http://git-wip-us.apache.org/repos/asf/flink/

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

2016-08-01 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/ba12a751 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/ba12a751 Diff:

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

2016-08-01 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/923c6a7e Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/923c6a7e Diff: http

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

2016-08-01 Thread uce
Repository: flink Updated Branches: refs/heads/master 10642f72f -> 7ea9c0195 [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

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

2016-08-01 Thread uce
Repository: flink Updated Branches: refs/heads/release-1.1 fa3a3fc91 -> 4d988a925 [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

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

2016-08-01 Thread uce
Repository: flink Updated Branches: refs/heads/release-1.1 d13b8255b -> fa3a3fc91 [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

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

2016-08-01 Thread uce
Repository: flink Updated Branches: refs/heads/master 0f92a6b57 -> 10642f72f [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 latte

flink git commit: [FLINK-4289] Unset -x flag for .java files

2016-08-01 Thread uce
Repository: flink Updated Branches: refs/heads/release-1.1 0274f9c68 -> d13b8255b [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" ./flink-contrib/flink-tweet-inputformat/src/main/java/org/apa

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

2016-08-01 Thread uce
Repository: flink Updated Branches: refs/heads/master aed56aeeb -> 0f92a6b57 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. Thi

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

2016-08-01 Thread uce
Repository: flink Updated Branches: refs/heads/release-1.1 8a1fe66e8 -> 0274f9c68 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

flink git commit: [FLINK-4284] [docu] Fix broken links

2016-08-01 Thread chesnay
Repository: flink Updated Branches: refs/heads/master 4bfc20ace -> aed56aeeb [FLINK-4284] [docu] Fix broken links This closes #2311 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/aed56aee Tree: http://git-wip-us.apache.o

flink git commit: [FLINK-4289] Unset -x flag for .java files

2016-08-01 Thread uce
Repository: flink Updated Branches: refs/heads/master 3537579b7 -> 4bfc20ace [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" ./flink-contrib/flink-tweet-inputformat/src/main/java/org/apache/f

[1/2] flink git commit: [FLINK-4279] [py] Set flink dependencies to provided

2016-08-01 Thread chesnay
Repository: flink Updated Branches: refs/heads/master a30ec83da -> 3537579b7 [FLINK-4279] [py] Set flink dependencies to provided This closes #2308 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/6edc7f1e Tree: http://git

[2/2] flink git commit: [FLINK-4277] Fix TaskManagerConfigurationTest#testDefaultFsParameterLoading

2016-08-01 Thread chesnay
[FLINK-4277] Fix TaskManagerConfigurationTest#testDefaultFsParameterLoading This closes #2310 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/3537579b Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/3537579b Diff: htt