This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new cadfef6f807 [SPARK-43508][DOC] Replace the link related to hadoop 
version 2 with hadoop version 3
cadfef6f807 is described below

commit cadfef6f807a75ff403f6dd9234a3996ec7c691c
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Mon May 15 09:44:03 2023 -0500

    [SPARK-43508][DOC] Replace the link related to hadoop version 2 with hadoop 
version 3
    
    ### What changes were proposed in this pull request?
    The pr aims to replace the link related to hadoop version 2 with hadoop 
version 3
    
    ### Why are the changes needed?
    Because [SPARK-40651](https://issues.apache.org/jira/browse/SPARK-40651) 
Drop Hadoop2 binary distribtuion from release process and 
[SPARK-42447](https://issues.apache.org/jira/browse/SPARK-42447) Remove Hadoop 
2 GitHub Action job.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Manual test.
    
    Closes #41171 from panbingkun/SPARK-43508.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 docs/streaming-programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/streaming-programming-guide.md 
b/docs/streaming-programming-guide.md
index 5ed66eab348..f8f98ca5442 100644
--- a/docs/streaming-programming-guide.md
+++ b/docs/streaming-programming-guide.md
@@ -748,7 +748,7 @@ of the store is consistent with that expected by Spark 
Streaming. It may be
 that writing directly into a destination directory is the appropriate strategy 
for
 streaming data via the chosen object store.
 
-For more details on this topic, consult the [Hadoop Filesystem 
Specification](https://hadoop.apache.org/docs/stable2/hadoop-project-dist/hadoop-common/filesystem/introduction.html).
+For more details on this topic, consult the [Hadoop Filesystem 
Specification](https://hadoop.apache.org/docs/stable3/hadoop-project-dist/hadoop-common/filesystem/introduction.html).
 
 #### Streams based on Custom Receivers
 {:.no_toc}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to