[jira] [Commented] (NUTCH-2281) Support non-default FileSystem

2016-06-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15336098#comment-15336098 ] ASF GitHub Bot commented on NUTCH-2281: --- GitHub user sebastian-nagel opened a pull request:

[GitHub] nutch pull request #119: NUTCH-2281 Support non-default FileSystem

2016-06-17 Thread sebastian-nagel
GitHub user sebastian-nagel opened a pull request: https://github.com/apache/nutch/pull/119 NUTCH-2281 Support non-default FileSystem Instead of FileSystem fs = FileSystem.get(getConf()); use FileSystem fs = path.getFileSystem(getConf()); to avoid that FileSystem

[jira] [Created] (NUTCH-2281) Support non-default FileSystem

2016-06-17 Thread Sebastian Nagel (JIRA)
Sebastian Nagel created NUTCH-2281: -- Summary: Support non-default FileSystem Key: NUTCH-2281 URL: https://issues.apache.org/jira/browse/NUTCH-2281 Project: Nutch Issue Type: Improvement