Repository: hadoop Updated Branches: refs/heads/branch-2.8 deb21e8c3 -> a9f0536ce
HADOOP-15047. Python is required for -Preleasedoc but not documented in branch-2.8. Contributed by Bharat Viswanadham. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a9f0536c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a9f0536c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a9f0536c Branch: refs/heads/branch-2.8 Commit: a9f0536cedc1bd345a248c585e066df4218a0ac0 Parents: deb21e8 Author: Akira Ajisaka <[email protected]> Authored: Wed Nov 22 11:13:40 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Nov 22 11:13:40 2017 +0900 ---------------------------------------------------------------------- BUILDING.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a9f0536c/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: [email protected] For additional commands, e-mail: [email protected]
