Skip to content

Commit 6ec8a54

Browse files
author
liguoqiang
committed
spark.repl.ReplSuite to org.apache.spark.repl.ReplSuite
1 parent 923dba5 commit 6ec8a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-with-maven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Tests are run by default via the [ScalaTest Maven plugin](http://www.scalatest.o
5454

5555
The ScalaTest plugin also supports running only a specific test suite as follows:
5656

57-
$ mvn -Dhadoop.version=... -Dsuites=spark.repl.ReplSuite test
57+
$ mvn -Dhadoop.version=... -Dsuites=org.apache.spark.repl.ReplSuite test
5858

5959

6060
## Continuous Compilation ##

0 commit comments

Comments
 (0)