Skip to content

Commit 03f652f

Browse files
committed
review commit
1 parent b452680 commit 03f652f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-with-maven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For Apache Hadoop versions 1.x, Cloudera CDH MRv1, and other Hadoop versions wit
4242
# Apache Hadoop 0.23.x
4343
$ mvn -Phadoop-0.23 -Dhadoop.version=0.23.7 -DskipTests clean package
4444

45-
For Apache Hadoop 2.x, 0.23.x, Cloudera CDH MRv2, and other Hadoop versions with YARN, you should enable the "yarn-alpha" or "yarn" profile and set the "hadoop.version", "yarn.version" property:
45+
For Apache Hadoop 2.x, 0.23.x, Cloudera CDH MRv2, and other Hadoop versions with YARN, you can enable the "yarn-alpha" or "yarn" profile and set the "hadoop.version", "yarn.version" property:
4646

4747
# Apache Hadoop 2.0.5-alpha
4848
$ mvn -Pyarn-alpha -Dhadoop.version=2.0.5-alpha -Dyarn.version=2.0.5-alpha -DskipTests clean package

0 commit comments

Comments
 (0)