We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923dba5 commit 6ec8a54Copy full SHA for 6ec8a54
docs/building-with-maven.md
@@ -54,7 +54,7 @@ Tests are run by default via the [ScalaTest Maven plugin](http://www.scalatest.o
54
55
The ScalaTest plugin also supports running only a specific test suite as follows:
56
57
- $ mvn -Dhadoop.version=... -Dsuites=spark.repl.ReplSuite test
+ $ mvn -Dhadoop.version=... -Dsuites=org.apache.spark.repl.ReplSuite test
58
59
60
## Continuous Compilation ##
0 commit comments