This is an automated email from the ASF dual-hosted git repository. alexey pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 6b7355d12c1ce10eb1e361003ebd6b87ce2d7009 Author: Alexey Serbin <[email protected]> AuthorDate: Mon Jan 27 23:41:18 2020 -0800 [docs] curl in the list of packages for build-from-source Added curl into the list of packages necessary to build Kudu from source on RHEL/CentOS. For some reason, it was omitted in that list while present in package list of other Linux flavors. Change-Id: I61b80750e4ea2fbcfdd578e0c5aaa00802f632f6 Reviewed-on: http://gerrit.cloudera.org:8080/15114 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- docs/installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.adoc b/docs/installation.adoc index 3497501..08c5c34 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -225,7 +225,7 @@ automated deployment scenario. It skips the steps marked *Optional* above. ---- #!/bin/bash -sudo yum -y install autoconf automake cyrus-sasl-devel cyrus-sasl-gssapi \ +sudo yum -y install autoconf automake curl cyrus-sasl-devel cyrus-sasl-gssapi \ cyrus-sasl-plain flex gcc gcc-c++ gdb git java-1.8.0-openjdk-devel \ krb5-server krb5-workstation libtool make openssl-devel patch pkgconfig \ redhat-lsb-core rsync unzip vim-common which
