[
https://issues.apache.org/jira/browse/HADOOP-11532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14300729#comment-14300729
]
Chris A. Mattmann commented on HADOOP-11532:
--------------------------------------------
This was one of the problems I ran into with RAT (incorrect targeting of file
types for inclusion). There are other problems with RAT too. Check out DRAT:
https://github.com/chrismattmann/drat/. I don't have a Maven plugin for it yet,
but it's super simple to use:
# download source code you want to check into <local dir>
# download and install DRAT per Wiki instructions on Github
# ./bin/drat go <local dir>
Get results.
> RAT checker complaining about PSD images
> ----------------------------------------
>
> Key: HADOOP-11532
> URL: https://issues.apache.org/jira/browse/HADOOP-11532
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 3.0.0
> Reporter: Steve Loughran
>
> Jenkins is rejecting builds as {{Sorting icons.psd}} doesn't have an ASF
> header.
> {code}
> !?????
> /home/jenkins/jenkins-slave/workspace/PreCommit-HADOOP-Build/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.9.4/images/Sorting
> icons.psd
> Lines that start with ????? in the release audit report indicate files that
> do not have an Apache license header.
> {code}
> It's a layered photoshop image that either needs to be excluded from RAT or
> cut from the source tree
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)