Repository: kylin
Updated Branches:
  refs/heads/document 1dcf042af -> b570ebbbb


KYLIN-2261 revert the document change in KYLIN-2144 because it did not affect 
1.6.x branch


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

Branch: refs/heads/document
Commit: b570ebbbb24740cb46e0601c49efdb952e51555b
Parents: 1dcf042
Author: Hongbin Ma <mahong...@apache.org>
Authored: Sat Dec 10 16:11:36 2016 +0800
Committer: Hongbin Ma <mahong...@apache.org>
Committed: Sat Dec 10 16:11:36 2016 +0800

----------------------------------------------------------------------
 website/_docs16/howto/howto_cleanup_storage.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/b570ebbb/website/_docs16/howto/howto_cleanup_storage.md
----------------------------------------------------------------------
diff --git a/website/_docs16/howto/howto_cleanup_storage.md 
b/website/_docs16/howto/howto_cleanup_storage.md
index 3db5d49..233d32d 100644
--- a/website/_docs16/howto/howto_cleanup_storage.md
+++ b/website/_docs16/howto/howto_cleanup_storage.md
@@ -12,11 +12,11 @@ Steps:
 1. Check which resources can be cleanup, this will not remove anything:
 {% highlight Groff markup %}
 export KYLIN_HOME=/path/to/kylin_home
-${KYLIN_HOME}/bin/kylin.sh org.apache.kylin.tool.StorageCleanupJob --delete 
false
+${KYLIN_HOME}/bin/kylin.sh 
org.apache.kylin.storage.hbase.util.StorageCleanupJob --delete false
 {% endhighlight %}
 Here please replace (version) with the specific Kylin jar version in your 
installation;
 2. You can pickup 1 or 2 resources to check whether they're no longer be 
referred; Then add the "--delete true" option to start the cleanup:
 {% highlight Groff markup %}
-${KYLIN_HOME}/bin/kylin.sh org.apache.kylin.tool.StorageCleanupJob --delete 
true
+${KYLIN_HOME}/bin/kylin.sh 
org.apache.kylin.storage.hbase.util.StorageCleanupJob --delete true
 {% endhighlight %}
 On finish, the intermediate HDFS location and HTables should be dropped;

Reply via email to