Author: lidong
Date: Tue Mar 27 14:03:40 2018
New Revision: 1827840

URL: http://svn.apache.org/viewvc?rev=1827840&view=rev
Log:
KYLIN-3305 Fix typos `kylin.job.run.as.remote.cmd` to `kylin.job.use-remote-cli`

Modified:
    kylin/site/development/dev_env.html
    kylin/site/development/howto_test.html
    kylin/site/feed.xml

Modified: kylin/site/development/dev_env.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/dev_env.html?rev=1827840&r1=1827839&r2=1827840&view=diff
==============================================================================
--- kylin/site/development/dev_env.html (original)
+++ kylin/site/development/dev_env.html Tue Mar 27 14:03:40 2018
@@ -626,7 +626,7 @@ chmod 777 /hadoop/hbase/local/jars</code
   <li>In <strong>examples/test_case_data/sandbox/kylin.properties</strong>
     <ul>
       <li>Find <code class="highlighter-rouge">sandbox</code> and replace with 
your hadoop hosts (if you’re using HDP sandbox, this can be skipped)</li>
-      <li>Find <code 
class="highlighter-rouge">kylin.job.run.as.remote.cmd</code> and change it to 
“true” (in code repository the default is false, which assume running it on 
hadoop CLI)</li>
+      <li>Find <code class="highlighter-rouge">kylin.job.use-remote-cli</code> 
and change it to “true” (in code repository the default is false, which 
assume running it on hadoop CLI)</li>
       <li>Find <code 
class="highlighter-rouge">kylin.job.remote.cli.username</code> and <code 
class="highlighter-rouge">kylin.job.remote.cli.password</code>, fill in the 
user name and password used to login hadoop cluster for hadoop command 
execution; If you’re using HDP sandbox, the default username is <code 
class="highlighter-rouge">root</code> and password is <code 
class="highlighter-rouge">hadoop</code>.</li>
     </ul>
   </li>

Modified: kylin/site/development/howto_test.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/howto_test.html?rev=1827840&r1=1827839&r2=1827840&view=diff
==============================================================================
--- kylin/site/development/howto_test.html (original)
+++ kylin/site/development/howto_test.html Tue Mar 27 14:03:40 2018
@@ -628,7 +628,7 @@ If your sandbox is already provisioned a
 
 <h3 id="cube-provision">Cube Provision</h3>
 
-<p>Environment cube provision is indeed running kylin cubing jobs to prepare 
example cubes in the sandbox. These prepared cubes will be used by the ITs. 
Currently provision step is bound with the maven pre-integration-test phase, 
and it contains running BuildCubeWithEngine (HBase required), 
BuildCubeWithStream(Kafka required) and BuildIIWithStream(Kafka Required). You 
can run the mvn commands on you sandbox or your develop computer. For the 
latter case you need to set kylin.job.run.as.remote.cmd=true in 
<strong>$KYLIN_HOME/examples/test_case_data/sandbox/kylin.properties</strong>. 
<br />
+<p>Environment cube provision is indeed running kylin cubing jobs to prepare 
example cubes in the sandbox. These prepared cubes will be used by the ITs. 
Currently provision step is bound with the maven pre-integration-test phase, 
and it contains running BuildCubeWithEngine (HBase required), 
BuildCubeWithStream(Kafka required) and BuildIIWithStream(Kafka Required). You 
can run the mvn commands on you sandbox or your develop computer. For the 
latter case you need to set kylin.job.use-remote-cli=true in 
<strong>$KYLIN_HOME/examples/test_case_data/sandbox/kylin.properties</strong>. 
<br />
 Try appending <code class="highlighter-rouge">-DfastBuildMode=true</code> to 
mvn verify command to speed up provision by skipping incremental cubing.</p>
 
 <h2 id="more-on-v13-mini-cluster">More on v1.3 Mini Cluster</h2>

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1827840&r1=1827839&r2=1827840&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Tue Mar 27 14:03:40 2018
@@ -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, 22 Mar 2018 01:51:49 -0700</pubDate>
-    <lastBuildDate>Thu, 22 Mar 2018 01:51:49 -0700</lastBuildDate>
+    <pubDate>Tue, 27 Mar 2018 06:59:20 -0700</pubDate>
+    <lastBuildDate>Tue, 27 Mar 2018 06:59:20 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to