浏览代码

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>
Paul King 3 年之前
父节点
当前提交
d0fdb1d6e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java

+ 1 - 1
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java

@@ -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}.