GitHub user kwhitehall opened a pull request:
https://github.com/apache/nutch/pull/64
fix for NUTCH-2111 contributed by kwhitehall
Further investigation showed that changing the temporary path does not get
rid of the tmp files that eat up space. Further, if a selenium grid is
utilized, the location chosen on a given node may not be available on all
nodes. As such, it is best to stay with the default /tmp location and handle
deleting the files there instead. The patch submitted does this.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kwhitehall/nutch NUTCH-2111
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nutch/pull/64.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 #64
----
commit 5ef50e123a0e00eb5b55cdc44dc82c8be8fbf565
Author: Kim Whitehall <[email protected]>
Date: 2015-09-23T16:16:07Z
fix for NUTCH-2111 contributed by kwhitehall
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---