From 6ec8a54423675a09808a182a84e6e396955555a0 Mon Sep 17 00:00:00 2001 From: liguoqiang Date: Tue, 4 Mar 2014 10:12:22 +0800 Subject: [PATCH] spark.repl.ReplSuite to org.apache.spark.repl.ReplSuite --- docs/building-with-maven.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-with-maven.md b/docs/building-with-maven.md index ded12926885b9..bf8f8590f4230 100644 --- a/docs/building-with-maven.md +++ b/docs/building-with-maven.md @@ -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 ##