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

[33/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/9b805e52
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/9b805e52
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/9b805e52

Branch: refs/heads/0.7
Commit: 9b805e52f511cbcebac1c832820e577ec3b9fd09
Parents: 4e07377
Author: honma <ho...@ebay.com>
Authored: Tue Sep 1 21:21:38 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Sun Sep 6 14:37:59 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/9b805e52/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: