Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/1978#issuecomment-52718525
Test failure is due to RAT complaining about some temporary files left
behind by another test:
```
=========================================================================
Running Apache RAT checks
=========================================================================
Could not find Apache license headers in the following files:
!?????
/home/jenkins/workspace/SparkPullRequestBuilder@2/mllib/checkpoint/.temp.crc
!?????
/home/jenkins/workspace/SparkPullRequestBuilder@2/mllib/checkpoint/temp
```
There's a few ways to fix this:
- Add an exclude to .rat-excludes
- Modify the pull request builder to use `git clean` to remove these
untracked files from the working tree.
- Configure RAT to only check files tracked by git (by using `git ls-files`)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]