Author: lidong
Date: Thu Mar  3 04:48:23 2016
New Revision: 1733410

URL: http://svn.apache.org/viewvc?rev=1733410&view=rev
Log:
KYLIN-1459 Update documents due to StorageCleanupJob was moved to package 
org.apache.kylin.storage.hbase.util

Modified:
    kylin/site/docs2/howto/howto_cleanup_storage.html
    kylin/site/feed.xml

Modified: kylin/site/docs2/howto/howto_cleanup_storage.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs2/howto/howto_cleanup_storage.html?rev=1733410&r1=1733409&r2=1733410&view=diff
==============================================================================
--- kylin/site/docs2/howto/howto_cleanup_storage.html (original)
+++ kylin/site/docs2/howto/howto_cleanup_storage.html Thu Mar  3 04:48:23 2016
@@ -1658,7 +1658,7 @@
                                                <div id="pjax">
                                                        <h1 
class="post-title">How to Cleanup Storage (HDFS & HBase Tables)</h1>
                                                                                
                                
-                                                               <p>version: 
v0.7.2, since: v0.7.1</p>
+                                                               <p>version: v2, 
since: v2</p>
                                                        
                                                        <article 
class="post-content" > 
                                                        <p>Kylin will generate 
intermediate files in HDFS during the cube building; Besides, when 
purge/drop/merge cubes, some HBase tables may be left in HBase and will no 
longer be queried; Although Kylin has started to do some <br />
@@ -1667,12 +1667,12 @@ automated garbage collection, it might n
 <p>Steps:<br />
 1. Check which resources can be cleanup, this will not remove anything:</p>
 
-<div class="highlight"><pre><code class="language-groff" 
data-lang="groff">hbase org.apache.hadoop.util.RunJar 
${KYLIN_HOME}/lib/kylin-job-(version).jar 
org.apache.kylin.job.hadoop.cube.StorageCleanupJob --delete 
false</code></pre></div>
+<div class="highlight"><pre><code class="language-groff" 
data-lang="groff">hbase org.apache.hadoop.util.RunJar 
${KYLIN_HOME}/lib/kylin-job-(version).jar 
org.apache.kylin.storage.hbase.util.StorageCleanupJob --delete 
false</code></pre></div>
 
 <p>Here please replace (version) with the specific Kylin jar version in your 
installation;<br />
 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:</p>
 
-<div class="highlight"><pre><code class="language-groff" 
data-lang="groff">hbase org.apache.hadoop.util.RunJar 
${KYLIN_HOME}/lib/kylin-job-(version).jar 
org.apache.kylin.job.hadoop.cube.StorageCleanupJob --delete 
true</code></pre></div>
+<div class="highlight"><pre><code class="language-groff" 
data-lang="groff">hbase org.apache.hadoop.util.RunJar 
${KYLIN_HOME}/lib/kylin-job-(version).jar 
org.apache.kylin.storage.hbase.util.StorageCleanupJob --delete 
true</code></pre></div>
 
 <p>On finish, the intermediate HDFS location and HTables will be dropped;</p>
 

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1733410&r1=1733409&r2=1733410&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Thu Mar  3 04:48:23 2016
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Thu, 03 Mar 2016 04:43:02 -0800</pubDate>
-    <lastBuildDate>Thu, 03 Mar 2016 04:43:02 -0800</lastBuildDate>
+    <pubDate>Thu, 03 Mar 2016 04:46:35 -0800</pubDate>
+    <lastBuildDate>Thu, 03 Mar 2016 04:46:35 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to