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/41bde4fc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/41bde4fc Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/41bde4fc Branch: refs/heads/YARN-2928 Commit: 41bde4fcbd5c25c18eeee48f435403006d8d0d2b Parents: 36a33eb Author: cnauroth <[email protected]> Authored: Tue Jun 30 16:54:30 2015 -0700 Committer: Zhijie Shen <[email protected]> Committed: Mon Jul 6 11:31:58 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/41bde4fc/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
