From 0eea12a3d956b54bbbd73d21b296868852a04494 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Mon, 7 Mar 2016 14:48:02 -0800 Subject: [SPARK-13596][BUILD] Move misc top-level build files into appropriate subdirs ## What changes were proposed in this pull request? Move many top-level files in dev/ or other appropriate directory. In particular, put `make-distribution.sh` in `dev` and update docs accordingly. Remove deprecated `sbt/sbt`. I was (so far) unable to figure out how to move `tox.ini`. `scalastyle-config.xml` should be movable but edits to the project `.sbt` files didn't work; config file location is updatable for compile but not test scope. ## How was this patch tested? `./dev/run-tests` to verify RAT and checkstyle work. Jenkins tests for the rest. Author: Sean Owen Closes #11522 from srowen/SPARK-13596. --- dev/.rat-excludes | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 dev/.rat-excludes (limited to 'dev/.rat-excludes') diff --git a/dev/.rat-excludes b/dev/.rat-excludes new file mode 100644 index 0000000000..8b5061415f --- /dev/null +++ b/dev/.rat-excludes @@ -0,0 +1,100 @@ +target +cache +.gitignore +.gitattributes +.project +.classpath +.mima-excludes +.generated-mima-excludes +.generated-mima-class-excludes +.generated-mima-member-excludes +.rat-excludes +.*md +derby.log +TAGS +RELEASE +control +docs +slaves +spark-env.cmd +bootstrap-tooltip.js +jquery-1.11.1.min.js +d3.min.js +dagre-d3.min.js +graphlib-dot.min.js +sorttable.js +vis.min.js +vis.min.css +dataTables.bootstrap.css +dataTables.bootstrap.min.js +dataTables.rowsGroup.js +jquery.blockUI.min.js +jquery.cookies.2.2.0.min.js +jquery.dataTables.1.10.4.min.css +jquery.dataTables.1.10.4.min.js +jquery.mustache.js +jsonFormatter.min.css +jsonFormatter.min.js +.*avsc +.*txt +.*json +.*data +.*log +cloudpickle.py +heapq3.py +join.py +SparkExprTyper.scala +SparkILoop.scala +SparkILoopInit.scala +SparkIMain.scala +SparkImports.scala +SparkJLineCompletion.scala +SparkJLineReader.scala +SparkMemberHandlers.scala +SparkReplReporter.scala +sbt +sbt-launch-lib.bash +plugins.sbt +work +.*\.q +.*\.qv +golden +test.out/* +.*iml +service.properties +db.lck +build/* +dist/* +.*out +.*ipr +.*iws +logs +.*scalastyle-output.xml +.*dependency-reduced-pom.xml +known_translations +json_expectation +local-1422981759269 +local-1422981780767 +local-1425081759269 +local-1426533911241 +local-1426633911242 +local-1430917381534 +local-1430917381535_1 +local-1430917381535_2 +DESCRIPTION +NAMESPACE +test_support/* +.*Rd +help/* +html/* +INDEX +.lintr +gen-java.* +.*avpr +org.apache.spark.sql.sources.DataSourceRegister +org.apache.spark.scheduler.SparkHistoryListenerFactory +.*parquet +LZ4BlockInputStream.java +spark-deps-.* +.*csv +.*tsv -- cgit v1.2.3