You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/03/14 01:02:27 UTC

[15/47] incubator-kylin git commit: Update install_and_run.md

Update install_and_run.md

update start/stop shell

Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/e6b7e279
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/e6b7e279
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/e6b7e279

Branch: refs/heads/master
Commit: e6b7e2796ab5123c1324cedbfb2f035dd7c0b634
Parents: ef27f3a
Author: Luke Han <lu...@users.noreply.github.com>
Authored: Fri Mar 6 15:03:17 2015 +0800
Committer: Luke Han <lu...@users.noreply.github.com>
Committed: Fri Mar 6 15:03:17 2015 +0800

----------------------------------------------------------------------
 docs/Installation/install_and_run.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/e6b7e279/docs/Installation/install_and_run.md
----------------------------------------------------------------------
diff --git a/docs/Installation/install_and_run.md b/docs/Installation/install_and_run.md
index d634b32..82369eb 100644
--- a/docs/Installation/install_and_run.md
+++ b/docs/Installation/install_and_run.md
@@ -5,8 +5,8 @@
 1. Download the release version(according to the hadoop distribution)
 2. Setup a KYLIN_HOME pointing to the corresponding directory where you extract the release tar
 3. Make sure the user has the privilege to run hadoop, hive and hbase cmd in shell. If you are not so sure, you can just run **bin/check-env.sh**, it will print out the detail information if you have some environment issues.
-4. To start Kylin, simply run **bin/start-kylin.sh**
-5. To stop Kylin, simply run **bin/stop-kylin.sh**
+4. To start Kylin, simply run **bin/kylin.sh start**
+5. To stop Kylin, simply run **bin/kylin.sh stop**
 
 
 If you are running Kylin in a cluster or you have multiple Kylin instances, please make sure you have the following property correctly configured.
@@ -27,8 +27,7 @@ If you are running Kylin in a cluster or you have multiple Kylin instances, plea
 >     │   ├── check-env.sh
 >     │   ├── find-hive-dependency.sh
 >     │   ├── health-check.sh
->     │   ├── start-kylin.sh
->     │   └── stop-kylin.sh
+>     │   └── kylin.sh
 >     │
 >     ├── conf
 >     │   ├── kylin_job_conf.xml