aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrreiss <frreiss@us.ibm.com>2016-08-29 23:33:00 -0700
committerJosh Rosen <joshrosen@databricks.com>2016-08-29 23:33:00 -0700
commit8fb445d9bdead6f0ff2bd9879145fe688b3bdc80 (patch)
treed45acfc0e148c680e4e46c73ecac6505048dcac7
parent48b459ddd58affd5519856cb6e204398b7739a2a (diff)
downloadspark-8fb445d9bdead6f0ff2bd9879145fe688b3bdc80.tar.gz
spark-8fb445d9bdead6f0ff2bd9879145fe688b3bdc80.tar.bz2
spark-8fb445d9bdead6f0ff2bd9879145fe688b3bdc80.zip
[SPARK-17303] Added spark-warehouse to dev/.rat-excludes
## 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 #14870 from frreiss/fred-17303.
-rw-r--r--dev/.rat-excludes1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/.rat-excludes b/dev/.rat-excludes
index 9171f3806e..a3efddeaa5 100644
--- a/dev/.rat-excludes
+++ b/dev/.rat-excludes
@@ -101,3 +101,4 @@ org.apache.spark.scheduler.ExternalClusterManager
.*\.sql
.Rbuildignore
org.apache.spark.deploy.yarn.security.ServiceCredentialProvider
+spark-warehouse