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 zj...@apache.org on 2015/06/08 19:19:17 UTC

[19/50] hadoop git commit: HADOOP-12019. update BUILDING.txt to include python for 'mvn site' in windows (Contributed by Vinayakumar B)

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


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

Branch: refs/heads/YARN-2928
Commit: df96753bf14854858476661e1c9b23062983982f
Parents: bb2903c
Author: Vinayakumar B <vi...@apache.org>
Authored: Thu Jun 4 10:42:52 2015 +0530
Committer: Zhijie Shen <zj...@apache.org>
Committed: Mon Jun 8 09:43:16 2015 -0700

----------------------------------------------------------------------
 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/df96753b/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index de0e0e8..2aeade4 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -282,6 +282,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/df96753b/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 53bb150..cf35cfe 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -817,6 +817,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