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

2016-04-15 Thread Apache Jenkins Server
See -- [...truncated 20426 lines...] return type requires unchecked conversion from org.apache.flink.api.java.tuple.Tuple2 to T [WARNING]

buildbot success in on flink-docs-master

2016-04-15 Thread buildbot
The Buildbot has detected a restored build on builder flink-docs-master while building . Full details are available at: https://ci.apache.org/builders/flink-docs-master/builds/302 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason: The Nightly

flink git commit: [FLINK-3657] [dataSet] Change access of DataSetUtils.countElements() to 'public'

2016-04-15 Thread fhueske
Repository: flink Updated Branches: refs/heads/master d938c5f59 -> 5f993c65e [FLINK-3657] [dataSet] Change access of DataSetUtils.countElements() to 'public' This closes #1829 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[1/3] flink git commit: [FLINK-3732] [core] Fix potential null deference in ExecutionConfig#equals()

2016-04-15 Thread fhueske
Repository: flink Updated Branches: refs/heads/release-1.0 aadc5fad5 -> c1eb247e9 [FLINK-3732] [core] Fix potential null deference in ExecutionConfig#equals() Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5b69dd8c Tree:

[3/3] flink git commit: [FLINK-2544] [docs] Add Java 8 version for building PowerMock tests to docs

2016-04-15 Thread fhueske
[FLINK-2544] [docs] Add Java 8 version for building PowerMock tests to docs Java 8 update 11 introduced a stricter bytecode verifier that leads to failures in unit tests that use the PowerMock runner. The tests run correctly in Java 8u51 or above. Project:

[2/3] flink git commit: [FLINK-3762] [core] Enable Kryo reference tracking

2016-04-15 Thread fhueske
[FLINK-3762] [core] Enable Kryo reference tracking Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b4b08ca2 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b4b08ca2 Diff:

[11/12] flink git commit: [FLINK-3762] [core] Enable Kryo reference tracking

2016-04-15 Thread fhueske
[FLINK-3762] [core] Enable Kryo reference tracking This closes #1891 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/dc78a747 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/dc78a747 Diff:

[02/12] flink git commit: [FLINK-3700] [core] Remove Guava dependency from flink-core

2016-04-15 Thread fhueske
http://git-wip-us.apache.org/repos/asf/flink/blob/760a0d9e/flink-core/src/main/java/org/apache/flink/types/StringValue.java -- diff --git a/flink-core/src/main/java/org/apache/flink/types/StringValue.java

[01/12] flink git commit: [FLINK-3700] [core] Remove Guava dependency from flink-core

2016-04-15 Thread fhueske
Repository: flink Updated Branches: refs/heads/master 1b93b3242 -> d938c5f59 http://git-wip-us.apache.org/repos/asf/flink/blob/760a0d9e/flink-runtime/src/test/java/org/apache/flink/runtime/util/MathUtilTest.java -- diff --git

[08/12] flink git commit: [FLINK-3738] [table] Refactor TableEnvironments. Remove Translators and TranslationContext.

2016-04-15 Thread fhueske
http://git-wip-us.apache.org/repos/asf/flink/blob/1acd8445/flink-libraries/flink-table/src/test/java/org/apache/flink/api/java/table/test/AsITCase.java -- diff --git

[05/12] flink git commit: [FLINK-3732] [core] Fix potential null deference in ExecutionConfig#equals()

2016-04-15 Thread fhueske
[FLINK-3732] [core] Fix potential null deference in ExecutionConfig#equals() This closes #1871 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/f3d3a449 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/f3d3a449 Diff:

[09/12] flink git commit: [FLINK-3738] [table] Refactor TableEnvironments. Remove Translators and TranslationContext.

2016-04-15 Thread fhueske
http://git-wip-us.apache.org/repos/asf/flink/blob/1acd8445/flink-libraries/flink-table/src/main/scala/org/apache/flink/api/scala/table/TableConversions.scala -- diff --git

[03/12] flink git commit: [FLINK-3700] [core] Remove Guava dependency from flink-core

2016-04-15 Thread fhueske
[FLINK-3700] [core] Remove Guava dependency from flink-core Almost all Guava functionality used within flink-core has corresponding utils in Flink's codebase, or the JDK library. This replaces the Guava code as follows - Preconditions calls by Flink's Preconditions class - Collection utils

[10/12] flink git commit: [FLINK-3738] [table] Refactor TableEnvironments. Remove Translators and TranslationContext.

2016-04-15 Thread fhueske
[FLINK-3738] [table] Refactor TableEnvironments. Remove Translators and TranslationContext. - Removes Translators (JavaBatchTranslator, ScalaBatchTranslator, JavaStreamTranslator, ScalaStreamTranslator) - Removes TranslationContext - Creates TableEnvironments for Java/Scala DataSet/DataStream

[12/12] flink git commit: [FLINK-3759] [table] Throw exception if NULL literal is encountered in non-null mode.

2016-04-15 Thread fhueske
[FLINK-3759] [table] Throw exception if NULL literal is encountered in non-null mode. This closes #1892 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/722155a1 Tree:

[06/12] flink git commit: [FLINK-3738] [table] Refactor TableEnvironments. Remove Translators and TranslationContext.

2016-04-15 Thread fhueske
http://git-wip-us.apache.org/repos/asf/flink/blob/1acd8445/flink-libraries/flink-table/src/test/scala/org/apache/flink/api/scala/table/test/CastingITCase.scala -- diff --git

flink git commit: [hotfix] Make initial currentWatermark==Long.MIN_VALUE everywhere

2016-04-15 Thread aljoscha
Repository: flink Updated Branches: refs/heads/master 50d8797bb -> 1b93b3242 [hotfix] Make initial currentWatermark==Long.MIN_VALUE everywhere Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/1b93b324 Tree:

flink git commit: Commit for release 1.0.2

2016-04-15 Thread uce
Repository: flink Updated Branches: refs/heads/release-1.0.2-rc2 [created] 058cc5de7 Commit for release 1.0.2 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/058cc5de Tree:

flink git commit: [FLINK-3739] [table] Add a null literal to Table API

2016-04-15 Thread twalthr
Repository: flink Updated Branches: refs/heads/master 494212b37 -> 50d8797bb [FLINK-3739] [table] Add a null literal to Table API This closes #1880. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/50d8797b Tree: