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 02fa2d639f7ab8f50af21cd23967da42a4f7cde0 Author: Alexey Serbin <[email protected]> AuthorDate: Thu Jun 20 01:23:53 2019 -0700 [docs] Ubuntu 18.04 is a supported platform Once KUDU-2427 and KUDU-2871 are resolved, Kudu can run at Ubuntu 18.04 LTS (bionic). Change-Id: I633dc0a525bb1aac77a58755b535831ce436b79b Reviewed-on: http://gerrit.cloudera.org:8080/13685 Reviewed-by: Grant Henke <[email protected]> Tested-by: Grant Henke <[email protected]> --- docs/installation.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.adoc b/docs/installation.adoc index 710423b..a65792b 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -44,8 +44,8 @@ only tolerate a single failure; two-master deployments cannot tolerate any failu .Operating System Requirements Linux:: - - RHEL 6, RHEL 7, CentOS 6, CentOS 7, Ubuntu 14.04 (Trusty), Ubuntu 16.04 (Xenial), Debian 8 - (Jessie), or SLES 12. + - RHEL 6, RHEL 7, CentOS 6, CentOS 7, Ubuntu 14.04 (trusty), Ubuntu 16.04 (xenial), + Ubuntu 18.04 (bionic), Debian 8 (Jessie), or SLES 12. - A kernel and filesystem that support _hole punching_. Hole punching is the use of the `fallocate(2)` system call with the `FALLOC_FL_PUNCH_HOLE` option set. See link:troubleshooting.html#req_hole_punching[troubleshooting hole punching] for more
