Repository: hadoop Updated Branches: refs/heads/branch-2 d8c7ee1b5 -> 1cccd1eeb
HADOOP-12058. Fix dead links to DistCp and Hadoop Archives pages. Contributed by Kazuho Fujii. (cherry picked from commit dbed757cbaf3ddff0c9ae2d905d42828aadedf2a) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1cccd1ee Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1cccd1ee Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1cccd1ee Branch: refs/heads/branch-2 Commit: 1cccd1eeb3c1c22f570f657ba1eb80a9a37b1496 Parents: d8c7ee1 Author: Akira Ajisaka <[email protected]> Authored: Fri Jun 5 01:45:34 2015 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Fri Jun 5 01:46:33 2015 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/site/markdown/CommandsManual.md | 4 ++-- .../src/site/markdown/MapredCommands.md | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/1cccd1ee/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 115ada4..5c4bb11 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -377,6 +377,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 http://git-wip-us.apache.org/repos/asf/hadoop/blob/1cccd1ee/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 ae9c442..a02f838 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md @@ -75,7 +75,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` @@ -122,7 +122,7 @@ Example: `hadoop credential list -provider jceks://file/tmp/test.jceks` ### `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` http://git-wip-us.apache.org/repos/asf/hadoop/blob/1cccd1ee/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredCommands.md ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredCommands.md b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredCommands.md index 71555cb..98ff588 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredCommands.md +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredCommands.md @@ -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`
