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:
parent
d383cc4525
commit
d0fdb1d6e0
@ -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}.
|
||||
|
Loading…
Reference in New Issue
Block a user