HADOOP-12058. Fix dead links to DistCp and Hadoop Archives pages. Contributed by Kazuho Fujii.

(cherry picked from commit dbed757cba)
This commit is contained in:
Akira Ajisaka 2015-06-05 01:45:34 +09:00
parent d8c7ee1b53
commit 1cccd1eeb3
3 changed files with 7 additions and 4 deletions

View File

@ -377,6 +377,9 @@ Release 2.7.1 - UNRELEASED
HADOOP-11934. Use of JavaKeyStoreProvider in LdapGroupsMapping causes HADOOP-11934. Use of JavaKeyStoreProvider in LdapGroupsMapping causes
infinite loop. (Larry McCay via cnauroth) infinite loop. (Larry McCay via cnauroth)
HADOOP-12058. Fix dead links to DistCp and Hadoop Archives pages.
(Kazuho Fujii via aajisaka)
Release 2.7.0 - 2015-04-20 Release 2.7.0 - 2015-04-20
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -75,7 +75,7 @@ Commands useful for users of a hadoop cluster.
### `archive` ### `archive`
Creates a hadoop archive. More information can be found at [Hadoop Archives Guide](../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/HadoopArchives.html). Creates a hadoop archive. More information can be found at [Hadoop Archives Guide](../../hadoop-archives/HadoopArchives.html).
### `checknative` ### `checknative`
@ -122,7 +122,7 @@ Example: `hadoop credential list -provider jceks://file/tmp/test.jceks`
### `distcp` ### `distcp`
Copy file or directories recursively. More information can be found at [Hadoop DistCp Guide](../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/DistCp.html). Copy file or directories recursively. More information can be found at [Hadoop DistCp Guide](../../hadoop-distcp/DistCp.html).
### `fs` ### `fs`

View File

@ -51,7 +51,7 @@ Commands useful for users of a hadoop cluster.
### `archive` ### `archive`
Creates a hadoop archive. More information can be found at Creates a hadoop archive. More information can be found at
[Hadoop Archives Guide](./HadoopArchives.html). [Hadoop Archives Guide](../../hadoop-archives/HadoopArchives.html).
### `classpath` ### `classpath`
@ -62,7 +62,7 @@ Usage: `mapred classpath`
### `distcp` ### `distcp`
Copy file or directories recursively. More information can be found at Copy file or directories recursively. More information can be found at
[Hadoop DistCp Guide](./DistCp.html). [Hadoop DistCp Guide](../../hadoop-distcp/DistCp.html).
### `job` ### `job`