Repository: mahout Updated Branches: refs/heads/master 5926df8f1 -> 85e543c9a
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/85e543c9 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/85e543c9 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/85e543c9 Branch: refs/heads/master Commit: 85e543c9af73b1fa560c11124361772e7cf59e9e Parents: 5926df8 Author: smarthi <[email protected]> Authored: Tue Mar 8 22:54:05 2016 -0500 Committer: smarthi <[email protected]> Committed: Tue Mar 8 22:54:05 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/85e543c9/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>
