Repository: mahout Updated Branches: refs/heads/master f115633fd -> eabf90d73
NoJira: added dependency path for flink in ReadMe.md Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/eabf90d7 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/eabf90d7 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/eabf90d7 Branch: refs/heads/master Commit: eabf90d73e7aa664eb4f9f8b3166f748e547b506 Parents: f115633 Author: smarthi <[email protected]> Authored: Mon Apr 11 04:35:53 2016 -0400 Committer: smarthi <[email protected]> Committed: Mon Apr 11 04:35:53 2016 -0400 ---------------------------------------------------------------------- README.md | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/eabf90d7/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b5f6cb5..d32b27b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,13 @@ and a dependency for back end engine translation, e.g: <version>${mahout.version}</version> </dependency> ``` +``` +<dependency> + <groupId>org.apache.mahout</groupId> + <artifactId>mahout-flink_2.10</artifactId> + <version>${mahout.version}</version> +</dependency> +``` ####Examples For examples of how to use Mahout, see the examples directory located in `examples/bin`
