You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/12/25 04:42:51 UTC

[2/2] kylin git commit: add excel and powerbi tutorial, thanks to Dong Li who drafted the raw version

add excel and powerbi tutorial, thanks to Dong Li who drafted the raw version


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

Branch: refs/heads/1.x-staging
Commit: a2fb9dfcde3ad85cb63769740f106ce533531ef8
Parents: e77e542
Author: Luke Han <lu...@apache.org>
Authored: Fri Dec 25 11:36:45 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Fri Dec 25 11:38:47 2015 +0800

----------------------------------------------------------------------
 website/_data/docs.yml                          |   2 +
 website/_docs/tutorial/acl.cn.md                |   2 +-
 website/_docs/tutorial/acl.md                   |   2 +-
 website/_docs/tutorial/create_cube.cn.md        |   2 +-
 website/_docs/tutorial/create_cube.md           |   2 +-
 website/_docs/tutorial/cube_build_job.cn.md     |   2 +
 website/_docs/tutorial/cube_build_job.md        |   2 +-
 website/_docs/tutorial/kylin_sample.md          |   2 +-
 website/_docs/tutorial/odbc.cn.md               |   2 +-
 website/_docs/tutorial/odbc.md                  |   2 +-
 website/_docs/tutorial/powerbi.md               |  55 +++++++++++++++++++
 website/_docs/tutorial/tableau.cn.md            |   4 +-
 website/_docs/tutorial/tableau.md               |   9 ++-
 website/_docs/tutorial/tableau_91.md            |  51 +++++++++++++++++
 website/_docs/tutorial/web.cn.md                |   2 +-
 website/_docs/tutorial/web.md                   |   2 +-
 .../images/tutorial/odbc/ms_tool/Picture1.png   | Bin 0 -> 193409 bytes
 .../images/tutorial/odbc/ms_tool/Picture2.png   | Bin 0 -> 62979 bytes
 .../images/tutorial/odbc/ms_tool/Picture3.png   | Bin 0 -> 178436 bytes
 .../images/tutorial/odbc/ms_tool/Picture4.png   | Bin 0 -> 296377 bytes
 .../images/tutorial/odbc/ms_tool/Picture5.png   | Bin 0 -> 107448 bytes
 .../images/tutorial/odbc/ms_tool/Picture6.png   | Bin 0 -> 61709 bytes
 .../images/tutorial/odbc/ms_tool/Picture7.png   | Bin 0 -> 183660 bytes
 .../images/tutorial/odbc/ms_tool/Picture8.png   | Bin 0 -> 158242 bytes
 website/images/tutorial/odbc/tableau_91/1.png   | Bin 0 -> 117626 bytes
 website/images/tutorial/odbc/tableau_91/2.png   | Bin 0 -> 32326 bytes
 website/images/tutorial/odbc/tableau_91/3.png   | Bin 0 -> 93340 bytes
 website/images/tutorial/odbc/tableau_91/4.png   | Bin 0 -> 85446 bytes
 website/images/tutorial/odbc/tableau_91/5.png   | Bin 0 -> 85900 bytes
 website/images/tutorial/odbc/tableau_91/6.png   | Bin 0 -> 107324 bytes
 website/images/tutorial/odbc/tableau_91/7.png   | Bin 0 -> 112122 bytes
 31 files changed, 128 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_data/docs.yml
----------------------------------------------------------------------
diff --git a/website/_data/docs.yml b/website/_data/docs.yml
index 6de173a..18afa39 100644
--- a/website/_data/docs.yml
+++ b/website/_data/docs.yml
@@ -40,6 +40,8 @@
   - tutorial/acl
   - tutorial/web
   - tutorial/tableau
+  - tutorial/tableau_91
+  - tutorial/powerbi
   - tutorial/odbc
 
 - title: How To

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/acl.cn.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/acl.cn.md b/website/_docs/tutorial/acl.cn.md
index 5aecab6..8145371 100644
--- a/website/_docs/tutorial/acl.cn.md
+++ b/website/_docs/tutorial/acl.cn.md
@@ -3,7 +3,7 @@ layout: docs-cn
 title:  Kylin Cube 权限授予教程
 categories: 教程
 permalink: /cn/docs/tutorial/acl.html
-version: v0.7.2
+version: v1.2
 since: v0.7.1
 ---
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/acl.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/acl.md b/website/_docs/tutorial/acl.md
index 931468a..abe923b 100644
--- a/website/_docs/tutorial/acl.md
+++ b/website/_docs/tutorial/acl.md
@@ -3,7 +3,7 @@ layout: docs
 title:  Kylin Cube Permission Grant Tutorial
 categories: tutorial
 permalink: /docs/tutorial/acl.html
