Author: lidong
Date: Tue Nov  1 10:03:44 2016
New Revision: 1767463

URL: http://svn.apache.org/viewvc?rev=1767463&view=rev
Log:
update doc according to KYLIN-2144

Modified:
    kylin/site/docs16/howto/howto_cleanup_storage.html
    kylin/site/docs16/howto/howto_upgrade.html
    kylin/site/feed.xml

Modified: kylin/site/docs16/howto/howto_cleanup_storage.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs16/howto/howto_cleanup_storage.html?rev=1767463&r1=1767462&r2=1767463&view=diff
==============================================================================
--- kylin/site/docs16/howto/howto_cleanup_storage.html (original)
+++ kylin/site/docs16/howto/howto_cleanup_storage.html Tue Nov  1 10:03:44 2016
@@ -2108,12 +2108,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/docs16/howto/howto_upgrade.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs16/howto/howto_upgrade.html?rev=1767463&r1=1767462&r2=1767463&view=diff
==============================================================================
--- kylin/site/docs16/howto/howto_upgrade.html (original)
+++ kylin/site/docs16/howto/howto_upgrade.html Tue Nov  1 10:03:44 2016
@@ -2249,7 +2249,7 @@ $KYLIN_HOME/bin/metastore.sh restore &lt
 <p>Here is the command to create hybrid model:</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>export 
KYLIN_HOME="&lt;path_of_1_5_0_installation&gt;"
-$KYLIN_HOME/bin/kylin.sh 
org.apache.kylin.storage.hbase.util.ExtendCubeToHybridCLI &lt;project_name&gt; 
&lt;cube_name&gt;
+$KYLIN_HOME/bin/kylin.sh org.apache.kylin.tool.ExtendCubeToHybridCLI 
&lt;project_name&gt; &lt;cube_name&gt;
 </code></pre>
 </div>
 

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1767463&r1=1767462&r2=1767463&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Tue Nov  1 10:03:44 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>Fri, 28 Oct 2016 03:24:28 -0700</pubDate>
-    <lastBuildDate>Fri, 28 Oct 2016 03:24:28 -0700</lastBuildDate>
+    <pubDate>Tue, 01 Nov 2016 10:59:51 -0700</pubDate>
+    <lastBuildDate>Tue, 01 Nov 2016 10:59:51 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to