aboutsummaryrefslogtreecommitdiff
path: root/docs/building-with-maven.md
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:26 -0700
commitbd67551ee724fd7cce4f2e2977a862216c992ef5 (patch)
tree8604fe285f5cac63b2511c10b4a1c391a97ef516 /docs/building-with-maven.md
parent32868f31f88aebd580ab9329dc51a30c26af7a74 (diff)
downloadspark-bd67551ee724fd7cce4f2e2977a862216c992ef5.tar.gz
spark-bd67551ee724fd7cce4f2e2977a862216c992ef5.tar.bz2
spark-bd67551ee724fd7cce4f2e2977a862216c992ef5.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
Diffstat (limited to 'docs/building-with-maven.md')
-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 ##