Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 0a8080a

Browse files
erikerlandsonfoxish
authored andcommitted
edit readme with a working build example command (#254)
1 parent 8ccb305 commit 0a8080a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resource-managers/kubernetes/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ important matters to keep in mind when developing this feature.
1414

1515
# Building Spark with Kubernetes Support
1616

17-
To build Spark with Kubernetes support, use the `kubernetes` profile when invoking Maven. For example, to simply compile
18-
the Kubernetes core implementation module along with its dependencies:
17+
To build Spark with Kubernetes support, use the `kubernetes` profile when invoking Maven.
1918

20-
build/mvn compile -Pkubernetes -pl resource-managers/kubernetes/core -am -DskipTests
19+
git checkout branch-2.1-kubernetes
20+
build/mvn package -Pkubernetes -DskipTests
2121

2222
To build a distribution of Spark with Kubernetes support, use the `dev/make-distribution.sh` script, and add the
2323
`kubernetes` profile as part of the build arguments. Any other build arguments can be specified as one would expect when

0 commit comments

Comments
 (0)