Skip to content

Commit

Permalink
[SPARK-20455][DOCS] Fix Broken Docker IT Docs
Browse files Browse the repository at this point in the history
## 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 <me@obrown.io>

Closes #17756 from original-brownbear/SPARK-20455.
  • Loading branch information
original-brownbear authored and srowen committed Apr 25, 2017
1 parent 31345fd commit c8f1219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c8f1219

Please sign in to comment.