[
https://issues.apache.org/jira/browse/NUTCH-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14903993#comment-14903993
]
Kim Whitehall commented on NUTCH-2111:
--------------------------------------
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.
> Set temporary file location for selenium tmp files
> --------------------------------------------------
>
> Key: NUTCH-2111
> URL: https://issues.apache.org/jira/browse/NUTCH-2111
> Project: Nutch
> Issue Type: Improvement
> Components: plugin
> Affects Versions: 1.10
> Reporter: Kim Whitehall
>
> When using the selenium plug in (local mode or selenium grid), a large # tmp
> files can be generated for each webdriver executed. The default location for
> selenium is the /tmp library. Thus very quickly (and inadvertently) the
> nutch-selenium interaction can lead to filesystem issues.
> I propose to include a config in nutch-default.xml that allows users to
> specify where they want the selenium tmp files to be written.
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)