HADOOP-12871. Fix dead link to NativeLibraries.html in CommandsManual.md. Contributed by Brahma Reddy Battula.
(cherry picked from commit1c3136cbd8
) (cherry picked from commit96a0939d5b
)
This commit is contained in:
parent
08fc048018
commit
53106a3a4c
|
@ -68,6 +68,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
|
||||
|
|
|
@ -86,7 +86,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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue