flink git commit: [FLINK-6520] [kafka] Overwrite auto commit props for ON_CHECKPOINTS / DISABLED commit mode

2017-05-15 Thread tzulitai
Repository: flink Updated Branches: refs/heads/master 44fb035e0 -> 6fdec897d [FLINK-6520] [kafka] Overwrite auto commit props for ON_CHECKPOINTS / DISABLED commit mode Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

flink git commit: [FLINK-6520] [kafka] Overwrite auto commit props for ON_CHECKPOINTS / DISABLED commit mode

2017-05-15 Thread tzulitai
Repository: flink Updated Branches: refs/heads/release-1.3 51818a283 -> 2708f6d9a [FLINK-6520] [kafka] Overwrite auto commit props for ON_CHECKPOINTS / DISABLED commit mode Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit:

[3/5] flink git commit: [FLINK-6546] [build] Fix dependencies of flink-mesos

2017-05-15 Thread rmetzger
[FLINK-6546] [build] Fix dependencies of flink-mesos - This makes all flink-related dependencies 'provided' to not have the transitive dependencies promoted - Drops the unnecessary dependency on the Hadoop artifact - Adds directly referenced libraries, like jackson - Deactivates

[5/5] flink git commit: [FLINK-6514] [build] Create a proper separate Hadoop uber jar for 'flink-dist' assembly

2017-05-15 Thread rmetzger
[FLINK-6514] [build] Create a proper separate Hadoop uber jar for 'flink-dist' assembly This closes #3877 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5d05c18d Tree:

[1/5] flink git commit: [FLINK-6514] [build] Merge bin and lib assembly

2017-05-15 Thread rmetzger
Repository: flink Updated Branches: refs/heads/release-1.3 2708f6d9a -> 5d05c18d8 [FLINK-6514] [build] Merge bin and lib assembly Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e8d9f238 Tree:

[2/5] flink git commit: [FLINK-6514] [build] Remove 'flink-shaded-hadoop2' from 'flink-dist' via exclusions

2017-05-15 Thread rmetzger
[FLINK-6514] [build] Remove 'flink-shaded-hadoop2' from 'flink-dist' via exclusions This is more tedious/manual than setting it to 'provided' once, but it is also correct. For example, in the case of Hadoop 2.3, having 'flink-shaded-hadoop2' as 'provided' removes other needed dependencies as

[4/5] flink git commit: [build] Reduce flink-avro's compile dependency from 'flink-java' to 'flink-core'

2017-05-15 Thread rmetzger
[build] Reduce flink-avro's compile dependency from 'flink-java' to 'flink-core' Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/24d4688c Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/24d4688c Diff:

[3/5] flink git commit: [FLINK-6546] [build] Fix dependencies of flink-mesos

2017-05-15 Thread rmetzger
[FLINK-6546] [build] Fix dependencies of flink-mesos - This makes all flink-related dependencies 'provided' to not have the transitive dependencies promoted - Drops the unnecessary dependency on the Hadoop artifact - Adds directly referenced libraries, like jackson - Deactivates

[5/5] flink git commit: [FLINK-6514] [build] Create a proper separate Hadoop uber jar for 'flink-dist' assembly

2017-05-15 Thread rmetzger
[FLINK-6514] [build] Create a proper separate Hadoop uber jar for 'flink-dist' assembly This closes #3876 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/ae423e1d Tree:

[4/5] flink git commit: [build] Reduce flink-avro's compile dependency from 'flink-java' to 'flink-core'

2017-05-15 Thread rmetzger
[build] Reduce flink-avro's compile dependency from 'flink-java' to 'flink-core' Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e4cdf125 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/e4cdf125 Diff:

[1/5] flink git commit: [FLINK-6514] [build] Merge bin and lib assembly

2017-05-15 Thread rmetzger
Repository: flink Updated Branches: refs/heads/master 6fdec897d -> ae423e1d1 [FLINK-6514] [build] Merge bin and lib assembly Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/aa135914 Tree:

