Skip to content

Commit

Permalink
[SPARK-17303] Added spark-warehouse to dev/.rat-excludes
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

Excludes the `spark-warehouse` directory from the Apache RAT checks that src/run-tests performs. `spark-warehouse` is created by some of the Spark SQL tests, as well as by `bin/spark-sql`.

## How was this patch tested?

Ran src/run-tests twice. The second time, the script failed because the first iteration
Made the change in this PR.
Ran src/run-tests a third time; RAT checks succeeded.

Author: frreiss <frreiss@us.ibm.com>

Closes apache#14870 from frreiss/fred-17303.
  • Loading branch information
frreiss authored and JoshRosen committed Aug 30, 2016
1 parent 48b459d commit 8fb445d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/.rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ org.apache.spark.scheduler.ExternalClusterManager
.*\.sql
.Rbuildignore
org.apache.spark.deploy.yarn.security.ServiceCredentialProvider
spark-warehouse

0 comments on commit 8fb445d

Please sign in to comment.