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 2018/01/14 12:28:40 UTC

[4/4] kylin git commit: KYLIN-3154 & KYLIN-3155 review

KYLIN-3154 & KYLIN-3155 review


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

Branch: refs/heads/document
Commit: 2a282eeb87cd44f9398755c0f67d35a761b08a77
Parents: 3decd84
Author: lidongsjtu <li...@apache.org>
Authored: Tue Jan 9 20:06:30 2018 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Sun Jan 14 20:27:13 2018 +0800

----------------------------------------------------------------------
 website/_data/docs21.yml                        |  3 +++
 website/_docs21/howto/howto_setup_systemcube.md |  2 +-
 website/_docs21/howto/howto_use_cube_planner.md |  8 +++++++-
 website/_docs21/howto/howto_use_dashboard.md    | 12 ++++++++++--
 4 files changed, 21 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/2a282eeb/website/_data/docs21.yml
----------------------------------------------------------------------
diff --git a/website/_data/docs21.yml b/website/_data/docs21.yml
index 9a6e4de..1d5e8db 100644
--- a/website/_data/docs21.yml
+++ b/website/_data/docs21.yml
@@ -74,3 +74,6 @@
   - howto/howto_update_coprocessor
   - howto/howto_install_ranger_kylin_plugin
   - howto/howto_enable_zookeeper_acl
+  - howto/howto_setup_systemcube
+  - howto/howto_use_cube_planner
+  - howto/howto_use_dashboard

http://git-wip-us.apache.org/repos/asf/kylin/blob/2a282eeb/website/_docs21/howto/howto_setup_systemcube.md
----------------------------------------------------------------------
diff --git a/website/_docs21/howto/howto_setup_systemcube.md b/website/_docs21/howto/howto_setup_systemcube.md
index e8a46d2..8f05554 100644
--- a/website/_docs21/howto/howto_setup_systemcube.md
+++ b/website/_docs21/howto/howto_setup_systemcube.md
@@ -5,7 +5,7 @@ categories: howto
 permalink: /docs21/howto/howto_setup_systemcube.html
 ---
 
-# Set Up System Cube
+> Available since Apache Kylin v2.3.x
 
 ## What is System Cube
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/2a282eeb/website/_docs21/howto/howto_use_cube_planner.md
----------------------------------------------------------------------
diff --git a/website/_docs21/howto/howto_use_cube_planner.md b/website/_docs21/howto/howto_use_cube_planner.md
index 3ae412c..ab216c2 100644
--- a/website/_docs21/howto/howto_use_cube_planner.md
+++ b/website/_docs21/howto/howto_use_cube_planner.md
@@ -5,6 +5,8 @@ categories: howto
 permalink: /docs21/howto/howto_use_cube_planner.html
 ---
 
+> Available since Apache Kylin v2.3.0
+
 # Cube Planner
 
 ## What is Cube Planner
@@ -15,6 +17,10 @@ Cube Planner makes Apache Kylin to be more resource efficient. It intelligently
 
 ![CubePlanner](/images/CubePlanner/CubePlanner.png)
 
+## Prerequisites
+
+To enable Dashboard on WebUI, you need to set **kylin.cube.cubeplanner.enabled=true** in **kylin.properties**.
+
 ## How to use it
 
 *Note: Cube planner optimization is not suitable for new cube. Cube should be online on production for a while (like 3 months) before optimizing it. So that Kylin platform collects enough real queries from end user and use them to optimize the cube.*  
@@ -124,4 +130,4 @@ c. Click the '**Optimize**' button to optimize the cube.
 
 - User is able to receive an email notification for a cube optimization job.
 
-![optimize email](/images/CubePlanner/optimize_email.png)
\ No newline at end of file
+![optimize email](/images/CubePlanner/optimize_email.png)

http://git-wip-us.apache.org/repos/asf/kylin/blob/2a282eeb/website/_docs21/howto/howto_use_dashboard.md
----------------------------------------------------------------------
diff --git a/website/_docs21/howto/howto_use_dashboard.md b/website/_docs21/howto/howto_use_dashboard.md
index 120f4e2..b90b9f9 100644
--- a/website/_docs21/howto/howto_use_dashboard.md
+++ b/website/_docs21/howto/howto_use_dashboard.md
@@ -5,11 +5,19 @@ categories: howto
 permalink: /docs21/howto/howto_use_dashboard.html
 ---
 
+> Available since Apache Kylin v2.3.0
+
 # Dashboard
 
-As a project owner, cube admin, do you want to know your cube usage metrics? Do you want to know how many queries are against your cube every day? What is the AVG query latency? Do you want to know the AVG cube build time per GB source data, which is very helpful to foresee the time cost of a coming cube build job? You can find all information from Kylin Dashboard. 
+As a project owner, do you want to know your cube usage metrics? Do you want to know how many queries are against your cube every day? What is the AVG query latency? Do you want to know the AVG cube build time per GB source data, which is very helpful to foresee the time cost of a coming cube build job? You can find all information from Kylin Dashboard. 
+
+Kylin Dashboard shows useful cube usage statistics, which are very important to users.
+
+## Prerequisites
 
-Kylin Dashboard shows useful cube usage statistics, which are very important to our customers.
+To enable Dashboard on WebUI, you need to ensure these are all set:
+* Set **kylin.web.dashboard-enabled=true** in **kylin.properties**.
+* Setup system cubes according to ![toturial](howto_setup_systemcube.html).
 
 ## How to use it