Repository: kylin
Updated Branches:
refs/heads/document 0752828a2 -> fe0d56898
minor, fix typo
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/fe0d5689
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/fe0d5689
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/fe0d5689
Branch: refs/heads/document
Commit: fe0d568983d08c28bfefa5ab189518d48315c022
Parents: 0752828
Author: lidongsjtu <lidong@apache.org>
Authored: Mon Feb 15 22:16:04 2016 +0800
Committer: lidongsjtu <lidong@apache.org>
Committed: Mon Feb 15 22:16:04 2016 +0800
----------------------------------------------------------------------
website/_dev/howto_release.md | 2 +-
website/_docs/install/hadoop_evn.md | 4 ++--
website/_docs/install/index.md | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/kylin/blob/fe0d5689/website/_dev/howto_release.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_release.md b/website/_dev/howto_release.md
index cad3901..1346988 100644
--- a/website/_dev/howto_release.md
+++ b/website/_dev/howto_release.md
@@ -44,7 +44,7 @@ Upload key to public server:
`gpg --send-keys YOUR_KEY_HASH`
or Submit key via web:
-Open and Submit to [http://pool.sks-keyservers.net:11371](http://pool.sks-keyservers.net:11371)
(you can pickup any avaliable public key server)
+Open and Submit to [http://pool.sks-keyservers.net:11371](http://pool.sks-keyservers.net:11371)
(you can pickup any available public key server)
Once your key submitted to server, you can verify using following command:
`gpg --recv-keys YOUR_KEY_HASH`
http://git-wip-us.apache.org/repos/asf/kylin/blob/fe0d5689/website/_docs/install/hadoop_evn.md
----------------------------------------------------------------------
diff --git a/website/_docs/install/hadoop_evn.md b/website/_docs/install/hadoop_evn.md
index c67bb50..d15ba72 100644
--- a/website/_docs/install/hadoop_evn.md
+++ b/website/_docs/install/hadoop_evn.md
@@ -17,7 +17,7 @@ We also suggest you using bridged mode instead of NAT mode in your virtual
box s
### Start Hadoop
-Please make sure Hive, HDFS and HBase are available on our CLI machine.
+Please make sure Hive, HDFS and HBase are available on your CLI machine.
If you don't know how, here's a simple tutorial for hortonworks sanbox:
Use ambari helps to launch hadoop:
@@ -25,7 +25,7 @@ Use ambari helps to launch hadoop:
ambari-agent start
ambari-server start
-With both command successfully run you can go to ambari homepage at <http://your_sandbox_ip:8080>
(user:admin,password:admin) to check everything's status. **By default hortonworks ambari
disables Hbase, you'll need manually start the `Hbase` service at ambari homepage.**
+With both commands successfully run you can go to ambari homepage at <http://your_sandbox_ip:8080>
(user:admin,password:admin) to check everything's status. **By default hortonworks ambari
disables Hbase, you'll need manually start the `Hbase` service at ambari homepage.**

http://git-wip-us.apache.org/repos/asf/kylin/blob/fe0d5689/website/_docs/install/index.md
----------------------------------------------------------------------
diff --git a/website/_docs/install/index.md b/website/_docs/install/index.md
index 1ee0af8..984c73a 100644
--- a/website/_docs/install/index.md
+++ b/website/_docs/install/index.md
@@ -9,7 +9,7 @@ since: v0.7.1
### Environment
-Kylin requires a properly setup hadoop environment to run. Following are the minimal request
to run Kylin, for more detial, please check this reference: [Hadoop Environment](hadoop_env.html).
+Kylin requires a properly setup hadoop environment to run. Following are the minimal requests
to run Kylin, for more detail, please check this reference: [Hadoop Environment](hadoop_env.html).
## Recommended Hadoop Versions
@@ -21,7 +21,7 @@ Kylin requires a properly setup hadoop environment to run. Following are
the min
_Tested with Hortonworks HDP 2.2 and Cloudera Quickstart VM 5.1_
-It is most common to install Kylin on a Hadoop client machine. It can be used for demo use,
or for those who want to host their own web site to provide Kylin service. The scenario is
depicted as:
+It is the most common to install Kylin on a Hadoop client machine. It can be used for demo
use, or for those who want to host their own web site to provide Kylin service. The scenario
is depicted as:

|