HADOOP-12019. update BUILDING.txt to include python for 'mvn site' in windows 
(Contributed by Vinayakumar B)

(cherry picked from commit 1bb79c9d019ef12585eb1761f477cafcf859b1f0)


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

Branch: refs/heads/branch-2
Commit: 2ce7659bf03916a9885f2c4e679aacc3520b4d43
Parents: e02df98
Author: Vinayakumar B <vinayakum...@apache.org>
Authored: Thu Jun 4 10:42:52 2015 +0530
Committer: Vinayakumar B <vinayakum...@apache.org>
Committed: Thu Jun 4 10:44:04 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/2ce7659b/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index b61b11e..680e84d 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -281,6 +281,7 @@ Requirements:
 * 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.
+* Python ( for generation of docs using 'mvn site')
 
 Unix command-line tools are also included with the Windows Git package which
 can be downloaded from http://git-scm.com/download/win.

http://git-wip-us.apache.org/repos/asf/hadoop/blob/2ce7659b/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 408094d..115ada4 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -333,6 +333,9 @@ Release 2.8.0 - UNRELEASED
     HADOOP-12018. smart-apply-patch.sh fails if the patch edits CR+LF files
     and is created by 'git diff --no-prefix'. (Kengo Seki via aajisaka)
 
+    HADOOP-12019. update BUILDING.txt to include python for 'mvn site'
+    in windows (vinayakumarb)
+
 Release 2.7.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES

Reply via email to