Repository: hadoop Updated Branches: refs/heads/branch-2 2f00d8d3a -> bd01fdb64 refs/heads/branch-2.8 353518f54 -> ced22ca78 refs/heads/trunk 9fab22b36 -> 41da9a077
MAPREDUCE-6563. Streaming documentation contains a stray % character. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/41da9a07 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/41da9a07 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/41da9a07 Branch: refs/heads/trunk Commit: 41da9a07738c6d019e2467f139750b7e2f50a914 Parents: 9fab22b Author: cnauroth <[email protected]> Authored: Thu Jan 28 14:26:52 2016 -0800 Committer: cnauroth <[email protected]> Committed: Thu Jan 28 14:46:01 2016 -0800 ---------------------------------------------------------------------- hadoop-mapreduce-project/CHANGES.txt | 3 +++ .../hadoop-streaming/src/site/markdown/HadoopStreaming.md.vm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/41da9a07/hadoop-mapreduce-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt index a8abdb4..08cd1d3 100644 --- a/hadoop-mapreduce-project/CHANGES.txt +++ b/hadoop-mapreduce-project/CHANGES.txt @@ -706,6 +706,9 @@ Release 2.8.0 - UNRELEASED MAPREDUCE-6610. JobHistoryEventHandler should not swallow timeline response (Li Lu via jianhe) + MAPREDUCE-6563. Streaming documentation contains a stray '%' character. + (cnauroth) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/41da9a07/hadoop-tools/hadoop-streaming/src/site/markdown/HadoopStreaming.md.vm ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-streaming/src/site/markdown/HadoopStreaming.md.vm b/hadoop-tools/hadoop-streaming/src/site/markdown/HadoopStreaming.md.vm index 2223352..cc8ed69 100644 --- a/hadoop-tools/hadoop-streaming/src/site/markdown/HadoopStreaming.md.vm +++ b/hadoop-tools/hadoop-streaming/src/site/markdown/HadoopStreaming.md.vm @@ -1,4 +1,4 @@ -%<!--- +<!--- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
