Skip to content

Commit

Permalink
[SPARK-43200][DOCS] Remove Hadoop 2 reference in docs
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Remove Hadoop 2 reference in docs.

### Why are the changes needed?

SPARK-42452 removed support for Hadoop 2.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Manually review

Closes apache#40857 from pan3793/SPARK-43200.

Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Chao Sun <[email protected]>
  • Loading branch information
pan3793 authored and sunchao committed Apr 20, 2023
1 parent 29b40f6 commit 78407a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/cluster-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The system currently supports several cluster managers:
easy to set up a cluster.
* [Apache Mesos](running-on-mesos.html) -- a general cluster manager that can also run Hadoop MapReduce
and service applications. (Deprecated)
* [Hadoop YARN](running-on-yarn.html) -- the resource manager in Hadoop 2 and 3.
* [Hadoop YARN](running-on-yarn.html) -- the resource manager in Hadoop 3.
* [Kubernetes](running-on-kubernetes.html) -- an open-source system for automating deployment, scaling,
and management of containerized applications.

Expand Down
3 changes: 1 addition & 2 deletions docs/sql-data-sources-orc.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ turned it off by default . You may enable it by

### Zstandard

Spark supports both Hadoop 2 and 3. Since Spark 3.2, you can take advantage
of Zstandard compression in ORC files on both Hadoop versions.
Since Spark 3.2, you can take advantage of Zstandard compression in ORC files.
Please see [Zstandard](https://facebook.github.io/zstd/) for the benefits.

<div class="codetabs">
Expand Down

0 comments on commit 78407a7

Please sign in to comment.