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 10:00:12 UTC

[48/50] [abbrv] incubator-kylin git commit: update doc

update doc


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/7f367634
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/7f367634
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/7f367634

Branch: refs/heads/0.7
Commit: 7f36763428ad842cb0a93cb4344eef7ca38abd1f
Parents: 840c0c0
Author: honma <ho...@ebay.com>
Authored: Sun Sep 6 14:38:45 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Sun Sep 6 14:38:45 2015 +0800

----------------------------------------------------------------------
 website/_data/docs.yml                       | 2 +-
 website/_docs/howto/howto_cleanup_storage.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7f367634/website/_data/docs.yml
----------------------------------------------------------------------
diff --git a/website/_data/docs.yml b/website/_data/docs.yml
index a1ac243..6de173a 100644
--- a/website/_data/docs.yml
+++ b/website/_data/docs.yml
@@ -49,6 +49,6 @@
   - howto/howto_use_restapi
   - howto/howto_optimize_cubes
   - howto/howto_backup_metadata
-  - howto/howto_backup_hbase
+  - howto/howto_cleanup_storage
   - howto/howto_jdbc
   - howto/howto_upgrade

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7f367634/website/_docs/howto/howto_cleanup_storage.md
----------------------------------------------------------------------
diff --git a/website/_docs/howto/howto_cleanup_storage.md b/website/_docs/howto/howto_cleanup_storage.md
index f8ebb6f..192bc2a 100644
--- a/website/_docs/howto/howto_cleanup_storage.md
+++ b/website/_docs/howto/howto_cleanup_storage.md
@@ -14,7 +14,7 @@ Steps:
 
 1. Check which resources can be cleanup, this will not remove anything: 
 {% highlight Groff markup %}
-hbase org.apache.hadoop.util.RunJar ${KYLIN_HOME}/lib/kylin-job-(version).jar org.apache.kylin.job.hadoop.cube.StorageCleanupJob --delete true
+hbase org.apache.hadoop.util.RunJar ${KYLIN_HOME}/lib/kylin-job-(version).jar org.apache.kylin.job.hadoop.cube.StorageCleanupJob --delete false
 {% endhighlight %}
 
 Here please replace (version) with the specific Kylin jar version in your installation;