You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by sebastian-nagel <gi...@git.apache.org> on 2016/06/17 13:37:37 UTC

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

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 and Path match.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sebastian-nagel/nutch NUTCH-2281

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nutch/pull/119.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 #119
    
----
commit 7e776d745fe4989bea4ca24ce333c159b5e3ac1a
Author: Sebastian Nagel <sn...@apache.org>
Date:   2016-06-17T13:31:38Z

    NUTCH-2281 Support non-default FileSystem
    
    Instead of
      FileSystem fs = FileSystem.get(getConf());
    use
      FileSystem fs = path.getFileSystem(getConf());
    to avoid that FileSystem and Path match.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---