Skip to content

Commit aee3b97

Browse files
authored
HADOOP-17206. Add python2 to required package on CentOS 8 for building documentation. (#2227)
1 parent 86bbd38 commit aee3b97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BUILDING.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,9 @@ Building on CentOS 8
436436
$ sudo dnf group install --with-optional 'Development Tools'
437437
$ sudo dnf install java-1.8.0-openjdk-devel maven
438438

439+
* Install python2 for building documentation.
440+
$ sudo dnf install python2
441+
439442
* Install Protocol Buffers v3.7.1.
440443
$ git clone https://github.com/protocolbuffers/protobuf
441444
$ cd protobuf

0 commit comments

Comments
 (0)