You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/09/03 03:31:58 UTC

[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 <ho...@ebay.com>
Authored: Tue Sep 1 21:21:38 2015 +0800
Committer: honma <ho...@ebay.com>
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: