[
https://issues.apache.org/jira/browse/GIRAPH-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13782321#comment-13782321
]
Hudson commented on GIRAPH-761:
-------------------------------
SUCCESS: Integrated in Giraph-trunk-Commit #1337 (See
[https://builds.apache.org/job/Giraph-trunk-Commit/1337/])
GIRAPH-761: GiraphFileInputFormat ignores hidden file filter in (aching:
http://git-wip-us.apache.org/repos/asf?p=giraph.git&a=commit&h=c6c86aa6520cbad5ce1c19782a92dc97bd910c1e)
* CHANGELOG
*
giraph-core/src/main/java/org/apache/giraph/io/formats/GiraphFileInputFormat.java
> GiraphFileInputFormat ignores hidden file filter in folders
> -----------------------------------------------------------
>
> Key: GIRAPH-761
> URL: https://issues.apache.org/jira/browse/GIRAPH-761
> Project: Giraph
> Issue Type: Bug
> Components: graph
> Affects Versions: 1.1.0
> Reporter: Manuel Lagang
> Priority: Minor
> Fix For: 1.1.0
>
> Attachments: GIRAPH-761.patch
>
>
> If a folder is given as an input path to GiraphFileInputFormat, the default
> hidden file filter is not applied to the files in the folder. That is, hidden
> files (e.g. files preceded by underscores) that would not normally be handled
> if targeted directly are unexpectedly being passed as input if the parent
> folder is targeted instead.
> I would expect that when a folder is specified as input, only *non-hidden*
> files in that folder will be processed. This is consistent with the base
> hadoop FileInputFormat.
--
This message was sent by Atlassian JIRA
(v6.1#6144)