Author: lidong Date: Sun Aug 6 14:00:39 2017 New Revision: 1804233 URL: http://svn.apache.org/viewvc?rev=1804233&view=rev Log: fix org.apache.kylin.tool.StorageCleanupJob, new package name
Modified: kylin/site/docs20/howto/howto_cleanup_storage.html kylin/site/feed.xml Modified: kylin/site/docs20/howto/howto_cleanup_storage.html URL: http://svn.apache.org/viewvc/kylin/site/docs20/howto/howto_cleanup_storage.html?rev=1804233&r1=1804232&r2=1804233&view=diff ============================================================================== --- kylin/site/docs20/howto/howto_cleanup_storage.html (original) +++ kylin/site/docs20/howto/howto_cleanup_storage.html Sun Aug 6 14:00:39 2017 @@ -2707,12 +2707,12 @@ automated garbage collection, it might n 1. Check which resources can be cleanup, this will not remove anything:</p> <div class="highlight"><pre><code class="language-groff" data-lang="groff">export KYLIN_HOME=/path/to/kylin_home -${KYLIN_HOME}/bin/kylin.sh org.apache.kylin.storage.hbase.util.StorageCleanupJob --delete false</code></pre></div> +${KYLIN_HOME}/bin/kylin.sh org.apache.kylin.tool.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">${KYLIN_HOME}/bin/kylin.sh org.apache.kylin.storage.hbase.util.StorageCleanupJob --delete true</code></pre></div> +<div class="highlight"><pre><code class="language-groff" data-lang="groff">${KYLIN_HOME}/bin/kylin.sh org.apache.kylin.tool.StorageCleanupJob --delete true</code></pre></div> <p>On finish, the intermediate HDFS location and HTables should be dropped;</p> Modified: kylin/site/feed.xml URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1804233&r1=1804232&r2=1804233&view=diff ============================================================================== --- kylin/site/feed.xml (original) +++ kylin/site/feed.xml Sun Aug 6 14:00:39 2017 @@ -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>Sun, 30 Jul 2017 20:34:23 -0700</pubDate> - <lastBuildDate>Sun, 30 Jul 2017 20:34:23 -0700</lastBuildDate> + <pubDate>Sun, 06 Aug 2017 06:59:03 -0700</pubDate> + <lastBuildDate>Sun, 06 Aug 2017 06:59:03 -0700</lastBuildDate> <generator>Jekyll v2.5.3</generator> <item>