-version: v0.7.2
+version: v1.2
 since: v0.7.1
 ---
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/create_cube.cn.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/create_cube.cn.md b/website/_docs/tutorial/create_cube.cn.md
index d9d2551..909634e 100644
--- a/website/_docs/tutorial/create_cube.cn.md
+++ b/website/_docs/tutorial/create_cube.cn.md
@@ -3,7 +3,7 @@ layout: docs-cn
 title:  "Kylin Cube 创建教程"
 categories: 教程
 permalink: /cn/docs/tutorial/create_cube.html
-version: v0.7.2
+version: v1.2
 since: v0.7.1
 ---
   

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/create_cube.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/create_cube.md b/website/_docs/tutorial/create_cube.md
index 4797833..966cdd5 100644
--- a/website/_docs/tutorial/create_cube.md
+++ b/website/_docs/tutorial/create_cube.md
@@ -3,7 +3,7 @@ layout: docs
 title:  Kylin Cube Creation Tutorial
 categories: tutorial
 permalink: /docs/tutorial/create_cube.html
-version: v0.7.2
+version: v1.2
 since: v0.7.1
 ---
   

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/cube_build_job.cn.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/cube_build_job.cn.md b/website/_docs/tutorial/cube_build_job.cn.md
index 730b0a3..d689e8c 100644
--- a/website/_docs/tutorial/cube_build_job.cn.md
+++ b/website/_docs/tutorial/cube_build_job.cn.md
@@ -3,6 +3,8 @@ layout: docs-cn
 title:  Kylin Cube 建立和Job监控教程
 categories: 教程
 permalink: /cn/docs/tutorial/cube_build_job.html
+version: v1.2
+since: v0.7.1
 ---
 
 ### Cube建立

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/cube_build_job.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/cube_build_job.md b/website/_docs/tutorial/cube_build_job.md
index db182fa..a1b1584 100644
--- a/website/_docs/tutorial/cube_build_job.md
+++ b/website/_docs/tutorial/cube_build_job.md
@@ -3,7 +3,7 @@ layout: docs
 title:  Kylin Cube Build and Job Monitoring Tutorial
 categories: tutorial
 permalink: /docs/tutorial/cube_build_job.html
-version: v0.7.2
+version: v1.2
 since: v0.7.1
 ---
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/kylin_sample.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/kylin_sample.md b/website/_docs/tutorial/kylin_sample.md
index 46f51a2..a6cde53 100644
--- a/website/_docs/tutorial/kylin_sample.md
+++ b/website/_docs/tutorial/kylin_sample.md
@@ -3,7 +3,7 @@ layout: docs
 title:  Quick Start with Sample Cube
 categories: tutorial
 permalink: /docs/tutorial/kylin_sample.html
-version: v0.7.2
+version: v1.2
 since: v0.7.1
 ---
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/odbc.cn.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/odbc.cn.md b/website/_docs/tutorial/odbc.cn.md
index dc7e559..4947494 100644
--- a/website/_docs/tutorial/odbc.cn.md
+++ b/website/_docs/tutorial/odbc.cn.md
@@ -3,7 +3,7 @@ layout: docs-cn
 title:  Kylin ODBC 驱动程序教程
 categories: 教程
 permalink: /cn/docs/tutorial/odbc.html
-version: v0.7.2
+version: v1.2
 since: v0.7.1
 ---
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/odbc.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/odbc.md b/website/_docs/tutorial/odbc.md
index ec77c67..a41f41c 100644
--- a/website/_docs/tutorial/odbc.md
+++ b/website/_docs/tutorial/odbc.md
@@ -3,7 +3,7 @@ layout: docs
 title:  Kylin ODBC Driver Tutorial
 categories: tutorial
 permalink: /docs/tutorial/odbc.html