[2/5] flink git commit: [FLINK-6514] [build] Remove 'flink-shaded-hadoop2' from 'flink-dist' via exclusions

2017-05-15 Thread rmetzger
[FLINK-6514] [build] Remove 'flink-shaded-hadoop2' from 'flink-dist' via exclusions This is more tedious/manual than setting it to 'provided' once, but it is also correct. For example, in the case of Hadoop 2.3, having 'flink-shaded-hadoop2' as 'provided' removes other needed dependencies as

flink git commit: [FLINK-6517] [table] Support multiple consecutive windows

2017-05-15 Thread twalthr
Repository: flink Updated Branches: refs/heads/master ae423e1d1 -> c86f46cdc [FLINK-6517] [table] Support multiple consecutive windows This closes #3897. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c86f46cd Tree:

flink git commit: [FLINK-6517] [table] Support multiple consecutive windows

2017-05-15 Thread twalthr
Repository: flink Updated Branches: refs/heads/release-1.3 5d05c18d8 -> e23328e4a [FLINK-6517] [table] Support multiple consecutive windows This closes #3897. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e23328e4

flink git commit: [FLINK-6579] [table] Add proper support for BasicArrayTypeInfo

2017-05-15 Thread twalthr
Repository: flink Updated Branches: refs/heads/release-1.3 e23328e4a -> 0c2d0da46 [FLINK-6579] [table] Add proper support for BasicArrayTypeInfo This closes #3902. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/0c2d0da4

flink git commit: [FLINK-6579] [table] Add proper support for BasicArrayTypeInfo

2017-05-15 Thread twalthr
Repository: flink Updated Branches: refs/heads/master c86f46cdc -> 3cd95f026 [FLINK-6579] [table] Add proper support for BasicArrayTypeInfo This closes #3902. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/3cd95f02

flink git commit: [hotfix] Disable broken test in TableEnvironmentITCase

2017-05-15 Thread twalthr
Repository: flink Updated Branches: refs/heads/master 3cd95f026 -> 93a03b00f [hotfix] Disable broken test in TableEnvironmentITCase Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/93a03b00 Tree:

flink git commit: [hotfix] Disable broken test in TableEnvironmentITCase

2017-05-15 Thread twalthr
Repository: flink Updated Branches: refs/heads/release-1.3 0c2d0da46 -> 30c476e4c [hotfix] Disable broken test in TableEnvironmentITCase Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/30c476e4 Tree:

flink git commit: [FLINK-6580] Sync default heap sizes from code with config file

2017-05-15 Thread rmetzger
Repository: flink Updated Branches: refs/heads/release-1.3 30c476e4c -> 89e90f31e [FLINK-6580] Sync default heap sizes from code with config file This closes #3900 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/89e90f31

flink git commit: [FLINK-6552] Allow differing types for side outputs

2017-05-15 Thread aljoscha
Repository: flink Updated Branches: refs/heads/master 55010d0bd -> 4651a1690 [FLINK-6552] Allow differing types for side outputs Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/4651a169 Tree:

flink git commit: Commit for release 1.3.0

2017-05-15 Thread rmetzger
Repository: flink Updated Branches: refs/heads/release-1.3.0-rc1 [created] 3659a82f5 Commit for release 1.3.0 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/3659a82f Tree:

flink git commit: [FLINK-6552] Allow differing types for side outputs

2017-05-15 Thread aljoscha
Repository: flink Updated Branches: refs/heads/release-1.3 89e90f31e -> 446d651c1 [FLINK-6552] Allow differing types for side outputs Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/446d651c Tree:

flink git commit: [FLINK-6580] Sync default heap sizes from code with config file

2017-05-15 Thread rmetzger
Repository: flink Updated Branches: refs/heads/master 93a03b00f -> 55010d0bd [FLINK-6580] Sync default heap sizes from code with config file This closes #3900 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/55010d0b