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 <[email protected]> Authored: Wed Nov 22 11:13:40 2017 +0900 Committer: Akira Ajisaka <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
