This is an automated email from the ASF dual-hosted git repository. granthenke pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 3e02cce2f2a424529ca5c9a88017a40731acf974 Author: Grant Henke <[email protected]> AuthorDate: Tue Dec 8 11:57:45 2020 -0600 [docs] Fix a typo in the installation docs Change-Id: I96bfdd3d5245313b40205eab69434d34506e766c Reviewed-on: http://gerrit.cloudera.org:8080/16832 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- docs/installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.adoc b/docs/installation.adoc index 0cf233d..ffce4be 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -85,7 +85,7 @@ Below are the steps for each supported operating system to build Kudu from sour [[rhel_from_source]] === RHEL or CentOS -RHEL or CentOS 7.6 or later is required to build Kudu from source. To build +RHEL or CentOS 7.0 or later is required to build Kudu from source. To build on a version older than 8.0, the Red Hat Developer Toolset must be installed (in order to have access to a C++17 capable compiler).
