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

Hadoop QA commented on HDFS-9217:
---------------------------------

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch |   0m  0s | Pre-patch trunk compilation is 
healthy. |
| {color:green}+1{color} | @author |   0m  0s | The patch does not contain any 
@author tags. |
| {color:red}-1{color} | release audit |   0m 14s | The applied patch generated 
1 release audit warnings. |
| {color:green}+1{color} | whitespace |   0m  0s | The patch has no lines that 
end in whitespace. |
| | |   0m 17s | |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12765704/HDFS-9217.000.patch |
| Optional Tests |  |
| git revision | trunk / 8d22622 |
| Release Audit | 
https://builds.apache.org/job/PreCommit-HDFS-Build/12876/artifact/patchprocess/patchReleaseAuditProblems.txt
 |
| Java | 1.7.0_55 |
| uname | Linux asf903.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP 
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Console output | 
https://builds.apache.org/job/PreCommit-HDFS-Build/12876/console |


This message was automatically generated.

> Fix broken findbugsExcludeFile.xml for hadoop-hdfs-client module
> ----------------------------------------------------------------
>
>                 Key: HDFS-9217
>                 URL: https://issues.apache.org/jira/browse/HDFS-9217
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: build
>            Reporter: Mingliang Liu
>            Assignee: Mingliang Liu
>            Priority: Minor
>         Attachments: HDFS-9217.000.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The {{findbugsExcludeFile.xml}} file was broken and the findbugs complains as 
> follows:
> {code}
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Apache Hadoop HDFS Client 3.0.0-SNAPSHOT
> [INFO] 
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @ 
> hadoop-hdfs-client ---
> [INFO] Fork Value is true
>      [java] The following errors occurred during analysis:
>      [java]   Unable to read filter: 
> /Users/mliu/Workspace/hadoop/hadoop-hdfs-project/hadoop-hdfs-client/target/findbugsExcludeFile.xml
>  : The value of attribute "name" associated with an element type "Class" must 
> not contain the '<' character.
>      [java]     java.io.IOException: The value of attribute "name" associated 
> with an element type "Class" must not contain the '<' character.
>      [java]       At edu.umd.cs.findbugs.filter.Filter.<init>(Filter.java:134)
>      [java]       At 
> edu.umd.cs.findbugs.FindBugs.configureFilter(FindBugs.java:516)
>      [java]       At 
> edu.umd.cs.findbugs.FindBugs2.addFilter(FindBugs2.java:374)
>      [java]       At 
> edu.umd.cs.findbugs.FindBugs2.configureFilters(FindBugs2.java:521)
>      [java]       At 
> edu.umd.cs.findbugs.FindBugs2.setUserPreferences(FindBugs2.java:475)
>      [java]       At 
> edu.umd.cs.findbugs.TextUICommandLine.configureEngine(TextUICommandLine.java:685)
>      [java]       At 
> edu.umd.cs.findbugs.FindBugs.processCommandLine(FindBugs.java:361)
>      [java]       At edu.umd.cs.findbugs.FindBugs2.main(FindBugs2.java:1188)
>      [java] Warnings generated: 748
> [INFO] Done FindBugs Analysis....
> {code}
> The reason is that in [HDFS-9182], the newly added lines contain “ character, 
> which should be ".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to