From 01fdcea9c8a62e6800fcc73a7137672fbf77e2cd Mon Sep 17 00:00:00 2001 From: Armin Braun Date: Tue, 25 Apr 2017 08:10:15 +0200 Subject: [PATCH] [SPARK-20455][DOCS] Fix Broken Docker IT Docs --- docs/building-spark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-spark.md b/docs/building-spark.md index e99b70f7a8b4..0f551bc66b8c 100644 --- a/docs/building-spark.md +++ b/docs/building-spark.md @@ -232,7 +232,7 @@ Once installed, the `docker` service needs to be started, if not already running On Linux, this can be done by `sudo service docker start`. ./build/mvn install -DskipTests - ./build/mvn -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.11 + ./build/mvn test -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.11 or