HADOOP-12058. Fix dead links to DistCp and Hadoop Archives pages. Contributed by Kazuho Fujii.
This commit is contained in:
parent
d7e7f6aa03
commit
dbed757cba
|
@ -858,6 +858,9 @@ Release 2.7.1 - UNRELEASED
|
|||
HADOOP-11934. Use of JavaKeyStoreProvider in LdapGroupsMapping causes
|
||||
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
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -98,7 +98,7 @@ Commands useful for users of a hadoop cluster.
|
|||
|
||||
### `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`
|
||||
|
||||
|
@ -157,7 +157,7 @@ Change the ownership and permissions on many files at once.
|
|||
|
||||
### `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`
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ Commands useful for users of a hadoop cluster.
|
|||
### `archive`
|
||||
|
||||
Creates a hadoop archive. More information can be found at
|
||||
[Hadoop Archives Guide](./HadoopArchives.html).
|
||||
[Hadoop Archives Guide](../../hadoop-archives/HadoopArchives.html).
|
||||
|
||||
### `classpath`
|
||||
|
||||
|
@ -62,7 +62,7 @@ Usage: `mapred classpath`
|
|||
### `distcp`
|
||||
|
||||
Copy file or directories recursively. More information can be found at
|
||||
[Hadoop DistCp Guide](./DistCp.html).
|
||||
[Hadoop DistCp Guide](../../hadoop-distcp/DistCp.html).
|
||||
|
||||
### `job`
|
||||
|
||||
|
|
Loading…
Reference in New Issue