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

This commit is contained in:
Vinayakumar B 2015-06-04 10:42:52 +05:30
parent b5f0d294f8
commit 1bb79c9d01
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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