소스 검색

HADOOP-12871. Fix dead link to NativeLibraries.html in CommandsManual.md. Contributed by Brahma Reddy Battula.

Akira Ajisaka 9 년 전
부모
커밋
1c3136cbd8
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt
  2. 1 1
      hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -1854,6 +1854,9 @@ Release 2.7.3 - UNRELEASED
     HADOOP-12870. Fix typo admininistration in CommandsManual.md.
     (John Zhuge via aajisaka)
 
+    HADOOP-12871. Fix dead link to NativeLibraries.html in CommandsManual.md.
+    (Brahma Reddy Battula via aajisaka)
+
 Release 2.7.2 - 2016-01-25
 
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md

@@ -109,7 +109,7 @@ Usage: `hadoop checknative [-a] [-h] `
 | `-a` | Check all libraries are available. |
 | `-h` | print help |
 
-This command checks the availability of the Hadoop native code. See [\#NativeLibraries.html](#NativeLibraries.html) for more information. By default, this command only checks the availability of libhadoop.
+This command checks the availability of the Hadoop native code. See [Native Libaries](./NativeLibraries.html) for more information. By default, this command only checks the availability of libhadoop.
 
 ### `classpath`