kylin git commit: update doc with kylin on emr

2018-01-01 Thread shaofengshi
Repository: kylin
Updated Branches:
  refs/heads/document 5889e32d1 -> 18c0fa975


update doc with kylin on emr


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

Branch: refs/heads/document
Commit: 18c0fa975384c0032b098589d5cc1081fbaaa582
Parents: 5889e32
Author: shaofengshi 
Authored: Tue Jan 2 11:02:29 2018 +0800
Committer: shaofengshi 
Committed: Tue Jan 2 11:02:29 2018 +0800

--
 website/_docs21/install/kylin_aws_emr.md | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/18c0fa97/website/_docs21/install/kylin_aws_emr.md
--
diff --git a/website/_docs21/install/kylin_aws_emr.md 
b/website/_docs21/install/kylin_aws_emr.md
index de327eb..55b922a 100644
--- a/website/_docs21/install/kylin_aws_emr.md
+++ b/website/_docs21/install/kylin_aws_emr.md
@@ -5,12 +5,10 @@ categories: install
 permalink: /docs21/install/kylin_aws_emr.html
 ---
 
-Many users run Hadoop on public Cloud like AWS today. Apache Kylin, compiled 
with standard Hadoop/HBase API, support most main stream Hadoop releases; The 
current version Kylin v2.2, supports AWS EMR 5.0 to 5.7. This document 
introduces how to run Kylin on EMR.
-
-For Chinese reader, you can also refer to [this AWS 
blog](https://aws.amazon.com/cn/blogs/china/using-apache-kylin-and-amazon-emr-to-proceed-olap-analysis-on-cloudc/),
 which was written with Kylin 2.0, but the main steps are the same.
+Many users run Hadoop on public Cloud like AWS today. Apache Kylin, compiled 
with standard Hadoop/HBase API, support most main stream Hadoop releases; The 
current version Kylin v2.2, supports AWS EMR 5.0 to 5.10. This document 
introduces how to run Kylin on EMR.
 
 ### Recommended Version
-* AWS EMR 5.7
+* AWS EMR 5.7 (for EMR 5.8 and above, please check 
[KYLIN-3129](https://issues.apache.org/jira/browse/KYLIN-3129))
 * Apache Kylin v2.2.0 for HBase 1.x
 
 ### Start EMR cluster



[4/4] kylin git commit: Update doc layout

2017-08-31 Thread shaofengshi
Update doc layout


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

Branch: refs/heads/document
Commit: c1af8222f1b7d8196a2065e1cf3adfc638730cb8
Parents: 2291fce
Author: shaofengshi 
Authored: Thu Aug 31 18:57:47 2017 +0800
Committer: shaofengshi 
Committed: Thu Aug 31 18:57:47 2017 +0800

--
 website/_data/docs21.yml| 22 ++
 .../howto/howto_build_cube_with_restapi.md  |  2 +-
 website/_docs21/howto/howto_cleanup_storage.md  |  2 +-
 website/_docs21/howto/howto_jdbc.md |  2 +-
 website/_docs21/howto/howto_ldap_and_sso.md |  2 +-
 .../_docs21/howto/howto_update_coprocessor.md   |  2 +-
 website/_docs21/howto/howto_use_beeline.md  |  2 +-
 website/_docs21/howto/howto_use_restapi.md  | 44 
 website/_docs21/index.md| 16 +++
 website/_docs21/tutorial/acl.md |  2 +-
 website/_docs21/tutorial/create_cube.md |  2 +-
 website/_docs21/tutorial/cube_build_job.md  |  2 +-
 .../_docs21/tutorial/cube_build_performance.md  |  2 +-
 website/_docs21/tutorial/flink.md   |  2 +-
 website/_docs21/tutorial/hue.md |  2 +-
 website/_docs21/tutorial/microstrategy.md   |  2 +-
 website/_docs21/tutorial/squirrel.md|  2 +-
 website/_docs21/tutorial/web.md |  2 +-
 18 files changed, 80 insertions(+), 32 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/c1af8222/website/_data/docs21.yml
--
diff --git a/website/_data/docs21.yml b/website/_data/docs21.yml
index 3f3380f..90acd70 100644
--- a/website/_data/docs21.yml
+++ b/website/_data/docs21.yml
@@ -19,11 +19,11 @@
   docs:
   - index
   - release_notes
+  - gettingstarted/concepts
+  - gettingstarted/terminology
   - gettingstarted/faq
   - gettingstarted/events
   - gettingstarted/best_practices
-  - gettingstarted/terminology
-  - gettingstarted/concepts
 
 - title: Installation
   docs:
@@ -37,25 +37,29 @@
 - title: Tutorial
   docs:
   - tutorial/kylin_sample
+  - tutorial/web
   - tutorial/create_cube
   - tutorial/cube_build_job
-  - tutorial/cube_spark
   - tutorial/acl
-  - tutorial/web
+  - tutorial/cube_spark
+  - tutorial/cube_build_performance
+
+- title: Integration
+  docs:
+  - tutorial/odbc
+  - howto/howto_jdbc
   - tutorial/tableau
   - tutorial/tableau_91
   - tutorial/powerbi
-  - tutorial/odbc
-  - tutorial/flink
+  - tutorial/microstrategy
   - tutorial/squirrel
-  - tutorial/cube_build_performance
+  - tutorial/flink
   - tutorial/hue
 
 - title: How To
   docs:
-  - howto/howto_build_cube_with_restapi
-  - howto/howto_use_restapi_in_js
   - howto/howto_use_restapi
+  - howto/howto_build_cube_with_restapi
   - howto/howto_optimize_cubes
   - howto/howto_optimize_build
   - howto/howto_backup_metadata

http://git-wip-us.apache.org/repos/asf/kylin/blob/c1af8222/website/_docs21/howto/howto_build_cube_with_restapi.md
--
diff --git a/website/_docs21/howto/howto_build_cube_with_restapi.md 
b/website/_docs21/howto/howto_build_cube_with_restapi.md
index 9092afe..8808b7b 100644
--- a/website/_docs21/howto/howto_build_cube_with_restapi.md
+++ b/website/_docs21/howto/howto_build_cube_with_restapi.md
@@ -1,6 +1,6 @@
 ---
 layout: docs21
-title:  Build Cube with RESTful API
+title:  Build Cube with API
 categories: howto
 permalink: /docs21/howto/howto_build_cube_with_restapi.html
 ---

http://git-wip-us.apache.org/repos/asf/kylin/blob/c1af8222/website/_docs21/howto/howto_cleanup_storage.md
--
diff --git a/website/_docs21/howto/howto_cleanup_storage.md 
b/website/_docs21/howto/howto_cleanup_storage.md
index 323e138..f488040 100644
--- a/website/_docs21/howto/howto_cleanup_storage.md
+++ b/website/_docs21/howto/howto_cleanup_storage.md
@@ -1,6 +1,6 @@
 ---
 layout: docs21
-title:  Cleanup Storage (HDFS & HBase)
+title:  Cleanup Storage
 categories: howto
 permalink: /docs21/howto/howto_cleanup_storage.html
 ---

http://git-wip-us.apache.org/repos/asf/kylin/blob/c1af8222/website/_docs21/howto/howto_jdbc.md
--
diff --git a/website/_docs21/howto/howto_jdbc.md 
b/website/_docs21/howto/howto_jdbc.md
index f2fd6f0..4885a84 100644
--- a/website/_docs21/howto/howto_jdbc.md
+++ b/website/_docs21/howto/howto_jdbc.md
@@ -1,6 +1,6 @@
 ---
 layout: docs21
-title:  Use JDBC Driver
+title:  Kylin JDBC Driver
 categories: howto

kylin git commit: update doc link

2017-03-06 Thread shaofengshi
Repository: kylin
Updated Branches:
  refs/heads/document c14034a64 -> f610e3979


update doc link


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

Branch: refs/heads/document
Commit: f610e3979c5f93580e4d395479c4c0ab1c933188
Parents: c14034a
Author: shaofengshi 
Authored: Tue Mar 7 07:53:08 2017 +0800
Committer: shaofengshi 
Committed: Tue Mar 7 07:53:08 2017 +0800

--
 website/_docs16/tutorial/cube_spark.md  | 42 ++--
 .../blog/2017-02-25-v2.0.0-beta-ready.cn.md |  8 +---
 .../_posts/blog/2017-02-25-v2.0.0-beta-ready.md |  8 +---
 3 files changed, 23 insertions(+), 35 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/f610e397/website/_docs16/tutorial/cube_spark.md
--
diff --git a/website/_docs16/tutorial/cube_spark.md 
b/website/_docs16/tutorial/cube_spark.md
index a9b7a0d..41d800d 100644
--- a/website/_docs16/tutorial/cube_spark.md
+++ b/website/_docs16/tutorial/cube_spark.md
@@ -4,14 +4,14 @@ title:  Build Cube with Spark (beta)
 categories: tutorial
 permalink: /docs16/tutorial/cube_spark.html
 ---
-Kylin v2.0 introduces the Spark cube engine, it uses Apache Spark to replace 
MapReduce in the build cube step; You can check [this 
blog](/blog/2017/02/23/by-layer-spark-cubing/) for the high level design. The 
current document uses the sample cube to demo how to try the new engine.
+Kylin v2.0 introduces the Spark cube engine, it uses Apache Spark to replace 
MapReduce in the build cube step; You can check [this 
blog](/blog/2017/02/23/by-layer-spark-cubing/) for an overall picture. The 
current document uses the sample cube to demo how to try the new engine.
 
 ## Preparation
-To finish this tutorial, you need a Hadoop environment which has Kylin v2.0.0 
or above installed. Here we will use Hortonworks HDP 2.4 Sandbox VM, the Hadoop 
platform as well as HBase has already been started. 
+To finish this tutorial, you need a Hadoop environment which has Kylin v2.0.0 
or above installed. Here we will use Hortonworks HDP 2.4 Sandbox VM, the Hadoop 
components as well as Hive/HBase has already been started. 
 
 ## Install Kylin v2.0.0 beta
 
-Download the Kylin v2.0.0 beta for HBase 1.x from Kylin's download page, and 
then uncompress the tar ball in */usr/local/* folder:
+Download the Kylin v2.0.0 beta for HBase 1.x from Kylin's download page, and 
then uncompress the tar ball into */usr/local/* folder:
 
 {% highlight Groff markup %}
 
@@ -24,7 +24,7 @@ export KYLIN_HOME=/usr/local/apache-kylin-2.0.0-SNAPSHOT-bin
 
 ## Prepare "kylin.env.hadoop-conf-dir"
 
-To run Spark on Yarn, need specify *HADOOP_CONF_DIR* environment variable, 
which is the directory that contains the (client side) configuration files for 
the Hadoop cluster. In many Hadoop distributions these files are in 
"/etc/hadoop/conf"; But Kylin not only need access HDFS, Hive, but also HBase, 
so the default path might not have all necessary files. In this case, you need 
create a new directory and then copying or linking all the client files 
(core-site.xml, yarn-site.xml, hive-site.xml and hbase-site.xml) there. In HDP 
2.4, there is a conflict between hive-tez and Spark, so need change the default 
engine from *tez* to *mr* when copy for Kylin.
+To run Spark on Yarn, need specify **HADOOP_CONF_DIR** environment variable, 
which is the directory that contains the (client side) configuration files for 
Hadoop. In many Hadoop distributions the directory is "/etc/hadoop/conf"; But 
Kylin not only need access HDFS, Yarn and Hive, but also HBase, so the default 
directory might not have all necessary files. In this case, you need create a 
new directory and then copying or linking those client files (core-site.xml, 
yarn-site.xml, hive-site.xml and hbase-site.xml) there. In HDP 2.4, there is a 
conflict between hive-tez and Spark, so need change the default engine from 
"tez" to "mr" when copy for Kylin.
 
 {% highlight Groff markup %}
 
@@ -33,23 +33,23 @@ ln -s /etc/hadoop/conf/core-site.xml 
$KYLIN_HOME/hadoop-conf/core-site.xml
 ln -s /etc/hadoop/conf/yarn-site.xml $KYLIN_HOME/hadoop-conf/yarn-site.xml 
 ln -s /etc/hbase/2.4.0.0-169/0/hbase-site.xml 
$KYLIN_HOME/hadoop-conf/hbase-site.xml 
 cp /etc/hive/2.4.0.0-169/0/hive-site.xml $KYLIN_HOME/hadoop-conf/hive-site.xml 
-vi $KYLIN_HOME/hadoop-conf/hive-site.xml (change "hive.execution.engine" from 
"tez" to "mr")
+vi $KYLIN_HOME/hadoop-conf/hive-site.xml (change "hive.execution.engine" value 
from "tez" to "mr")
 
 {% endhighlight %}
 
-Now, let Kylin know this directory with 

kylin git commit: update doc: advanced_settings.md

2016-10-12 Thread shaofengshi
Repository: kylin
Updated Branches:
  refs/heads/document bf9783975 -> 37d31e31a


update doc: advanced_settings.md


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

Branch: refs/heads/document
Commit: 37d31e31abef1a4dcbbeb75c222fa7a5e8fd49e4
Parents: bf97839
Author: shaofengshi 
Authored: Wed Oct 12 23:14:52 2016 +0800
Committer: shaofengshi 
Committed: Wed Oct 12 23:14:52 2016 +0800

--
 website/images/install/overwrite_config.png | Bin 0 -> 103735 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/37d31e31/website/images/install/overwrite_config.png
--
diff --git a/website/images/install/overwrite_config.png 
b/website/images/install/overwrite_config.png
new file mode 100644
index 000..8f0b9c9
Binary files /dev/null and b/website/images/install/overwrite_config.png differ



kylin git commit: update doc

2016-09-26 Thread shaofengshi
Repository: kylin
Updated Branches:
  refs/heads/document 9c5d7bbf1 -> a082402e5


update doc


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

Branch: refs/heads/document
Commit: a082402e5f96fa10047189e64b926a9d789b1549
Parents: 9c5d7bb
Author: shaofengshi 
Authored: Mon Sep 26 22:36:09 2016 +0800
Committer: shaofengshi 
Committed: Mon Sep 26 22:36:09 2016 +0800

--
 website/_dev/howto_release.md  | 22 ++-
 website/_docs15/howto/howto_use_restapi.md | 52 ++---
 2 files changed, 41 insertions(+), 33 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/a082402e/website/_dev/howto_release.md
--
diff --git a/website/_dev/howto_release.md b/website/_dev/howto_release.md
index 48f77b8..f00778d 100644
--- a/website/_dev/howto_release.md
+++ b/website/_dev/howto_release.md
@@ -122,6 +122,11 @@ $ read -s GPG_PASSPHRASE
 $ git clean -xf
 $ mvn clean
 
+# Make sure all unit tests are passed
+$ mvn test
+ 
+# Check the `org.apache.kylin.common.KylinVersion` class, ensure the value of 
`CURRENT_KYLIN_VERSION` is the release version. 
+
 # Fix any license issues as reported by target/rat.txt
 $ mvn -Papache-release -DskipTests -Dgpg.passphrase=${GPG_PASSPHRASE} install
 {% endhighlight %}
@@ -151,7 +156,7 @@ $ read -s GPG_PASSPHRASE
 $ git clean -xf
 $ mvn clean
 
-# Do a dry run of the release:prepare step, which sets version numbers.
+# Optionally, do a dry run of the release:prepare step, which sets version 
numbers.
 $ mvn -DdryRun=true -DskipTests -DreleaseVersion=X.Y.Z 
-DdevelopmentVersion=(X.Y.Z+1)-SNAPSHOT -Papache-release 
-Darguments="-Dgpg.passphrase=${GPG_PASSPHRASE}" release:prepare 2>&1 | tee 
/tmp/prepare-dry.log
 {% endhighlight %}
 
@@ -177,7 +182,7 @@ __Run real release:__
 Now, run the release for real.  
 {% highlight bash %}
 # Prepare sets the version numbers, creates a tag, and pushes it to git.
-$ mvn -DskipTests -DreleaseVersion=X.Y.Z 
-DdevelopmentVersion=(X.Y.Z+1)-SNAPSHOT -Papache-release 
-Darguments="-Dgpg.passphrase=${GPG_PASSPHRASE}" release:prepare
+$ mvn -DskipTests -DreleaseVersion=X.Y.Z 
-DdevelopmentVersion=(X.Y.Z+1)-SNAPSHOT -Papache-release 
-Darguments="-Dgpg.passphrase=${GPG_PASSPHRASE} -DskipTests" release:prepare
 
 # Perform checks out the tagged version, builds, and deploys to the staging 
repository
 $ mvn -DskipTests -Papache-release 
-Darguments="-Dgpg.passphrase=${GPG_PASSPHRASE} -DskipTests" release:perform
@@ -220,8 +225,8 @@ __Cleaning up after a failed release attempt:__
 $ git tag
 
 # If the tag exists, delete it locally and remotely
-$ git tag -d apache-kylin-X.Y.Z
-$ git push origin :refs/tags/apache-kylin-X.Y.Z
+$ git tag -d kylin-X.Y.Z
+$ git push origin :refs/tags/kylin-X.Y.Z
 
 # Remove modified files
 $ mvn release:clean
@@ -283,7 +288,7 @@ Release vote on dev list, use the commit id that generated 
by Maven release plug
 
 {% highlight text %}
 To: d...@kylin.apache.org
-Subject: [VOTE] Release apache-kylin-X.Y.Z (release candidate N)
+Subject: [VOTE] Release apache-kylin-X.Y.Z (RC[N])
 
 Hi all,
 
@@ -306,8 +311,6 @@ The artifacts to be voted on are located here:
 https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-X.Y.Z-rcN/
 
 The hashes of the artifacts are as follows:
-src.zip.md5 xxx
-src.zip.sha1 xxx
 src.tar.gz.md5 xxx
 src.tar.gz.sha1 xxx
 
@@ -331,13 +334,12 @@ Here is my vote:
 
 +1 (binding)
 
-Luke
 
 {% endhighlight %}
 
 After vote finishes, send out the result:  
 {% highlight text %}
-Subject: [RESULT] [VOTE] Release apache-kylin-X.Y.Z (release candidate N)
+Subject: [RESULT] [VOTE] Release apache-kylin-X.Y.Z (RC[N])
 To: d...@kylin.apache.org
 
 Thanks to everyone who has tested the release candidate and given
@@ -446,7 +448,7 @@ Here is a sample of announcement email (by studying 
Kafka's):
 {% highlight text %} 
 The Apache Kylin team is pleased to announce the immediate availability of the 
x.y.z release. 
 
-This is a bug fix release based on 1.5.2; All of the changes in this release 
can be found in:
+This is a bug fix release based on 1.5.2.1; All of the changes in this release 
can be found in:
 https://kylin.apache.org/docs15/release_notes.html
 
 You can download the source release and binary packages from 

http://git-wip-us.apache.org/repos/asf/kylin/blob/a082402e/website/_docs15/howto/howto_use_restapi.md
--
diff --git a/website/_docs15/howto/howto_use_restapi.md 
b/website/_docs15/howto/howto_use_restapi.md
index 5638a8a..622a8e1 100644
--- 

kylin git commit: update doc for kylin on docker

2016-08-08 Thread shaofengshi
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 
Authored: Mon Aug 8 22:33:37 2016 +0800
Committer: shaofengshi 
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://:8080
-{% endhighlight %}
-Use `admin/admin` to login. Make sure HBase is running. 
-
-{% highlight Groff markup %}
-#Kylin Dashboard
-http://: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 000..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/).



kylin git commit: update doc for deploy cluster

2016-05-17 Thread mahongbin
Repository: kylin
Updated Branches:
  refs/heads/document 4841ea0d3 -> c27d818b5


update doc for deploy cluster


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

Branch: refs/heads/document
Commit: c27d818b510bbe03e089a11dbfea202ac0f6ff57
Parents: 4841ea0
Author: Hongbin Ma 
Authored: Wed May 18 11:31:31 2016 +0800
Committer: Hongbin Ma 
Committed: Wed May 18 11:31:31 2016 +0800

--
 website/_docs15/install/kylin_cluster.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/c27d818b/website/_docs15/install/kylin_cluster.md
--
diff --git a/website/_docs15/install/kylin_cluster.md 
b/website/_docs15/install/kylin_cluster.md
index 0da35fe..97947be 100644
--- a/website/_docs15/install/kylin_cluster.md
+++ b/website/_docs15/install/kylin_cluster.md
@@ -18,15 +18,15 @@ A typical scenario is depicted in the following chart:
 
 ### Setting up Multiple Kylin REST servers
 
-If you are running Kylin in a cluster or you have multiple Kylin REST server 
instances, please make sure you have the following property correctly 
configured in ${KYLIN_HOME}/conf/kylin.properties
+If you are running Kylin in a cluster where you have multiple Kylin REST 
server instances, please make sure you have the following property correctly 
configured in ${KYLIN_HOME}/conf/kylin.properties for EVERY server instance.
 
 1. kylin.rest.servers 
List of web servers in use, this enables one web server instance to 
sync up with other servers. For example: 
kylin.rest.servers=sandbox1:7070,sandbox2:7070
   
 2. kylin.server.mode
-   Make sure there is only one instance whose "kylin.server.mode" is set 
to "all" if there are multiple instances.
+   Make sure there is only one instance whose "kylin.server.mode" is set 
to "all"(or "job"), others should be "query"

 ## Setup load balancer 
 
 To enable Kylin high availability, you need setup a load balancer in front of 
these servers, let it routing the incoming requests to the cluster. Client 
sides send all requests to the load balancer, instead of talk with a specific 
instance. 
-   
\ No newline at end of file
+   



kylin git commit: update doc

2016-03-16 Thread mahongbin
Repository: kylin
Updated Branches:
  refs/heads/document 38b9275b8 -> f1bbf893a


update doc


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

Branch: refs/heads/document
Commit: f1bbf893a18ef90b9b3134d4de8b907dee0e0d29
Parents: 38b9275
Author: Hongbin Ma 
Authored: Wed Mar 16 19:16:55 2016 +0800
Committer: Hongbin Ma 
Committed: Wed Mar 16 19:16:55 2016 +0800

--
 website/_posts/blog/2016-03-16-release-v1.3.0.cn.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/f1bbf893/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
--
diff --git a/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md 
b/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
index b6571f7..30e43b8 100644
--- a/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
+++ b/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
@@ -31,8 +31,8 @@ __新功能__
 __改进__
 
 * HiveColumnCardinalityJob使用conf/kylin_job_conf.xml下的配置 
[KYLIN-955](https://issues.apache.org/jira/browse/KYLIN-955)
-* RM从RM获取状态时支持kerberos 
[KYLIN-1014](https://issues.apache.org/jira/browse/KYLIN-1014)
-* 选择模式选择hive的表 
[KYLIN-1074](https://issues.apache.org/jira/browse/KYLIN-1074)
+* 从RM获取状态时支持kerberos 
[KYLIN-1014](https://issues.apache.org/jira/browse/KYLIN-1014)
+* 允许通过选择模式来选择hive的表 
[KYLIN-1074](https://issues.apache.org/jira/browse/KYLIN-1074)
 * hive的依赖加入到tmpjars 
[KYLIN-1082](https://issues.apache.org/jira/browse/KYLIN-1082)
 * cube创建cube时简化filter输入 
[KYLIN-1132](https://issues.apache.org/jira/browse/KYLIN-1132)
 * 增强project级别的ACL 
[KYLIN-1201](https://issues.apache.org/jira/browse/KYLIN-1201)



kylin git commit: update doc

2016-03-16 Thread mahongbin
Repository: kylin
Updated Branches:
  refs/heads/document 9dba44fff -> 38b9275b8


update doc


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

Branch: refs/heads/document
Commit: 38b9275b88699be89b32f139b87bfd5cad3c645e
Parents: 9dba44f
Author: Hongbin Ma 
Authored: Wed Mar 16 19:11:20 2016 +0800
Committer: Hongbin Ma 
Committed: Wed Mar 16 19:11:20 2016 +0800

--
 website/_posts/blog/2015-12-23-release-v1.2.cn.md   | 4 ++--
 website/_posts/blog/2016-03-16-release-v1.3.0.cn.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/38b9275b/website/_posts/blog/2015-12-23-release-v1.2.cn.md
--
diff --git a/website/_posts/blog/2015-12-23-release-v1.2.cn.md 
b/website/_posts/blog/2015-12-23-release-v1.2.cn.md
index 37d12f0..08456a1 100644
--- a/website/_posts/blog/2015-12-23-release-v1.2.cn.md
+++ b/website/_posts/blog/2015-12-23-release-v1.2.cn.md
@@ -8,7 +8,7 @@ categories: blog
 
 Apache Kylin社区非常高兴宣布Apache Kylin 
v1.2正式发布,这是自顺利毕业成Apache顶级项目后的第一个发布版本。
  
-Apache 
Kylin一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持è¶
…大规模数据,最初由eBay Inc. 开发并贡献至开源社区。
+Apache 
Kylin是一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持è¶
…大规模数据,最初由eBay Inc. 开发并贡献至开源社区。
 
 下载Apache Kylin v1.2源代码及二进制安装包, 
 请访问[下载](http://kylin.apache.org/cn/download/)页面.
@@ -51,4 +51,4 @@ __支持__
 或者  
 发送邮件到Apache Kylin邮件列表: 
[d...@kylin.apache.org](mailto:d...@kylin.apache.org)  
 
-_感谢每一位朋友的参与和贡献!_
\ No newline at end of file
+_感谢每一位朋友的参与和贡献!_

http://git-wip-us.apache.org/repos/asf/kylin/blob/38b9275b/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
--
diff --git a/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md 
b/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
index 3d465a0..b6571f7 100644
--- a/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
+++ b/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
@@ -8,7 +8,7 @@ categories: blog
 
 Apache Kylin社区非常高兴宣布Apache Kylin 
v1.3.0正式发布,这是自顺利毕业成Apache顶级项目后的第二个发布版本。
 
-Apache 
Kylin一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持è¶
…大规模数据,最初由eBay Inc. 开发并贡献至开源社区。
+Apache 
Kylin是一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持è¶
…大规模数据,最初由eBay Inc. 开发并贡献至开源社区。
 
 下载Apache Kylin v1.3.0源代码及二进制安装包,
 请访问[下载](http://kylin.apache.org/cn/download/)页面.



kylin git commit: update doc

2016-03-16 Thread mahongbin
Repository: kylin
Updated Branches:
  refs/heads/document ebea4878b -> 9dba44fff


update doc


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

Branch: refs/heads/document
Commit: 9dba44fff16b9a2968c5165398270f58ad21af7d
Parents: ebea487
Author: Hongbin Ma 
Authored: Wed Mar 16 19:06:59 2016 +0800
Committer: Hongbin Ma 
Committed: Wed Mar 16 19:06:59 2016 +0800

--
 website/_posts/blog/2016-03-16-release-v1.3.0.cn.md | 4 ++--
 website/_posts/blog/2016-03-16-release-v1.3.0.md| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/9dba44ff/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
--
diff --git a/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md 
b/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
index 2dbfd45..3d465a0 100644
--- a/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
+++ b/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
@@ -6,11 +6,11 @@ author: Hongbin Ma
 categories: blog
 ---
 
-Apache Kylin社区非常高兴宣布Apache Kylin 
v1.3正式发布,这是自顺利毕业成Apache顶级项目后的第二个发布版本。
+Apache Kylin社区非常高兴宣布Apache Kylin 
v1.3.0正式发布,这是自顺利毕业成Apache顶级项目后的第二个发布版本。
 
 Apache 
Kylin一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持è¶
…大规模数据,最初由eBay Inc. 开发并贡献至开源社区。
 
-下载Apache Kylin v1.2源代码及二进制安装包,
+下载Apache Kylin v1.3.0源代码及二进制安装包,
 请访问[下载](http://kylin.apache.org/cn/download/)页面.
 
 
这是一个主要的版本发布带来了更稳定,健壮及更好管理的版本,Apache
 Kylin社区解决了57个issue,包
括Bug修复,功能增强及一些新特性等。

http://git-wip-us.apache.org/repos/asf/kylin/blob/9dba44ff/website/_posts/blog/2016-03-16-release-v1.3.0.md
--
diff --git a/website/_posts/blog/2016-03-16-release-v1.3.0.md 
b/website/_posts/blog/2016-03-16-release-v1.3.0.md
index 2cb13db..ca1f139 100644
--- a/website/_posts/blog/2016-03-16-release-v1.3.0.md
+++ b/website/_posts/blog/2016-03-16-release-v1.3.0.md
@@ -6,7 +6,7 @@ author: Hongbin Ma
 categories: blog
 ---
 
-The Apache Kylin community is pleased to announce the release of Apache Kylin 
v1.3, the second release after graduation.
+The Apache Kylin community is pleased to announce the release of Apache Kylin 
v1.3.0, the second release after graduation.
 
 Apache Kylin is an open source Distributed Analytics Engine designed to 
provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop 
supporting extremely large datasets, original contributed from eBay Inc.
 



[1/2] kylin git commit: update doc for v1.5

2016-03-16 Thread shaofengshi
Repository: kylin
Updated Branches:
  refs/heads/document ff54ee5c7 -> a7502ea6e


http://git-wip-us.apache.org/repos/asf/kylin/blob/a7502ea6/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/1
 action-build.png
--
diff --git 
a/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/1 
action-build.png 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/1 
action-build.png
new file mode 100644
index 000..b240f2f
Binary files /dev/null and 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/1 
action-build.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a7502ea6/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/10
 cube-segment.png
--
diff --git 
a/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/10 
cube-segment.png 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/10 
cube-segment.png
new file mode 100644
index 000..4b2704c
Binary files /dev/null and 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/10 
cube-segment.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a7502ea6/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/3
 end-date.png
--
diff --git 
a/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/3 
end-date.png 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/3 
end-date.png
new file mode 100644
index 000..0ff457a
Binary files /dev/null and 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/3 
end-date.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a7502ea6/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/4
 jobs-page.png
--
diff --git 
a/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/4 
jobs-page.png 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/4 
jobs-page.png
new file mode 100644
index 000..2dd941f
Binary files /dev/null and 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/4 
jobs-page.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a7502ea6/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/5
 job-progress.png
--
diff --git 
a/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/5 
job-progress.png 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/5 
job-progress.png
new file mode 100644
index 000..c758be9
Binary files /dev/null and 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/5 
job-progress.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a7502ea6/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/6
 discard.png
--
diff --git 
a/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/6 
discard.png 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/6 
discard.png
new file mode 100644
index 000..9241ab2
Binary files /dev/null and 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/6 
discard.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a7502ea6/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/7
 job-steps.png
--
diff --git 
a/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/7 
job-steps.png 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/7 
job-steps.png
new file mode 100644
index 000..e53cebc
Binary files /dev/null and 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/7 
job-steps.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a7502ea6/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/8
 hover-step.png
--
diff --git 
a/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/8 
hover-step.png 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/8 
hover-step.png
new file mode 100644
index 000..e09e082
Binary files /dev/null and 
b/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/8 
hover-step.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a7502ea6/website/images/tutorial/1.5/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9
 log-d.png

[2/2] kylin git commit: update doc for v1.5

2016-03-16 Thread shaofengshi
update doc for v1.5


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

Branch: refs/heads/document
Commit: a7502ea6e339e5b7c580faede1addc81de104dc1
Parents: ff54ee5
Author: shaofengshi 
Authored: Wed Mar 16 17:07:31 2016 +0800
Committer: shaofengshi 
Committed: Wed Mar 16 17:07:40 2016 +0800

--
 website/_docs/gettingstarted/concepts.md|   2 -
 website/_docs/gettingstarted/faq.md |   2 -
 website/_docs/gettingstarted/terminology.md |   3 -
 website/_docs/howto/howto_backup_hbase.md   |   4 +-
 website/_docs/howto/howto_backup_metadata.md|   4 +-
 .../howto/howto_build_cube_with_restapi.md  |   4 +-
 website/_docs/howto/howto_cleanup_storage.md|   4 +-
 website/_docs/howto/howto_jdbc.md   |   4 +-
 website/_docs/howto/howto_ldap_and_sso.md   |   4 +-
 website/_docs/howto/howto_optimize_cubes.md |   4 +-
 website/_docs/howto/howto_upgrade.md|   4 +-
 website/_docs/howto/howto_use_restapi.md|   4 +-
 website/_docs/howto/howto_use_restapi_in_js.md  |   4 +-
 website/_docs/index.md  |  56 +++---
 website/_docs/install/advance_settings.md   |   4 +-
 website/_docs/install/hadoop_evn.md |  33 ++--
 website/_docs/install/index.md  |  12 --
 website/_docs/tutorial/acl.md   |   6 +-
 website/_docs/tutorial/create_cube.md   |   4 +-
 website/_docs/tutorial/cube_build_job.md|   4 +-
 website/_docs/tutorial/kylin_sample.md  |   2 -
 website/_docs/tutorial/odbc.md  |   4 +-
 website/_docs/tutorial/powerbi.md   |   4 +-
 website/_docs/tutorial/tableau.md   |   4 +-
 website/_docs/tutorial/tableau_91.md|   4 +-
 website/_docs/tutorial/web.cn.md|   7 +-
 website/_docs/tutorial/web.md   |  12 +-
 website/_docs15/howto/howto_backup_hbase.md |   2 +-
 website/_docs15/howto/howto_backup_metadata.md  |   3 +-
 .../howto/howto_build_cube_with_restapi.md  |   3 +-
 website/_docs15/howto/howto_cleanup_storage.md  |  10 +-
 website/_docs15/howto/howto_jdbc.md |   3 +-
 website/_docs15/howto/howto_ldap_and_sso.md |   3 +-
 website/_docs15/howto/howto_optimize_cubes.md   |   3 +-
 website/_docs15/howto/howto_upgrade.md  |   2 +-
 website/_docs15/howto/howto_use_restapi.md  |   4 +-
 .../_docs15/howto/howto_use_restapi_in_js.md|   3 +-
 website/_docs15/index.md|  62 +++
 website/_docs15/install/advance_settings.md |   1 -
 website/_docs15/install/hadoop_evn.md   |  28 +--
 website/_docs15/install/index.md|  25 +--
 website/_docs15/install/kylin_cluster.md|   1 -
 website/_docs15/install/kylin_docker.md |  45 -
 website/_docs15/install/manual_install_guide.md |  47 -
 website/_docs15/tutorial/acl.md |   4 +-
 website/_docs15/tutorial/create_cube.md | 184 +--
 website/_docs15/tutorial/cube_build_job.md  |  52 +++---
 website/_docs15/tutorial/kylin_sample.md|   9 +-
 website/_docs15/tutorial/odbc.md|   2 +-
 website/_docs15/tutorial/powerbi.md |   2 +-
 website/_docs15/tutorial/tableau.md |   3 +-
 website/_docs15/tutorial/tableau_91.md  |   3 +-
 website/_docs15/tutorial/web.md |  73 +++-
 .../1 action-build.png  | Bin 0 -> 179836 bytes
 .../10 cube-segment.png | Bin 0 -> 149989 bytes
 .../3 end-date.png  | Bin 0 -> 71940 bytes
 .../4 jobs-page.png | Bin 0 -> 143862 bytes
 .../5 job-progress.png  | Bin 0 -> 144015 bytes
 .../6 discard.png   | Bin 0 -> 156756 bytes
 .../7 job-steps.png | Bin 0 -> 243944 bytes
 .../8 hover-step.png| Bin 0 -> 170826 bytes
 .../9 log-d.png | Bin 0 -> 213990 bytes
 .../9 log.png   | Bin 0 -> 71393 bytes
 .../9 mrjob-d.png   | Bin 0 -> 383848 bytes
 .../9 mrjob.png | Bin 0 -> 74037 bytes
 .../9 parameters-d.png  | Bin 0 -> 199314 bytes
 .../9 parameters.png| Bin 0 -> 74876 bytes
 .../1 manage-prject.png | Bin 0 -> 20645 bytes
 .../10 advanced-agg.png | Bin 0 -> 133261 bytes
 .../10 advanced-rowkey.png  | Bin 0 -> 99149 bytes
 .../10 overview.png