You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by wh...@apache.org on 2014/12/18 22:38:26 UTC

hadoop git commit: HADOOP-11428. Remove obsolete reference to Cygwin in BUILDING.txt. Contributed by Arpit Agarwal.

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 84ea92879 -> 27ef6e4a6


HADOOP-11428. Remove obsolete reference to Cygwin in BUILDING.txt. Contributed by Arpit Agarwal.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/27ef6e4a
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/27ef6e4a
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/27ef6e4a

Branch: refs/heads/branch-2
Commit: 27ef6e4a6ea420676a434786687bc2c315ce5754
Parents: 84ea928
Author: Haohui Mai <wh...@apache.org>
Authored: Thu Dec 18 13:37:43 2014 -0800
Committer: Haohui Mai <wh...@apache.org>
Committed: Thu Dec 18 13:38:15 2014 -0800

----------------------------------------------------------------------
 BUILDING.txt                                    | 8 +++++++-
 hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++
 2 files changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/27ef6e4a/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index 94cbe5e..6e38ad3 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -210,9 +210,13 @@ Requirements:
 * ProtocolBuffer 2.5.0
 * CMake 2.6 or newer
 * Windows SDK or Visual Studio 2010 Professional
-* Unix command-line tools from GnuWin32 or Cygwin: sh, mkdir, rm, cp, tar, gzip
 * zlib headers (if building native code bindings for zlib)
 * Internet connection for first build (to fetch all Maven and Hadoop dependencies)
+* Unix command-line tools from GnuWin32: sh, mkdir, rm, cp, tar, gzip. These
+  tools must be present on your PATH.
+
+Unix command-line tools are also included with the Windows Git package which
+can be downloaded from http://git-scm.com/download/win.
 
 If using Visual Studio, it must be Visual Studio 2010 Professional (not 2012).
 Do not use Visual Studio Express.  It does not support compiling for 64-bit,
@@ -221,6 +225,8 @@ download here:
 
 http://www.microsoft.com/en-us/download/details.aspx?id=8279
 
+Cygwin is neither required nor supported.
+
 ----------------------------------------------------------------------------------
 Building:
 

http://git-wip-us.apache.org/repos/asf/hadoop/blob/27ef6e4a/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 309142b..b85181c 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -272,6 +272,9 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11409. FileContext.getFileContext can stack overflow if default fs
     misconfigured (Gera Shegalov via jlowe)
 
+    HADOOP-11428. Remove obsolete reference to Cygwin in BUILDING.txt.
+    (Arpit Agarwal via wheat9)
+
 Release 2.6.0 - 2014-11-18
 
   INCOMPATIBLE CHANGES