HADOOP-12116. Fix unrecommended syntax usages in hadoop/hdfs/yarn script for cygwin in branch-2. Contributed by Li Lu.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b8e792cb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b8e792cb Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b8e792cb Branch: refs/heads/HADOOP-12111 Commit: b8e792cba257fdb0ca266ecb2f60f3f10c3a0c3b Parents: 3a72bfd Author: cnauroth <[email protected]> Authored: Tue Jun 30 16:54:30 2015 -0700 Committer: cnauroth <[email protected]> Committed: Tue Jun 30 16:54:30 2015 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/b8e792cb/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 4e5f6bb..74d428f 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -913,6 +913,9 @@ Release 2.8.0 - UNRELEASED HADOOP-12159. Move DistCpUtils#compareFs() to org.apache.hadoop.fs.FileUtil and fix for HA namespaces (rchiang via rkanter) + HADOOP-12116. Fix unrecommended syntax usages in hadoop/hdfs/yarn script for + cygwin in branch-2. (Li Lu via cnauroth) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES
