Skip to content

Commit

Permalink
spark.repl.ReplSuite to org.apache.spark.repl.ReplSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
liguoqiang committed Mar 4, 2014
1 parent 923dba5 commit 6ec8a54
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 @@ -54,7 +54,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=spark.repl.ReplSuite test
$ mvn -Dhadoop.version=... -Dsuites=org.apache.spark.repl.ReplSuite test


## Continuous Compilation ##
Expand Down

0 comments on commit 6ec8a54

Please sign in to comment.