Repository: spark
Updated Branches:
  refs/heads/master 48b459ddd -> 8fb445d9b


[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 <frre...@us.ibm.com>

Closes #14870 from frreiss/fred-17303.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8fb445d9
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8fb445d9
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8fb445d9

Branch: refs/heads/master
Commit: 8fb445d9bdead6f0ff2bd9879145fe688b3bdc80
Parents: 48b459d
Author: frreiss <frre...@us.ibm.com>
Authored: Mon Aug 29 23:33:00 2016 -0700
Committer: Josh Rosen <joshro...@databricks.com>
Committed: Mon Aug 29 23:33:00 2016 -0700

----------------------------------------------------------------------
 dev/.rat-excludes | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8fb445d9/dev/.rat-excludes
----------------------------------------------------------------------
diff --git a/dev/.rat-excludes b/dev/.rat-excludes
index 9171f38..a3efdde 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to