[
https://issues.apache.org/jira/browse/HDFS-12711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16256317#comment-16256317
]
Sean Busbey commented on HDFS-12711:
------------------------------------
Personally, I think we can rely on committers to examine the output and
disregard license violation notifications on dumpfiles.
However, if we want to remove the false positive we could update [the current
list of RAT plugin
exclusions|https://github.com/apache/hadoop/blob/trunk/pom.xml#L377]
it'd be something like:
{code}
...
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>.gitattributes</exclude>
<exclude>.gitignore</exclude>
<exclude>.git/**</exclude>
<exclude>.idea/**</exclude>
<exclude>**/build/**</exclude>
<exclude>**/patchprocess/**</exclude>
<exclude>**/*.js</exclude>
<exclude>**/hs_err_pid*.log</exclude>
</excludes>
</configuration>
</plugin>
...
{code}
(as an aside excluding all javascript files seems unwisely broad, especially
given the substantial size of the YARN UI module at this point.)
> deadly hdfs test
> ----------------
>
> Key: HDFS-12711
> URL: https://issues.apache.org/jira/browse/HDFS-12711
> Project: Hadoop HDFS
> Issue Type: Test
> Affects Versions: 2.9.0, 2.8.2
> Reporter: Allen Wittenauer
> Priority: Critical
> Attachments: HDFS-12711.branch-2.00.patch, fakepatch.branch-2.txt
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]