Repository: mahout Updated Branches: refs/heads/master 9ed9b4af4 -> c842ddf55
NOJIRA: Language in readme Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/c842ddf5 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/c842ddf5 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/c842ddf5 Branch: refs/heads/master Commit: c842ddf556f6efe12942d2f44778091b2567d145 Parents: 9ed9b4a Author: Andrew Musselman <[email protected]> Authored: Mon Feb 27 15:19:06 2017 -0800 Committer: Andrew Musselman <[email protected]> Committed: Mon Feb 27 15:19:06 2017 -0800 ---------------------------------------------------------------------- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/c842ddf5/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index a016e9d..1b058ae 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ 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>`. +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 root pom.xml 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` @@ -82,4 +82,4 @@ For information on how to contribute, visit the [How to Contribute Page](https:/ Please see the `NOTICE.txt` included in this directory for more information. [](https://travis-ci.org/apache/mahout) -[](https://coveralls.io/github/apache/mahout?branch=master) \ No newline at end of file +[](https://coveralls.io/github/apache/mahout?branch=master)
