[3/8] flink git commit: [FLINK-1671] [tests] Rename ExecutionMode in MultiProgramTestBase to TestExecutionMode

2015-03-17 Thread sewen
[FLINK-1671] [tests] Rename ExecutionMode in MultiProgramTestBase to TestExecutionMode ... to avoid name clashes with the program execution mode. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/47827702 Tree:

svn commit: r1667244 - in /flink: _config.yml downloads.md site/downloads.html

2015-03-17 Thread rmetzger
Author: rmetzger Date: Tue Mar 17 10:28:25 2015 New Revision: 1667244 URL: http://svn.apache.org/r1667244 Log: Remove YARN nightly from website Modified: flink/_config.yml flink/downloads.md flink/site/downloads.html Modified: flink/_config.yml URL:

[5/8] flink git commit: [FLINK-1671] [optimizer] Add data exchange mode to optimizer classes

2015-03-17 Thread sewen
http://git-wip-us.apache.org/repos/asf/flink/blob/1c50d87c/flink-compiler/src/test/java/org/apache/flink/compiler/dataexchange/DataExchangeModeForwardTest.java -- diff --git

[4/8] flink git commit: [FLINK-1671] [core] Add execution mode to execution config

2015-03-17 Thread sewen
[FLINK-1671] [core] Add execution mode to execution config Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7f8e1566 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7f8e1566 Diff:

[7/8] flink git commit: [FLINK-1671] [optimizer] Add data exchange mode to optimizer classes

2015-03-17 Thread sewen
[FLINK-1671] [optimizer] Add data exchange mode to optimizer classes This closes #487 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/1c50d87c Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/1c50d87c Diff:

[8/8] flink git commit: [FLINK-1671] [jobmanager] Rename JobManager's ExecutionMode to JobManagerMode

2015-03-17 Thread sewen
[FLINK-1671] [jobmanager] Rename JobManager's ExecutionMode to JobManagerMode This is done to avoid name conflicts with the overloaded type name ExecutionMode. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/361c90a8 Tree:

[2/8] flink git commit: [FLINK-1671] [tests] Rename ExecutionMode in MultiProgramTestBase to TestExecutionMode

2015-03-17 Thread sewen
http://git-wip-us.apache.org/repos/asf/flink/blob/47827702/flink-tests/src/test/scala/org/apache/flink/api/scala/operators/ReduceITCase.scala -- diff --git

[6/8] flink git commit: [FLINK-1671] [optimizer] Add data exchange mode to optimizer classes

2015-03-17 Thread sewen
http://git-wip-us.apache.org/repos/asf/flink/blob/1c50d87c/flink-compiler/src/main/java/org/apache/flink/compiler/dataproperties/GlobalProperties.java -- diff --git

[3/8] flink git commit: [FLINK-1695] [ml] Initial commit to establish module structure. Adds simple Vector and Matrix types.

2015-03-17 Thread trohrmann
[FLINK-1695] [ml] Initial commit to establish module structure. Adds simple Vector and Matrix types. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/cf492be9 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/cf492be9

[7/8] flink git commit: [FLINK-1697] [ml] Adds web documentation for alternating least squares. Adds web documentation for polynomial base feature mapper.

2015-03-17 Thread trohrmann
[FLINK-1697] [ml] Adds web documentation for alternating least squares. Adds web documentation for polynomial base feature mapper. [ml] Adds comments [ml] Set degree of parallelism of test suites to 2 [ml] Replaces FlatSpec tests with JUnit integration test cases in order to suppress the

[2/8] flink git commit: [FLINK-1696] [ml] Adds batch gradient descent linear regression with l2 norm

2015-03-17 Thread trohrmann
[FLINK-1696] [ml] Adds batch gradient descent linear regression with l2 norm [ml] Adds batch gradient descent linear regression with convergence criterion as relative change in sum of squared residuals [ml] Adds comments to MultipleLinearRegression Project:

[8/8] flink git commit: [ml] Introduces FlinkTools containing persist methods.

2015-03-17 Thread trohrmann
[ml] Introduces FlinkTools containing persist methods. [ml] Changes comments into proper ScalaDoc in MultipleLinearRegression Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/86485434 Tree:

[3/4] flink git commit: [FLINK-1342] Use maven-shade-plugin in quickstarts to build fat-jar

2015-03-17 Thread sewen
[FLINK-1342] Use maven-shade-plugin in quickstarts to build fat-jar This closes #486 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/04a73883 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/04a73883 Diff:

[2/4] flink git commit: [FLINK-1414] Move quickstarts to website

2015-03-17 Thread sewen
[FLINK-1414] Move quickstarts to website Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9b4f483f Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9b4f483f Diff:

[1/2] flink git commit: [FLINK-1576] [gelly] improvements to the gelly examples. Updated GraphMetrics, MusicProfiles and PageRank to run with and without parameters. Added input descriptions to LabelP

2015-03-17 Thread vasia
Repository: flink Updated Branches: refs/heads/master 1c50d87c1 - 9077a53bf [FLINK-1576] [gelly] improvements to the gelly examples. Updated GraphMetrics, MusicProfiles and PageRank to run with and without parameters. Added input descriptions to LabelPropagation and SSSP. Fixed some minor

flink git commit: Link to IntelliJ setup guide from README [ci skip]

2015-03-17 Thread uce
Repository: flink Updated Branches: refs/heads/master a1daadcba - b093469ef Link to IntelliJ setup guide from README [ci skip] Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b093469e Tree: