From 8fb445d9bdead6f0ff2bd9879145fe688b3bdc80 Mon Sep 17 00:00:00 2001 From: frreiss Date: Mon, 29 Aug 2016 23:33:00 -0700 Subject: [PATCH] [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 Closes #14870 from frreiss/fred-17303. --- dev/.rat-excludes | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/.rat-excludes b/dev/.rat-excludes index 9171f3806e42d..a3efddeaa515a 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