Return-Path: X-Original-To: apmail-kylin-commits-archive@minotaur.apache.org Delivered-To: apmail-kylin-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 BAECC17990 for ; Thu, 3 Sep 2015 01:31:34 +0000 (UTC) Received: (qmail 28574 invoked by uid 500); 3 Sep 2015 01:31:34 -0000 Delivered-To: apmail-kylin-commits-archive@kylin.apache.org Received: (qmail 28544 invoked by uid 500); 3 Sep 2015 01:31:34 -0000 Mailing-List: contact commits-help@kylin.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.incubator.apache.org Delivered-To: mailing list commits@kylin.incubator.apache.org Received: (qmail 28535 invoked by uid 99); 3 Sep 2015 01:31:34 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2015 01:31:34 +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 653F0C0E10 for ; Thu, 3 Sep 2015 01:31:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.775 X-Spam-Level: * X-Spam-Status: No, score=1.775 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 0D_TXcXoqqfF for ; Thu, 3 Sep 2015 01:31:33 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id C88FE50764 for ; Thu, 3 Sep 2015 01:31:17 +0000 (UTC) Received: (qmail 27484 invoked by uid 99); 3 Sep 2015 01:31:17 -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; Thu, 03 Sep 2015 01:31:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 47654E7E21; Thu, 3 Sep 2015 01:31:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: liyang@apache.org To: commits@kylin.incubator.apache.org Date: Thu, 03 Sep 2015 01:31:58 -0000 Message-Id: <3fce54967c4743149c65af82d35d76aa@git.apache.org> In-Reply-To: <7f91d4739d6c40a6b8ff689bc85efab5@git.apache.org> References: <7f91d4739d6c40a6b8ff689bc85efab5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [43/50] [abbrv] incubator-kylin git commit: KYLIN-956 refine document KYLIN-956 refine document Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/f33ad2bb Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/f33ad2bb Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/f33ad2bb Branch: refs/heads/0.7 Commit: f33ad2bb2aa48ee5c62bc2999e548e47e338c31d Parents: ee545da Author: honma Authored: Tue Sep 1 21:21:38 2015 +0800 Committer: honma Committed: Tue Sep 1 21:21:38 2015 +0800 ---------------------------------------------------------------------- website/_docs/install/advance_settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/f33ad2bb/website/_docs/install/advance_settings.md ---------------------------------------------------------------------- diff --git a/website/_docs/install/advance_settings.md b/website/_docs/install/advance_settings.md index d876b8e..b52b3d6 100644 --- a/website/_docs/install/advance_settings.md +++ b/website/_docs/install/advance_settings.md @@ -9,7 +9,7 @@ since: v0.7.1 ## Enabling LZO compression -LZO compression can be leveraged to compress the output of MR jobs, as well as hbase table storage, reducing the storage overhead. By default we do not enable LZO compression in Kylin because hadoop sandbox venders tend to not include LZO in their distributions due to license(GPL) issues. +By default Kylin leverages snappy compression to compress the output of MR jobs, as well as hbase table storage, reducing the storage overhead. We do not choose LZO compression in Kylin because hadoop venders tend to not include LZO in their distributions due to license(GPL) issues. To enable LZO in Kylin, follow these steps: