You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by as...@apache.org on 2016/03/08 20:06:16 UTC

[15/50] [abbrv] hadoop git commit: HADOOP-12871. Fix dead link to NativeLibraries.html in CommandsManual.md. Contributed by Brahma Reddy Battula.

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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1c3136cb
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1c3136cb
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1c3136cb

Branch: refs/heads/yarn-2877
Commit: 1c3136cbd8ff5f4eaf9c2c0145975439d0249db3
Parents: 33a412e
Author: Akira Ajisaka <aa...@apache.org>
Authored: Thu Mar 3 23:22:35 2016 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Thu Mar 3 23:22:35 2016 +0900

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt                   | 3 +++
 .../hadoop-common/src/site/markdown/CommandsManual.md             | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/1c3136cb/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 3bd3595..d8c2b59 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/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

http://git-wip-us.apache.org/repos/asf/hadoop/blob/1c3136cb/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md b/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md
index b029e05..7b1fca3 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md
+++ b/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`