HADOOP-18404. Fix broken link to wiki help page in org.apache.hadoop.util.Shell (#4718). Contributed by Paul King.

Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
Paul King 2022-08-14 23:58:22 +10:00 committed by GitHub
parent d383cc4525
commit d0fdb1d6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ public abstract class Shell {
* {@value}
*/
private static final String WINDOWS_PROBLEMS =
"https://wiki.apache.org/hadoop/WindowsProblems";
"https://cwiki.apache.org/confluence/display/HADOOP2/WindowsProblems";
/**
* Name of the windows utils binary: {@value}.