Skip to content

Commit

Permalink
Improve building with maven docs
Browse files Browse the repository at this point in the history
     mvn -Dhadoop.version=... -Dsuites=spark.repl.ReplSuite test

to

     mvn -Dhadoop.version=... -Dsuites=org.apache.spark.repl.ReplSuite test

Author: liguoqiang <liguoqiang@rd.tuan800.com>

Closes #70 from witgo/building_with_maven and squashes the following commits:

6ec8a54 [liguoqiang] spark.repl.ReplSuite to org.apache.spark.repl.ReplSuite
  • Loading branch information
liguoqiang authored and pwendell committed Mar 6, 2014
1 parent a3da508 commit 51ca7bd
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 @@ -56,7 +56,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 51ca7bd

Please sign in to comment.