Skip to content

Commit

Permalink
[SPARK-1760]: fix building spark with maven documentation
Browse files Browse the repository at this point in the history
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
  • Loading branch information
witgo authored and pwendell committed May 9, 2014
1 parent 32868f3 commit bd67551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-with-maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##
Expand Down

0 comments on commit bd67551

Please sign in to comment.