Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 76F5F200D4F for ; Wed, 22 Nov 2017 03:14:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 75723160C0E; Wed, 22 Nov 2017 02:14:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BB824160BFC for ; Wed, 22 Nov 2017 03:14:36 +0100 (CET) Received: (qmail 45527 invoked by uid 500); 22 Nov 2017 02:14:35 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 45517 invoked by uid 99); 22 Nov 2017 02:14:35 -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; Wed, 22 Nov 2017 02:14:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BBE5CF323A; Wed, 22 Nov 2017 02:14:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aajisaka@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-15047. Python is required for -Preleasedoc but not documented in branch-2.8. Contributed by Bharat Viswanadham. Date: Wed, 22 Nov 2017 02:14:35 +0000 (UTC) archived-at: Wed, 22 Nov 2017 02:14:37 -0000 Repository: hadoop Updated Branches: refs/heads/branch-2.8.3 27e2c58ac -> 10c51d9ca HADOOP-15047. Python is required for -Preleasedoc but not documented in branch-2.8. Contributed by Bharat Viswanadham. (cherry picked from commit a9f0536cedc1bd345a248c585e066df4218a0ac0) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/10c51d9c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/10c51d9c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/10c51d9c Branch: refs/heads/branch-2.8.3 Commit: 10c51d9ca8c92c19bcfc066cb010a7342481580b Parents: 27e2c58 Author: Akira Ajisaka Authored: Wed Nov 22 11:13:40 2017 +0900 Committer: Akira Ajisaka Committed: Wed Nov 22 11:14:30 2017 +0900 ---------------------------------------------------------------------- BUILDING.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/10c51d9c/BUILDING.txt ---------------------------------------------------------------------- diff --git a/BUILDING.txt b/BUILDING.txt index 9c3c683..c2c0ed8 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -13,6 +13,7 @@ Requirements: * openssl devel (if compiling native hadoop-pipes and to get the best HDFS encryption performance) * Linux FUSE (Filesystem in Userspace) version 2.6 or above (if compiling fuse_dfs) * Internet connection for first build (to fetch all Maven and Hadoop dependencies) +* python (for releasedocs) ---------------------------------------------------------------------------------- The easiest way to get an environment with all the appropriate tools is by means --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org