Repository: mahout Updated Branches: refs/heads/master 5bccac119 -> 7883ebc26
NOJIRA: Removing flink module from the default build; MAHOUT-1947 is for putting in a flink-specific profile. Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/7883ebc2 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/7883ebc2 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/7883ebc2 Branch: refs/heads/master Commit: 7883ebc26ea40e62d8c73797e15a4ba801ae6348 Parents: 5bccac1 Author: Andrew Musselman <[email protected]> Authored: Mon Feb 27 14:57:28 2017 -0800 Committer: Andrew Musselman <[email protected]> Committed: Mon Feb 27 14:57:28 2017 -0800 ---------------------------------------------------------------------- README.md | 2 ++ pom.xml | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/7883ebc2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index f705ffd..a016e9d 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ and a dependency for back end engine translation, e.g: </dependency> ``` +Note that due to an intermittent out-of-memory bug in a Flink test we have disabled it from the binary releases. To use Flink please uncomment the line in the `<modules>` block so it reads `<module>flink</module>`. + ####Examples For examples of how to use Mahout, see the examples directory located in `examples/bin` http://git-wip-us.apache.org/repos/asf/mahout/blob/7883ebc2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index df4dc5d..6e249a1 100644 --- a/pom.xml +++ b/pom.xml @@ -843,10 +843,8 @@ <module>distribution</module> <module>math-scala</module> <module>spark</module> - <module>flink</module> + <!--module>flink</module--> <module>h2o</module> - <!--<module>viennacl</module>--> - <!--<module>viennacl-omp</module>--> </modules> <profiles>
