Repository: mahout Updated Branches: refs/heads/flink-binding c238b3fd8 -> f1018ed18
NoJira: Add fastutil to Spark reduced-dependency assembly Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/f1018ed1 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/f1018ed1 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/f1018ed1 Branch: refs/heads/flink-binding Commit: f1018ed184f741a78cce3ba887442e8786662b54 Parents: c238b3f Author: smarthi <[email protected]> Authored: Tue Mar 8 22:54:05 2016 -0500 Committer: smarthi <[email protected]> Committed: Wed Mar 9 18:11:58 2016 -0500 ---------------------------------------------------------------------- spark/src/main/assembly/dependency-reduced.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/f1018ed1/spark/src/main/assembly/dependency-reduced.xml ---------------------------------------------------------------------- diff --git a/spark/src/main/assembly/dependency-reduced.xml b/spark/src/main/assembly/dependency-reduced.xml index 6f1e4c2..a3044da 100644 --- a/spark/src/main/assembly/dependency-reduced.xml +++ b/spark/src/main/assembly/dependency-reduced.xml @@ -41,6 +41,7 @@ <include>com.github.scopt</include> <include>com.tdunning:t-digest</include> <include>org.apache.commons:commons-math3</include> + <include>it.unimi.dsi:fastutil</include> </includes> </dependencySet> </dependencySets>
