From 804e8ef6bcdfdbf38e9eee6abf9c5387854d1bbf Mon Sep 17 00:00:00 2001 From: abansal Date: Thu, 4 Dec 2014 11:16:53 -0800 Subject: [PATCH 1/3] Adding Docker installation related instructions --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69d8a61..770a931 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,16 @@ _Tested with Hortonworks HDP 2.1.3 and Cloudera Quickstart VM 5.1._ ### Installation ### -Depending on different use cases Kylin can be installed differently. There are two major scenarios: +It is very easy to install Kylin for exploration/development. There are 3 possible ways: -#### On-Hadoop-CLI installation #### +1. Quick Start (Docker) +2. Sandbox (HDP or CDH sandbox) +3. Dev Environment (IDE + Sandbox) + +#### Quick Start using Docker #### + + +#### Sandbox (On-Hadoop-CLI installation) #### If you are free to install Kylin on your hadoop CLI machine or Hadoop sandbox, this is the most convenient scenario, for it puts everything in a single machine. @@ -50,7 +57,7 @@ For normal users, the application in the above picture means `Kylin Web`, which For a hands-on tutorial please visit [On-Hadoop-CLI installation](https://github.com/KylinOLAP/Kylin/wiki/On-Hadoop-CLI-installation). -#### Off-Hadoop-CLI Installation #### +#### Dev Environment (Off-Hadoop-CLI Installation) #### This is typically for development environment setup. From fdddaa7460e4e9eec57b9afc315c583995d800e5 Mon Sep 17 00:00:00 2001 From: Ankur Bansal Date: Thu, 4 Dec 2014 11:47:29 -0800 Subject: [PATCH 2/3] Docker related documentation --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 770a931..3110cea 100644 --- a/README.md +++ b/README.md @@ -34,16 +34,22 @@ _Tested with Hortonworks HDP 2.1.3 and Cloudera Quickstart VM 5.1._ - For the quick tutorial, we assume that your hadoop has priviledges disabled which means any user could run hadoop and hive command -### Installation ### - -It is very easy to install Kylin for exploration/development. There are 3 possible ways: +Installation +------------ +It is very easy to install Kylin for exploration/development. There are 3 supported options: 1. Quick Start (Docker) 2. Sandbox (HDP or CDH sandbox) 3. Dev Environment (IDE + Sandbox) -#### Quick Start using Docker #### +#### Quick Start (using Docker) #### +This is the easiest option to try Kylin. We have created docker container for Kylin (along with Hadoop, HBase and Hive) with help of SequenceIQ. The only thing you will need to do is to pull the container from the official Docker repository to be up and running in few minutes. + +Features: +- Size - Light weight compared to downloading and setting up HDP or CDH sandbox. +- Cluster support - Supports multi node installation. +- Fully Automated - No manual steps. One command does it all #### Sandbox (On-Hadoop-CLI installation) #### From 604a5b70a8467ad63ee4bdcd9dcec86badf17dab Mon Sep 17 00:00:00 2001 From: Ankur Bansal Date: Thu, 4 Dec 2014 11:54:48 -0800 Subject: [PATCH 3/3] cleanup of doc --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3110cea..d792030 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ Installation ------------ It is very easy to install Kylin for exploration/development. There are 3 supported options: -1. Quick Start (Docker) -2. Sandbox (HDP or CDH sandbox) +1. Quick Start (Docker) +2. Sandbox (HDP or CDH sandbox) 3. Dev Environment (IDE + Sandbox) #### Quick Start (using Docker) #### @@ -51,6 +51,9 @@ Features: - Cluster support - Supports multi node installation. - Fully Automated - No manual steps. One command does it all +For a hands-on tutorial please visit [Kylin Docker installation](https://github.com/KylinOLAP/Kylin/wiki/On-Hadoop-Kylin-installation-using-Docker). + + #### Sandbox (On-Hadoop-CLI installation) #### If you are free to install Kylin on your hadoop CLI machine or Hadoop sandbox, this is the most convenient scenario, for it puts everything in a single machine. @@ -86,3 +89,5 @@ For a hands-on tutorial please visit [Off-Hadoop-CLI installation](https://githu * Presentation: [Kylin Hadoop OLAP Engine v1.0](https://github.com/KylinOLAP/Kylin/blob/master/docs/Kylin_Hadoop_OLAP_Engine_v1.0.pdf?raw=true) +* Apache Proposal: [Apache Kylin](https://wiki.apache.org/incubator/KylinProposal) +