Repository: spark Updated Branches: refs/heads/branch-1.1 c0e1f99f5 -> 0d9723309
[Docs] Run tests like in contributing guide The Contributing to Spark guide [recommends](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark#ContributingtoSpark-AutomatedTesting) running tests by calling `./dev/run-tests`. The README should, too. `./sbt/sbt test` does not cover Python tests or style tests. Author: nchammas <[email protected]> Closes #2149 from nchammas/patch-2 and squashes the following commits: 2b3b132 [nchammas] [Docs] Run tests like in contributing guide (cherry picked from commit 73b3089b8d2901dab11bb1ef6f46c29625b677fe) Signed-off-by: Reynold Xin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0d972330 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0d972330 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0d972330 Branch: refs/heads/branch-1.1 Commit: 0d9723309b56d49c91018dd269ed9873004071b1 Parents: c0e1f99 Author: nchammas <[email protected]> Authored: Tue Aug 26 17:50:04 2014 -0700 Committer: Reynold Xin <[email protected]> Committed: Tue Aug 26 17:50:16 2014 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/0d972330/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index bec68e8..ef4a076 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Many of the example programs print usage help if no params are given. Testing first requires [building Spark](#building-spark). Once Spark is built, tests can be run using: - ./sbt/sbt test + ./dev/run-tests ## A Note About Hadoop Versions --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