-version: v0.7.2
+version: v1.2
 since: v0.7.1
 ---
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/powerbi.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/powerbi.md b/website/_docs/tutorial/powerbi.md
new file mode 100644
index 0000000..0b62e3c
--- /dev/null
+++ b/website/_docs/tutorial/powerbi.md
@@ -0,0 +1,55 @@
+---
+layout: docs
+title:  Excel and Power BI Tutorial
+categories: tutorial
+permalink: /docs/tutorial/powerbi.html
+version: v1.2
+since: v1.2
+---
+
+Microsoft Excel is one of the most famous data tool on Windows platform, and has plenty of data analyzing functions. With Power Query installed as plug-in, excel can easily read data from ODBC data source and fill spreadsheets. 
+
+Microsoft Power BI is a business intelligence tool providing rich functionality and experience for data visualization and processing to user.
+
+> Apache Kylin currently doesn't support query on raw data yet, some queries might fail and cause some exceptions in application. Patch KYLIN-1075 is recommended to get better look of query result.
+
+> Power BI and Excel do not support "connect live" model for other ODBC driver yet, please pay attention when you query on huge dataset, it may pull too many data into your client which will take a while even fail at the end.
+
+### Install ODBC Driver
+Refer to this guide: [Kylin ODBC Driver Tutorial](./odbc.html).
+Please make sure to download and install Kylin ODBC Driver __v1.2__. If you already installed ODBC Driver in your system, please uninstall it first. 
+
+### Kylin and Excel
+1. Download Power Query from Microsoft’s Website and install it. Then run Excel, switch to `Power Query` fast tab, click `From Other Sources` dropdown list, and select `ODBC` item.
+![](/images/tutorial/odbc/ms_tool/Picture1.png)
+
+2.  You’ll see `From ODBC` dialog, just type Database Connection String of Apache Kylin Server in the `Connection String` textbox. Optionally you can type a SQL statement in `SQL statement` textbox. Click `OK`, result set will run to your spreadsheet now.
+![](/images/tutorial/odbc/ms_tool/Picture2.png)
+
+> Tips: In order to simplify the Database Connection String, DSN is recommended, which can shorten the Connection String like `DSN=[YOUR_DSN_NAME]`. Details about DSN, refer to [https://support.microsoft.com/en-us/kb/305599](https://support.microsoft.com/en-us/kb/305599).
+ 
+3. If you didn’t input the SQL statement in last step, Power Query will list all tables in the project, which means you can load data from the whole table. But, since Apache Kylin cannot query on raw data currently, this function may be limited.
+![](/images/tutorial/odbc/ms_tool/Picture3.png)
+
+4.  Hold on for a while, the data is lying in Excel now.
+![](/images/tutorial/odbc/ms_tool/Picture4.png)
+
+5.  If you want to sync data with Kylin Server, just right click the data source in right panel, and select `Refresh`, then you’ll see the latest data.
+
+6.  To improve data loading performance, you can enable `Fast data load` in Power Query, but this will make your UI unresponsive for a while. 
+
+### Power BI
+1.  Run Power BI Desktop, and click `Get Data` button, then select `ODBC` as data source type.
+![](/images/tutorial/odbc/ms_tool/Picture5.png)
+
+2.  Same with Excel, just type Database Connection String of Apache Kylin Server in the `Connection String` textbox, and optionally type a SQL statement in `SQL statement` textbox. Click `OK`, the result set will come to Power BI as a new data source query.
+![](/images/tutorial/odbc/ms_tool/Picture6.png)
+
+3.  If you didn’t input the SQL statement in last step, Power BI will list all tables in the project, which means you can load data from the whole table. But, since Apache Kylin cannot query on raw data currently, this function may be limited.
+![](/images/tutorial/odbc/ms_tool/Picture7.png)
+
+4.  Now you can start to enjou analyzing with Power BI.
+![](/images/tutorial/odbc/ms_tool/Picture8.png)
+
+5.  To reload the data and redraw the charts, just click `Refresh` button in `Home` fast tab.
+

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/tableau.cn.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/tableau.cn.md b/website/_docs/tutorial/tableau.cn.md
index 2903290..7ca6575 100644
--- a/website/_docs/tutorial/tableau.cn.md
+++ b/website/_docs/tutorial/tableau.cn.md
@@ -3,7 +3,7 @@ layout: docs-cn
 title:  Kylin和Tableau教程
 categories: 教程
 permalink: /cn/docs/tutorial/tableau.html
-version: v0.7.2
+version: v1.2
 since: v0.7.1
 ---
 
@@ -15,7 +15,7 @@ since: v0.7.1
 > 
 > 如需更多详细信息或有任何问题,请联系Kylin团队:`kylinolap@gmail.com`
 
-### 步骤1. 安装ODBC驱动程序
+### 步骤1. 安装Kylin ODBC驱动程序
 参见维基页面[Kylin ODBC Driver Tutorial](https://github.com/KylinOLAP/Kylin/wiki/Kylin-ODBC-Driver-Tutorial)。
 
 ### 步骤2. 连接到Kylin服务器

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/tableau.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/tableau.md b/website/_docs/tutorial/tableau.md
index 9735bec..83cd6cb 100644
--- a/website/_docs/tutorial/tableau.md
+++ b/website/_docs/tutorial/tableau.md
@@ -3,7 +3,7 @@ layout: docs
 title:  Kylin and Tableau Tutorial
 categories: tutorial
 permalink: /docs/tutorial/tableau.html
-version: v0.7.2
+version: v1.2
 since: v0.7.1
 ---
 
@@ -14,8 +14,11 @@ since: v0.7.1
 > * Do not try to join between fact tables or lookup tables;
 > * You can try to use high cardinality dimensions like seller id as Tableau Filter, but the engine will only return limited seller id in Tableau's filter now.
 
-### Step 1. Install ODBC Driver
-Refer to wiki page [Kylin ODBC Driver Tutorial](./odbc.html).
+### For Tableau 9.x User
+Please refer to [Tableau 9.x Tutorial](./tableau_91.html) for detail guide.
+
+### Step 1. Install Kylin ODBC Driver
+Refer to this guide: [Kylin ODBC Driver Tutorial](./odbc.html).
 
 ### Step 2. Connect to Kylin Server
 > We recommended to use Connect Using Driver instead of Using DSN since Tableau team will not manage your DSN on Tableau Servers.

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/tableau_91.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/tableau_91.md b/website/_docs/tutorial/tableau_91.md
new file mode 100755
index 0000000..a4517fc
--- /dev/null
+++ b/website/_docs/tutorial/tableau_91.md
@@ -0,0 +1,51 @@
+---
+layout: docs
+title:  Tableau 9.x Tutorial
+categories: tutorial
+permalink: /docs/tutorial/tableau_91.html
+version: v1.2
+since: v1.2
+---
+
+Tableau 9.x has been released a while, there are many users are asking about support this version with Apache Kylin. With updated Kylin ODBC Driver, now user could interactive with Kylin service through Tableau 9.x
+
+> Apache Kylin currently doesn't support query on raw data yet, some queries might fail and cause some exceptions in application. Patch [KYLIN-1075](https://issues.apache.org/jira/browse/KYLIN-1075) is recommended to get better look of query result.
+
+### For Tableau 9.x User
+Please refer to [Kylin and Tableau Tutorial](./tableau.html) for detail guide.
+
+### Install Kylin ODBC Driver
+Refer to this guide: [Kylin ODBC Driver Tutorial](./odbc.html).
+Please make sure to download and install Kylin ODBC Driver __v1.2__. If you already installed ODBC Driver in your system, please uninstall it first. 
+
+### Connect to Kylin Server
+Connect Using Driver: Start Tableau 9.1 desktop, click `Other Database(ODBC)` in the left panel and choose KylinODBCDriver in the pop-up window. 
+![](/images/tutorial/odbc/tableau_91/1.png)
+
+Provide your Sever location, credentials and project. Clicking `Connect` button, you can get the list of projects that you have permission to access, see details at [Kylin Cube Permission Grant Tutorial](http://kylin.apache.org/docs/tutorial/acl.html).
+![](/images/tutorial/odbc/tableau_91/2.png)
+
+### Mapping Data Model
+In left panel, select `defaultCatalog` as Database, click `Search` button in Table search box, and all tables get listed. With drag and drop to the right region, tables will become data source. Make sure JOINs are configured correctly.
+![](/images/tutorial/odbc/tableau_91/3.png)
+
+### Connect Live
+There are two types of `Connection`, choose the `Live` option for best experience.
+![](/images/tutorial/odbc/tableau_91/4.png)
+
+### Custom SQL
+To use customized SQL, click `New Custom SQL` in left panel and type SQL statement in pop-up dialog.
+![](/images/tutorial/odbc/tableau_91/5.png)
+
+### Visualization
+Now you can start to enjou analyzing with Tableau 9.1.
+![](/images/tutorial/odbc/tableau_91/6.png)
+
+### Publish to Tableau Server
+If you want to publish local dashboard to a Tableau Server, just expand `Server` menu and select `Publish Workbook`.
+![](/images/tutorial/odbc/tableau_91/7.png)
+
+### More
+Please refer to [Kylin and Tableau Tutorial](./tableau.html) for more detail.
+
+

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/web.cn.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/web.cn.md b/website/_docs/tutorial/web.cn.md
index fb4dcea..f3dbbac 100644
--- a/website/_docs/tutorial/web.cn.md
+++ b/website/_docs/tutorial/web.cn.md
@@ -3,7 +3,7 @@ layout: docs-cn
 title:  Kylin网页版教程
 categories: 教程
 permalink: /cn/docs/tutorial/web.html
-version: v0.7.2
+version: v1.2
 since: v0.7.1
 ---
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/_docs/tutorial/web.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/web.md b/website/_docs/tutorial/web.md
index 0f01e41..f664a7b 100644
--- a/website/_docs/tutorial/web.md
+++ b/website/_docs/tutorial/web.md
@@ -3,7 +3,7 @@ layout: docs
 title:  Kylin Web Tutorial
 categories: tutorial
 permalink: /docs/tutorial/web.html
-version: v0.7.2
+version: v1.2
 since: v0.7.1
 ---
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/ms_tool/Picture1.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/ms_tool/Picture1.png b/website/images/tutorial/odbc/ms_tool/Picture1.png
new file mode 100755
index 0000000..de8bbb7
Binary files /dev/null and b/website/images/tutorial/odbc/ms_tool/Picture1.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/ms_tool/Picture2.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/ms_tool/Picture2.png b/website/images/tutorial/odbc/ms_tool/Picture2.png
new file mode 100755
index 0000000..1e45b27
Binary files /dev/null and b/website/images/tutorial/odbc/ms_tool/Picture2.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/ms_tool/Picture3.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/ms_tool/Picture3.png b/website/images/tutorial/odbc/ms_tool/Picture3.png
new file mode 100755
index 0000000..c59a705
Binary files /dev/null and b/website/images/tutorial/odbc/ms_tool/Picture3.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/ms_tool/Picture4.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/ms_tool/Picture4.png b/website/images/tutorial/odbc/ms_tool/Picture4.png
new file mode 100755
index 0000000..4a06b6c
Binary files /dev/null and b/website/images/tutorial/odbc/ms_tool/Picture4.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/ms_tool/Picture5.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/ms_tool/Picture5.png b/website/images/tutorial/odbc/ms_tool/Picture5.png
new file mode 100755
index 0000000..e96e627
Binary files /dev/null and b/website/images/tutorial/odbc/ms_tool/Picture5.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/ms_tool/Picture6.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/ms_tool/Picture6.png b/website/images/tutorial/odbc/ms_tool/Picture6.png
new file mode 100755
index 0000000..010a2f9
Binary files /dev/null and b/website/images/tutorial/odbc/ms_tool/Picture6.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/ms_tool/Picture7.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/ms_tool/Picture7.png b/website/images/tutorial/odbc/ms_tool/Picture7.png
new file mode 100755
index 0000000..24ec92a
Binary files /dev/null and b/website/images/tutorial/odbc/ms_tool/Picture7.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/ms_tool/Picture8.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/ms_tool/Picture8.png b/website/images/tutorial/odbc/ms_tool/Picture8.png
new file mode 100755
index 0000000..69914c2
Binary files /dev/null and b/website/images/tutorial/odbc/ms_tool/Picture8.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/tableau_91/1.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/tableau_91/1.png b/website/images/tutorial/odbc/tableau_91/1.png
new file mode 100755
index 0000000..231deb9
Binary files /dev/null and b/website/images/tutorial/odbc/tableau_91/1.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/tableau_91/2.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/tableau_91/2.png b/website/images/tutorial/odbc/tableau_91/2.png
new file mode 100755
index 0000000..5fc8092
Binary files /dev/null and b/website/images/tutorial/odbc/tableau_91/2.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/tableau_91/3.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/tableau_91/3.png b/website/images/tutorial/odbc/tableau_91/3.png
new file mode 100755
index 0000000..049798c
Binary files /dev/null and b/website/images/tutorial/odbc/tableau_91/3.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/tableau_91/4.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/tableau_91/4.png b/website/images/tutorial/odbc/tableau_91/4.png
new file mode 100755
index 0000000..777bdb8
Binary files /dev/null and b/website/images/tutorial/odbc/tableau_91/4.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/tableau_91/5.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/tableau_91/5.png b/website/images/tutorial/odbc/tableau_91/5.png
new file mode 100755
index 0000000..3703cad
Binary files /dev/null and b/website/images/tutorial/odbc/tableau_91/5.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/tableau_91/6.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/tableau_91/6.png b/website/images/tutorial/odbc/tableau_91/6.png
new file mode 100755
index 0000000..e8fe866
Binary files /dev/null and b/website/images/tutorial/odbc/tableau_91/6.png differ

http://git-wip-us.apache.org/repos/asf/kylin/blob/a2fb9dfc/website/images/tutorial/odbc/tableau_91/7.png
----------------------------------------------------------------------
diff --git a/website/images/tutorial/odbc/tableau_91/7.png b/website/images/tutorial/odbc/tableau_91/7.png
new file mode 100755
index 0000000..1dd727d
Binary files /dev/null and b/website/images/tutorial/odbc/tableau_91/7.png differ