[5/8] flink git commit: [FLINK-1696] [ml] Adds web documentation for multiple linear regression. Changes website links from relative to absolute.

2015-03-17 Thread trohrmann
[FLINK-1696] [ml] Adds web documentation for multiple linear regression. Changes website links from relative to absolute. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/ff83c8c2 Tree: http://git-wip-us.apache.org/repos/asf/f

[4/8] flink git commit: [FLINK-1698] [ml] Adds polynomial base feature mapper and test cases

2015-03-17 Thread trohrmann
[FLINK-1698] [ml] Adds polynomial base feature mapper and test cases [ml] Adds comments to PolynomialBase Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/effea93d Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/effea9

[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 Di

[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 sysou

[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: http://git-wip-us.apache.org/repos/a

[1/8] flink git commit: [FLINK-1697] [ml] Adds alternating least squares (ALS) implementation with test case

2015-03-17 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master 72ca014ee -> 21e2d96f8 [FLINK-1697] [ml] Adds alternating least squares (ALS) implementation with test case [ml] Adds comments to ALS Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/a

[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: http://git-wip-us.apache.org/repos/a

[6/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
http://git-wip-us.apache.org/repos/asf/flink/blob/21e2d96f/flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/regression/MultipleLinearRegressionSuite.scala -- diff --git a/flink-staging/flink-ml/src/test/scala/org/apache/f

[4/4] flink git commit: [docs] Remove -j and -a parameters which seemed no longer valid in the doc example for submit job to Flink run in YARN.

2015-03-17 Thread sewen
[docs] Remove -j and -a parameters which seemed no longer valid in the doc example for submit job to Flink run in YARN. From: ./bin/flink run -j ./examples/flink-java-examples-{{site.FLINK_VERSION_SHORT }}-WordCount.jar \ -a 1 hdfs:////apache-license-v2.txt hdfs:///.../wordcount-resul

[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: http://git-w

[1/4] flink git commit: [FLINK-1714] Fix logger of the class SecurityUtils

2015-03-17 Thread sewen
Repository: flink Updated Branches: refs/heads/master b093469ef -> 72ca014ee [FLINK-1714] Fix logger of the class SecurityUtils This closes #490 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/05e06995 Tree: http://git-wi

[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: http://git-wip-us.apache.org/repos/asf/flink/diff/9b4f483

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: http://git-wip-us.apache.org/re

[1/2] flink git commit: [FLINK-1632][gelly] Deleted GraphUtils and made Gelly methods use DS.count()

2015-03-17 Thread vasia
Repository: flink Updated Branches: refs/heads/master 9077a53bf -> a1daadcba [FLINK-1632][gelly] Deleted GraphUtils and made Gelly methods use DS.count() Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9db170fc Tree: http:

[2/2] flink git commit: [FLINK-1632][gelly] Removed bcast var in GraphMetrics and PageRank

2015-03-17 Thread vasia
[FLINK-1632][gelly] Removed bcast var in GraphMetrics and PageRank This closes #462 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a1daadcb Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a1daadcb Diff: http://git-wi

svn commit: r1667350 - in /flink: community.md site/community.html

2015-03-17 Thread senorcarbone
Author: senorcarbone Date: Tue Mar 17 16:22:41 2015 New Revision: 1667350 URL: http://svn.apache.org/r1667350 Log: added paris in the contributor list Modified: flink/community.md flink/site/community.html Modified: flink/community.md URL: http://svn.apache.org/viewvc/flink/community.md

[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 iss

[2/2] flink git commit: [FLINK-1652] fixes superstep increment in CollectionExecutor

2015-03-17 Thread vasia
[FLINK-1652] fixes superstep increment in CollectionExecutor This closes #464 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9077a53b Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9077a53b Diff: http://git-wip-us.a

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: http://svn.apache.org/viewvc/flin

svn commit: r1667227 - in /flink: _posts/ site/blog/ site/blog/page2/ site/blog/page3/ site/img/blog/ site/news/2015/03/13/

2015-03-17 Thread rmetzger
Author: rmetzger Date: Tue Mar 17 10:05:20 2015 New Revision: 1667227 URL: http://svn.apache.org/r1667227 Log: Add join blog post to website Added: flink/site/img/blog/joins-broadcast.png (with props) flink/site/img/blog/joins-dist-perf.png (with props) flink/site/img/blog/joins-h

[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 a/flink-tests/src/test/scala/org/apache/flink/api/scala/operators/ReduceIT

[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 a/flink-compiler/src/main/java/org/apache/flink/compiler/dataprop

[1/8] flink git commit: [optimizer] Remove obsolete and unused fields from OptimizerNode

2015-03-17 Thread sewen
Repository: flink Updated Branches: refs/heads/master 1950d0568 -> 1c50d87c1 [optimizer] Remove obsolete and unused fields from OptimizerNode Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/3b579adf Tree: http://git-wip-us

[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: http://git-

[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 a/flink-compiler/src/test/java/org/apache/flink/compiler

[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: http://git-wip-us.apache.org/repos/asf/

[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: http://git-

[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: h