HADOOP-17206. Add python2 to required package on CentOS 8 for building documentation. (#2227)

This commit is contained in:
Masatake Iwasaki 2020-08-14 20:44:18 +09:00 committed by GitHub
parent 86bbd38c8d
commit aee3b97d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -436,6 +436,9 @@ Building on CentOS 8
$ sudo dnf group install --with-optional 'Development Tools'
$ sudo dnf install java-1.8.0-openjdk-devel maven
* Install python2 for building documentation.
$ sudo dnf install python2
* Install Protocol Buffers v3.7.1.
$ git clone https://github.com/protocolbuffers/protobuf
$ cd protobuf