Skip to content

Commit 5f9633d

Browse files
committed
[SPARK-25015][BUILD] Update Hadoop 2.7 to 2.7.7
## What changes were proposed in this pull request? Update Hadoop 2.7 to 2.7.7 to pull in bug and security fixes. ## How was this patch tested? Existing tests. Author: Sean Owen <[email protected]> Closes apache#21987 from srowen/SPARK-25015.
1 parent b7fdf8e commit 5f9633d

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

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

dev/deps/spark-deps-hadoop-2.7

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,21 @@ gson-2.2.4.jar
6666
guava-14.0.1.jar
6767
guice-3.0.jar
6868
guice-servlet-3.0.jar
69-
hadoop-annotations-2.7.3.jar
70-
hadoop-auth-2.7.3.jar
71-
hadoop-client-2.7.3.jar
72-
hadoop-common-2.7.3.jar
73-
hadoop-hdfs-2.7.3.jar
74-
hadoop-mapreduce-client-app-2.7.3.jar
75-
hadoop-mapreduce-client-common-2.7.3.jar
76-
hadoop-mapreduce-client-core-2.7.3.jar
77-
hadoop-mapreduce-client-jobclient-2.7.3.jar
78-
hadoop-mapreduce-client-shuffle-2.7.3.jar
79-
hadoop-yarn-api-2.7.3.jar
80-
hadoop-yarn-client-2.7.3.jar
81-
hadoop-yarn-common-2.7.3.jar
82-
hadoop-yarn-server-common-2.7.3.jar
83-
hadoop-yarn-server-web-proxy-2.7.3.jar
69+
hadoop-annotations-2.7.7.jar
70+
hadoop-auth-2.7.7.jar
71+
hadoop-client-2.7.7.jar
72+
hadoop-common-2.7.7.jar
73+
hadoop-hdfs-2.7.7.jar
74+
hadoop-mapreduce-client-app-2.7.7.jar
75+
hadoop-mapreduce-client-common-2.7.7.jar
76+
hadoop-mapreduce-client-core-2.7.7.jar
77+
hadoop-mapreduce-client-jobclient-2.7.7.jar
78+
hadoop-mapreduce-client-shuffle-2.7.7.jar
79+
hadoop-yarn-api-2.7.7.jar
80+
hadoop-yarn-client-2.7.7.jar
81+
hadoop-yarn-common-2.7.7.jar
82+
hadoop-yarn-server-common-2.7.7.jar
83+
hadoop-yarn-server-web-proxy-2.7.7.jar
8484
hk2-api-2.4.0-b34.jar
8585
hk2-locator-2.4.0-b34.jar
8686
hk2-utils-2.4.0-b34.jar
@@ -121,6 +121,7 @@ jersey-media-jaxb-2.22.2.jar
121121
jersey-server-2.22.2.jar
122122
jets3t-0.9.4.jar
123123
jetty-6.1.26.jar
124+
jetty-sslengine-6.1.26.jar
124125
jetty-util-6.1.26.jar
125126
jline-2.14.3.jar
126127
joda-time-2.9.3.jar

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)