Skip to content

Commit 410126f

Browse files
committed
Update Hadoop 2.7 to 2.7.7
1 parent c32dbd6 commit 410126f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

assembly/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ This module is off by default. To activate it specify the profile in the command
99

1010
If you need to build an assembly for a different version of Hadoop the
1111
hadoop-version system property needs to be set as in this example:
12-
-Dhadoop.version=2.7.3
12+
-Dhadoop.version=2.7.7

docs/building-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2681,7 +2681,7 @@
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>

0 commit comments

Comments
 (0)