Return-Path: X-Original-To: apmail-kudu-commits-archive@minotaur.apache.org Delivered-To: apmail-kudu-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF7C718BB8 for ; Wed, 27 Jan 2016 01:30:54 +0000 (UTC) Received: (qmail 52719 invoked by uid 500); 27 Jan 2016 01:30:54 -0000 Delivered-To: apmail-kudu-commits-archive@kudu.apache.org Received: (qmail 52701 invoked by uid 500); 27 Jan 2016 01:30:54 -0000 Mailing-List: contact commits-help@kudu.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.incubator.apache.org Delivered-To: mailing list commits@kudu.incubator.apache.org Received: (qmail 52692 invoked by uid 99); 27 Jan 2016 01:30:54 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2016 01:30:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6D9D6C0D80 for ; Wed, 27 Jan 2016 01:30:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 8fZGGJg-YUlU for ; Wed, 27 Jan 2016 01:30:43 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 6D44C31AC3 for ; Wed, 27 Jan 2016 01:30:42 +0000 (UTC) Received: (qmail 52569 invoked by uid 99); 27 Jan 2016 01:30:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2016 01:30:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 97567E0092; Wed, 27 Jan 2016 01:30:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: todd@apache.org To: commits@kudu.incubator.apache.org Date: Wed, 27 Jan 2016 01:30:41 -0000 Message-Id: <796bc3e8d5024bb1af01344233b21957@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-kudu git commit: docs: remove Debian 7 support Repository: incubator-kudu Updated Branches: refs/heads/master c7a9b1211 -> a12d87e49 docs: remove Debian 7 support I've added a separate entry to faq.md in the website that lists unsupported distributions. Change-Id: I12473877596b096939704b5913b5302190a81789 Reviewed-on: http://gerrit.cloudera.org:8080/1898 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/c555103c Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/c555103c Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/c555103c Branch: refs/heads/master Commit: c555103cd9589f98fd025ce1f6dff705ddc4f057 Parents: c7a9b12 Author: Adar Dembo Authored: Mon Jan 25 16:51:10 2016 -0800 Committer: Adar Dembo Committed: Tue Jan 26 22:16:58 2016 +0000 ---------------------------------------------------------------------- docs/installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c555103c/docs/installation.adoc ---------------------------------------------------------------------- diff --git a/docs/installation.adoc b/docs/installation.adoc index 60d0275..b36abff 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -46,7 +46,7 @@ three tablet servers is necessary. .Operating System Requirements Linux:: - - RHEL 6, RHEL 7, Debian 7 (Wheezy), Ubuntu 14.04 (Trusty), or SLES 12. + - RHEL 6, RHEL 7, Ubuntu 14.04 (Trusty), or SLES 12. - A kernel and fileystem 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