HADOOP-17206. Add python2 to required package on CentOS 8 for building documentation. (#2227)
This commit is contained in:
parent
86bbd38c8d
commit
aee3b97d09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user