File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ This module is off by default. To activate it specify the profile in the command
99
1010If you need to build an assembly for a different version of Hadoop the
1111hadoop-version system property needs to be set as in this example:
12- -Dhadoop.version=2.7.3
12+ -Dhadoop.version=2.7.7
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Examples:
6767 ./build/mvn -Pyarn -DskipTests clean package
6868
6969 # Apache Hadoop 2.7.X and later
70- ./build/mvn -Pyarn -Phadoop-2.7 -Dhadoop.version=2.7.3 -DskipTests clean package
70+ ./build/mvn -Pyarn -Phadoop-2.7 -Dhadoop.version=2.7.7 -DskipTests clean package
7171
7272## Building With Hive and JDBC Support
7373
Original file line number Diff line number Diff line change 26812681 <profile >
26822682 <id >hadoop-2.7</id >
26832683 <properties >
2684- <hadoop .version>2.7.3 </hadoop .version>
2684+ <hadoop .version>2.7.7 </hadoop .version>
26852685 <curator .version>2.7.1</curator .version>
26862686 </properties >
26872687 </profile >
You can’t perform that action at this time.
0 commit comments