Skip to content

Commit

Permalink
Correct hadoop profile: hadoop2.7 -> hadoop-2.7 (apache#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ash211 committed Mar 8, 2017
1 parent 3fd9c62 commit 81875a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource-managers/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To build a distribution of Spark with Kubernetes support, use the `dev/make-dist
`kubernetes` profile as part of the build arguments. Any other build arguments can be specified as one would expect when
building Spark normally. For example, to build Spark against Hadoop 2.7 and Kubernetes:

dev/make-distribution.sh --tgz -Phadoop2.7 -Pkubernetes
dev/make-distribution.sh --tgz -Phadoop-2.7 -Pkubernetes

# Kubernetes Code Modules

Expand Down

0 comments on commit 81875a6

Please sign in to comment.