Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E2A33183A0 for ; Thu, 4 Jun 2015 05:14:47 +0000 (UTC) Received: (qmail 35819 invoked by uid 500); 4 Jun 2015 05:14:47 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 35621 invoked by uid 500); 4 Jun 2015 05:14:47 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 35605 invoked by uid 99); 4 Jun 2015 05:14:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2015 05:14:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4C598E052E; Thu, 4 Jun 2015 05:14:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vinayakumarb@apache.org To: common-commits@hadoop.apache.org Date: Thu, 04 Jun 2015 05:14:47 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] hadoop git commit: HADOOP-12019. update BUILDING.txt to include python for 'mvn site' in windows (Contributed by Vinayakumar B) Repository: hadoop Updated Branches: refs/heads/branch-2 e02df98f7 -> 2ce7659bf refs/heads/trunk b5f0d294f -> 1bb79c9d0 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/1bb79c9d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1bb79c9d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1bb79c9d Branch: refs/heads/trunk Commit: 1bb79c9d019ef12585eb1761f477cafcf859b1f0 Parents: b5f0d29 Author: Vinayakumar B Authored: Thu Jun 4 10:42:52 2015 +0530 Committer: Vinayakumar B Committed: Thu Jun 4 10:42:52 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/1bb79c9d/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/1bb79c9d/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