Skip to content

Commit c8f1219

Browse files
original-brownbearsrowen
authored andcommitted
[SPARK-20455][DOCS] Fix Broken Docker IT Docs
## What changes were proposed in this pull request? Just added the Maven `test`goal. ## How was this patch tested? No test needed, just a trivial documentation fix. Author: Armin Braun <[email protected]> Closes #17756 from original-brownbear/SPARK-20455.
1 parent 31345fd commit c8f1219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Once installed, the `docker` service needs to be started, if not already running
232232
On Linux, this can be done by `sudo service docker start`.
233233

234234
./build/mvn install -DskipTests
235-
./build/mvn -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.11
235+
./build/mvn test -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.11
236236

237237
or
238238

0 commit comments

Comments
 (0)