This is an automated email from the ASF dual-hosted git repository.

billyliu pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new 337f2d0  KYLIN-3305 Fix typos `kylin.job.run.as.remote.cmd` to 
`kylin.job.use-remote-cli`
337f2d0 is described below

commit 337f2d07599b90063ce0ecb5e45b2107dd78e63c
Author: Yongjie Zhao <yongjie.z...@gmail.com>
AuthorDate: Wed Mar 21 13:33:20 2018 +0800

    KYLIN-3305 Fix typos `kylin.job.run.as.remote.cmd` to 
`kylin.job.use-remote-cli`
---
 website/_dev/dev_env.md    | 2 +-
 website/_dev/howto_test.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/_dev/dev_env.md b/website/_dev/dev_env.md
index b219f39..e604b81 100644
--- a/website/_dev/dev_env.md
+++ b/website/_dev/dev_env.md
@@ -81,7 +81,7 @@ Local configuration must be modified to point to your hadoop 
sandbox (or CLI) ma
 
 * In **examples/test_case_data/sandbox/kylin.properties**
    * Find `sandbox` and replace with your hadoop hosts (if you're using HDP 
sandbox, this can be skipped)
-   * Find `kylin.job.run.as.remote.cmd` and change it to "true" (in code 
repository the default is false, which assume running it on hadoop CLI)
+   * Find `kylin.job.use-remote-cli` and change it to "true" (in code 
repository the default is false, which assume running it on hadoop CLI)
    * Find `kylin.job.remote.cli.username` and `kylin.job.remote.cli.password`, 
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 `root` 
and password is `hadoop`.
 
 * In **examples/test_case_data/sandbox**
diff --git a/website/_dev/howto_test.md b/website/_dev/howto_test.md
index 88b1649..1d52ef2 100644
--- a/website/_dev/howto_test.md
+++ b/website/_dev/howto_test.md
@@ -52,7 +52,7 @@ If your sandbox is already provisioned and your code change 
will not affect the
 
 ### Cube Provision
 
-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.remot [...]
+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-c [...]
 Try appending `-DfastBuildMode=true` to mvn verify command to speed up 
provision by skipping incremental cubing. 
 
 ## More on v1.3 Mini Cluster

-- 
To stop receiving notification emails like this one, please contact
billy...@apache.org.

Reply via email to