aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorwitgo <witgo@qq.com>2014-05-09 01:51:26 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-09 01:51:38 -0700
commit80f292a216e9546d6946873c26a5e606770068c3 (patch)
treed42c9e85d7c84635265c9878b2329ae0aadd0e61 /docs
parentb8c17e3928d070d4757d44995516b8872196e5c9 (diff)
downloadspark-80f292a216e9546d6946873c26a5e606770068c3.tar.gz
spark-80f292a216e9546d6946873c26a5e606770068c3.tar.bz2
spark-80f292a216e9546d6946873c26a5e606770068c3.zip
[SPARK-1760]: fix building spark with maven documentation
Author: witgo <witgo@qq.com> Closes #712 from witgo/building-with-maven and squashes the following commits: 215523b [witgo] fix building spark with maven documentation (cherry picked from commit bd67551ee724fd7cce4f2e2977a862216c992ef5) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/building-with-maven.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building-with-maven.md b/docs/building-with-maven.md
index cac01ded60..b6dd553bbe 100644
--- a/docs/building-with-maven.md
+++ b/docs/building-with-maven.md
@@ -96,7 +96,7 @@ Tests are run by default via the [ScalaTest Maven plugin](http://www.scalatest.o
The ScalaTest plugin also supports running only a specific test suite as follows:
- $ mvn -Dhadoop.version=... -Dsuites=org.apache.spark.repl.ReplSuite test
+ $ mvn -Dhadoop.version=... -DwildcardSuites=org.apache.spark.repl.ReplSuite test
## Continuous Compilation ##