From 93b770f7e778835a9dd76854b435c5250835d1a8 Mon Sep 17 00:00:00 2001 From: cnauroth Date: Wed, 13 May 2015 12:25:06 -0700 Subject: [PATCH] HADOOP-11966. Variable cygwin is undefined in hadoop-config.sh when executed through hadoop-daemon.sh. Contributed by Chris Nauroth. --- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 2fbecbb62b..207d1445f2 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -703,6 +703,9 @@ Release 2.7.1 - UNRELEASED HADOOP-11663. Remove description about Java 6 from docs. (Masatake Iwasaki via aajisaka) + HADOOP-11966. Variable cygwin is undefined in hadoop-config.sh when executed + through hadoop-daemon.sh. (cnauroth) + Release 2.7.0 - 2015-04-20 INCOMPATIBLE CHANGES