You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/08/08 14:35:20 UTC

kylin git commit: update doc for kylin on docker

Repository: kylin
Updated Branches:
  refs/heads/document 89904496e -> f7deeb11b


update doc for kylin on docker


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

Branch: refs/heads/document
Commit: f7deeb11b5dafd53b8ed8fed05f5830b7d670a72
Parents: 8990449
Author: shaofengshi <sh...@apache.org>
Authored: Mon Aug 8 22:33:37 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Mon Aug 8 22:34:25 2016 +0800

----------------------------------------------------------------------
 website/_docs/install/kylin_docker.md   | 37 +---------------------------
 website/_docs15/index.md                |  1 +
 website/_docs15/install/kylin_docker.md | 10 ++++++++
 3 files changed, 12 insertions(+), 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/f7deeb11/website/_docs/install/kylin_docker.md
----------------------------------------------------------------------
diff --git a/website/_docs/install/kylin_docker.md b/website/_docs/install/kylin_docker.md
index 1861d08..56d077b 100644
--- a/website/_docs/install/kylin_docker.md
+++ b/website/_docs/install/kylin_docker.md
@@ -7,40 +7,5 @@ version: v0.6
 since: v0.6
 ---
 
-With help of SequenceIQ, we have put together a fully automated method of creating a Kylin cluster (along with Hadoop, HBase and Hive). The only thing you will need to do is to pull the container from the official Docker repository by using the commands listed below:
-
-### Pre-Requisite
-
-1. Docker (If you don't have Docker installed, follow this [link](https://docs.docker.com/installation/#installation))
-2. Minimum RAM - 4Gb (We'll be running Kylin, Hadoop, HBase & Hive)
-
-### Installation
-{% highlight Groff markup %}
-docker pull sequenceiq/kylin:0.7.2
-{% endhighlight %}
-
-Once the container is pulled you are ready to start playing with Kylin. Get the following helper functions from our Kylin GitHub [repository](https://github.com/sequenceiq/docker-kylin/blob/master/ambari-functions) - _(make sure you source it)._
-
-{% highlight Groff markup %}
- $ wget https://raw.githubusercontent.com/sequenceiq/docker-kylin/master/ambari-functions
- $ source ambari-functions
-{% endhighlight %}
-{% highlight Groff markup %}
- $ kylin-deploy-cluster 1
-{% endhighlight %}
-
-You can specify the number of nodes you'd like to have in your cluster (1 in this case). Once we installed all the necessary Hadoop
-services we'll build Kylin on top of it and then you can reach the UI on: 
-{% highlight Groff markup %}
-#Ambari Dashboard
-http://<container_ip>:8080
-{% endhighlight %}
-Use `admin/admin` to login. Make sure HBase is running. 
-
-{% highlight Groff markup %}
-#Kylin Dashboard
-http://<container_ip>:7070/kylin
-{% endhighlight %}
-The default credentials to login are: `ADMIN:KYLIN`. 
-The cluster is pre-populated with sample data and is ready to build cubes as shown [here](../tutorial/create_cube.html).
+Apache Kylin runs as a client of Hadoop cluster, so it is reasonable to run within a Docker container; please check [this project](https://github.com/Kyligence/kylin-docker/).
   

http://git-wip-us.apache.org/repos/asf/kylin/blob/f7deeb11/website/_docs15/index.md
----------------------------------------------------------------------
diff --git a/website/_docs15/index.md b/website/_docs15/index.md
index 7ea0b55..c8b5096 100644
--- a/website/_docs15/index.md
+++ b/website/_docs15/index.md
@@ -18,6 +18,7 @@ Installation & Setup
 1. [Installation Guide](install/index.html)
 3. [Advanced settings](install/advance_settings.html)
 4. [Deploy in cluster mode](install/kylin_cluster.html)
+5. [Run Kylin with Docker](install/kylin_docker.html)
 
 
 Tutorial

http://git-wip-us.apache.org/repos/asf/kylin/blob/f7deeb11/website/_docs15/install/kylin_docker.md
----------------------------------------------------------------------
diff --git a/website/_docs15/install/kylin_docker.md b/website/_docs15/install/kylin_docker.md
new file mode 100644
index 0000000..3c94082
--- /dev/null
+++ b/website/_docs15/install/kylin_docker.md
@@ -0,0 +1,10 @@
+---
+layout: docs
+title:  "On Hadoop Kylin installation using Docker"
+categories: install
+permalink: /docs15/install/kylin_docker.html
+version: v1.5.3
+since: v1.5.3
+---
+
+Apache Kylin runs as a client of Hadoop cluster, so it is reasonable to run within a Docker container; please check [this project](https://github.com/Kyligence/kylin-docker/).