[ 
https://issues.apache.org/jira/browse/HADOOP-15637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16562252#comment-16562252
 ] 

Bibin A Chundatt commented on HADOOP-15637:
-------------------------------------------

Branch-3.1 compilation seems broken after the commit

{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile 
(default-testCompile) on project hadoop-common: Compilation failure
[ERROR] 
/opt/apacheprojects/hadoop/branch31/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileContextMainOperationsBaseTest.java:[391,34]
 method create in class org.apache.hadoop.fs.FileContext cannot be applied to 
given types;
[ERROR]   required: 
org.apache.hadoop.fs.Path,java.util.EnumSet<org.apache.hadoop.fs.CreateFlag>,org.apache.hadoop.fs.Options.CreateOpts[]
[ERROR]   found: org.apache.hadoop.fs.Path
[ERROR]   reason: actual and formal argument lists differ in length
[ERROR] 

{code}

> LocalFs#listLocatedStatus does not filter out hidden .crc files
> ---------------------------------------------------------------
>
>                 Key: HADOOP-15637
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15637
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 2.8.0
>            Reporter: Erik Krogen
>            Assignee: Erik Krogen
>            Priority: Minor
>             Fix For: 3.2.0, 3.1.1, 2.9.2, 2.8.5, 3.0.4
>
>         Attachments: HADOOP-15637.000.patch
>
>
> After HADOOP-7165, {{LocalFs#listLocatedStatus}} incorrectly returns the 
> hidden {{.crc}} files used to store checksum information. This is because 
> HADOOP-7165 implemented {{listLocatedStatus}} on {{FilterFs}}, so the default 
> implementation is no longer used, and {{FilterFs}} directly calls the raw FS 
> since {{listLocatedStatus}} is not defined in {{ChecksumFs}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to