[
https://issues.apache.org/jira/browse/MAHOUT-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14565184#comment-14565184
]
ASF GitHub Bot commented on MAHOUT-1706:
----------------------------------------
GitHub user andrewpalumbo opened a pull request:
https://github.com/apache/mahout/pull/133
MAHOUT-1706-0.10.x
The mahout distribution currently is shipping ~56 MB of dependency jars in
the /lib directory of the distribution. These are only added to the classpath
by /bin/mahout in the binary distribution. It seems that we can remove them
from the distribution. (we need to get the size of the distribution down).
This branch still needs testing on an cluster.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewpalumbo/mahout MAHOUT-1706-0.10.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mahout/pull/133.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #133
----
commit 6d4f76fe2785e0998426fbb7b3f6d5a38dca971e
Author: Andrew Palumbo <[email protected]>
Date: 2015-05-06T00:01:03Z
remove dependency jars from /lib in distribution
commit b1dca2e37145f39ee15a0ad085f569a388114772
Author: Andrew Palumbo <[email protected]>
Date: 2015-05-07T19:50:49Z
remove example/target/dependency/*.jar from the /bin/mahout classpath
commit a65e6d7336130ede8dfd2d61ec2a4f3261069bfb
Author: Andrew Palumbo <[email protected]>
Date: 2015-05-08T02:09:37Z
pickup hadoop jars in development mode
----
> Remove dependency jars from /lib in mahout binary distribution
> --------------------------------------------------------------
>
> Key: MAHOUT-1706
> URL: https://issues.apache.org/jira/browse/MAHOUT-1706
> Project: Mahout
> Issue Type: Bug
> Affects Versions: 0.10.0
> Reporter: Andrew Palumbo
> Assignee: Andrew Palumbo
> Fix For: 0.10.1, 0.11.0
>
>
> The mahout distribution currently is shipping ~56 MB of dependecy jars in the
> /lib directory of the distribution. These are only added to the classpath by
> /bin/mahout in the binary distribution. It seems that we can remove them from
> the distribution. (we need to get the size of the distribution down)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)