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 2016/02/11 13:52:18 UTC

[15/18] kylin git commit: KYLIN-1416 remove website from coding branch

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_docs/tutorial/powerbi.cn.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/powerbi.cn.md b/website/_docs/tutorial/powerbi.cn.md
deleted file mode 100644
index 9c2a539..0000000
--- a/website/_docs/tutorial/powerbi.cn.md
+++ /dev/null
@@ -1,56 +0,0 @@
----
-layout: docs-cn
-title:  微软Excel及Power BI教程
-categories: tutorial
-permalink: /cn/docs/tutorial/powerbi.html
-version: v1.2
-since: v1.2
----
-
-Microsoft Excel是当今Windows平台上最流行的数据处理软件之一,支持多种数据处理功能,可以利用Power Query从ODBC数据源读取数据并返回到数据表中。
-
-Microsoft Power BI 是由微软推出的商业智能的专业分析工具,给用户提供简单且丰富的数据可视化及分析功能。
-
-> Apache Kylin目前版本不支持原始数据的查询,部分查询会因此失败,导致应用程序发生异常,建议打上KYLIN-1075补丁包以优化查询结果的显示。
-
-
-> Power BI及Excel不支持"connect live"模式,请注意并添加where条件在查询超大数据集时候,以避免从服务器拉去过多的数据到本地,甚至在某些情况下查询执行失败。
-
-### Install ODBC Driver
-参考页面[Kylin ODBC 驱动程序教程](./odbc.html),请确保下载并安装Kylin ODBC Driver __v1.2__. 如果你安装有早前版本,请卸载后再安装。 
-
-### 连接Excel到Kylin
-1. 从微软官网下载和安装Power Query,安装完成后在Excel中会看到Power Query的Fast Tab,单击`From other sources`下拉按钮,并选择`From ODBC`项
-![](/images/tutorial/odbc/ms_tool/Picture1.png)
-
-2. 在弹出的`From ODBC`数据连接向导中输入Apache Kylin服务器的连接字符串,也可以在`SQL`文本框中输入您想要执行的SQL语句,单击`OK`,SQL的执行结果就会立即加载到Excel的数据表中
-![](/images/tutorial/odbc/ms_tool/Picture2.png)
-
-> 为了简化连接字符串的输入,推荐创建Apache Kylin的DSN,可以将连接字符串简化为DSN=[YOUR_DSN_NAME],有关DSN的创建请参考:[https://support.microsoft.com/en-us/kb/305599](https://support.microsoft.com/en-us/kb/305599)。
-
- 
-3. 如果您选择不输入SQL语句,Power Query将会列出所有的数据库表,您可以根据需要对整张表的数据进行加载。但是,Apache Kylin暂不支持原数据的查询,部分表的加载可能因此受限
-![](/images/tutorial/odbc/ms_tool/Picture3.png)
-
-4. 稍等片刻,数据已成功加载到Excel中
-![](/images/tutorial/odbc/ms_tool/Picture4.png)
-
-5.  一旦服务器端数据产生更新,则需要对Excel中的数据进行同步,右键单击右侧列表中的数据源,选择`Refresh`,最新的数据便会更新到数据表中.
-
-6.  1.  为了提升性能,可以在Power Query中打开`Query Options`设置,然后开启`Fast data load`,这将提高数据加载速度,但可能造成界面的暂时无响应
-
-### Power BI
-1.  启动您已经安装的Power BI桌面版程序,单击`Get data`按钮,并选中ODBC数据源.
-![](/images/tutorial/odbc/ms_tool/Picture5.png)
-
-2.  在弹出的`From ODBC`数据连接向导中输入Apache Kylin服务器的数据库连接字符串,也可以在`SQL`文本框中输入您想要执行的SQL语句。单击`OK`,SQL的执行结果就会立即加载到Power BI中
-![](/images/tutorial/odbc/ms_tool/Picture6.png)
-
-3.  如果您选择不输入SQL语句,Power BI将会列出项目中所有的表,您可以根据需要将整张表的数据进行加载。但是,Apache Kylin暂不支持原数据的查询,部分表的加载可能因此受限
-![](/images/tutorial/odbc/ms_tool/Picture7.png)
-
-4.  现在你可以进一步使用Power BI进行可视化分析:
-![](/images/tutorial/odbc/ms_tool/Picture8.png)
-
-5.  单击工具栏的`Refresh`按钮即可重新加载数据并对图表进行更新
-

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_docs/tutorial/powerbi.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/powerbi.md b/website/_docs/tutorial/powerbi.md
deleted file mode 100644
index 20cd782..0000000
--- a/website/_docs/tutorial/powerbi.md
+++ /dev/null
@@ -1,55 +0,0 @@
----
-layout: docs
-title:  MS 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 enjoy 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/0a74e9cb/website/_docs/tutorial/tableau.cn.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/tableau.cn.md b/website/_docs/tutorial/tableau.cn.md
deleted file mode 100644
index 0ca4a39..0000000
--- a/website/_docs/tutorial/tableau.cn.md
+++ /dev/null
@@ -1,116 +0,0 @@
----
-layout: docs-cn
-title:  Tableau教程
-categories: 教程
-permalink: /cn/docs/tutorial/tableau.html
-version: v1.2
-since: v0.7.1
----
-
-> Kylin ODBC驱动程序与Tableau存在一些限制,请在尝试前仔细阅读本说明书。
-> * 仅支持“managed”分析路径,Kylin引擎将对意外的维度或度量报错
-> * 请始终优先选择事实表,然后使用正确的连接条件添加查找表(cube中已定义的连接类型)
-> * 请勿尝试在多个事实表或多个查找表之间进行连接;
-> * 你可以尝试使用类似Tableau过滤器中seller id这样的高基数维度,但引擎现在将只返回有限个Tableau过滤器中的seller id。
-> 
-> 如需更多详细信息或有任何问题,请联系Kylin团队:`kylinolap@gmail.com`
-
-
-### 使用Tableau 9.x的用户
-请参考[Tableau 9 教程](./tableau_91.html)以获得更详细帮助。
-
-### 步骤1. 安装Kylin ODBC驱动程序
-参考页面[Kylin ODBC 驱动程序教程](./odbc.html)。
-
-### 步骤2. 连接到Kylin服务器
-> 我们建议使用Connect Using Driver而不是Using DSN。
-
-Connect Using Driver: 选择左侧面板中的“Other Database(ODBC)”和弹出窗口的“KylinODBCDriver”。
-
-![](/images/Kylin-and-Tableau-Tutorial/1 odbc.png)
-
-输入你的服务器位置和证书:服务器主机,端口,用户名和密码。
-
-![](/images/Kylin-and-Tableau-Tutorial/2 serverhost.jpg)
-
-点击“Connect”获取你有权限访问的项目列表。有关权限的详细信息请参考[Kylin Cube Permission Grant Tutorial](https://github.com/KylinOLAP/Kylin/wiki/Kylin-Cube-Permission-Grant-Tutorial)。然后在下拉列表中选择你想要连接的项目。
-
-![](/images/Kylin-and-Tableau-Tutorial/3 project.jpg)
-
-点击“Done”完成连接。
-
-![](/images/Kylin-and-Tableau-Tutorial/4 done.jpg)
-
-### 步骤3. 使用单表或多表
-> 限制
->    * 必须首先选择事实表
->    * 请勿仅支持从查找表选择
->    * 连接条件必须与cube定义匹配
-
-**选择事实表**
-
-选择`Multiple Tables`。
-
-![](/images/Kylin-and-Tableau-Tutorial/5 multipleTable.jpg)
-
-然后点击`Add Table...`添加一张事实表。
-
-![](/images/Kylin-and-Tableau-Tutorial/6 facttable.jpg)
-
-![](/images/Kylin-and-Tableau-Tutorial/6 facttable2.jpg)
-
-**选择查找表**
-
-点击`Add Table...`添加一张查找表。
-
-![](/images/Kylin-and-Tableau-Tutorial/7 lkptable.jpg)
-
-仔细建立连接条款。
-
-![](/images/Kylin-and-Tableau-Tutorial/8 join.jpg)
-
-继续通过点击`Add Table...`添加表直到所有的查找表都被正确添加。命名此连接以在Tableau中使用。
-
-![](/images/Kylin-and-Tableau-Tutorial/9 connName.jpg)
-
-**使用Connect Live**
-
-`Data Connection`共有三种类型。选择`Connect Live`选项。
-
-![](/images/Kylin-and-Tableau-Tutorial/10 connectLive.jpg)
-
-然后你就能够尽情使用Tableau进行分析。
-
-![](/images/Kylin-and-Tableau-Tutorial/11 analysis.jpg)
-
-**添加额外查找表**
-
-点击顶部菜单栏的`Data`,选择`Edit Tables...`更新查找表信息。
-
-![](/images/Kylin-and-Tableau-Tutorial/12 edit tables.jpg)
-
-### 步骤4. 使用自定义SQL
-使用自定义SQL类似于使用单表/多表,但你需要在`Custom SQL`标签复制你的SQL后采取同上指令。
-
-![](/images/Kylin-and-Tableau-Tutorial/19 custom.jpg)
-
-### 步骤5. 发布到Tableau服务器
-如果你已经完成使用Tableau制作一个仪表板,你可以将它发布到Tableau服务器上。
-点击顶部菜单栏的`Server`,选择`Publish Workbook...`。
-
-![](/images/Kylin-and-Tableau-Tutorial/14 publish.jpg)
-
-然后登陆你的Tableau服务器并准备发布。
-
-![](/images/Kylin-and-Tableau-Tutorial/16 prepare-publish.png)
-
-如果你正在使用Connect Using Driver而不是DSN连接,你还将需要嵌入你的密码。点击左下方的`Authentication`按钮并选择`Embedded Password`。点击`Publish`然后你将看到结果。
-
-![](/images/Kylin-and-Tableau-Tutorial/17 embedded-pwd.png)
-
-### 小贴士
-* 在Tableau中隐藏表名
-
-    * Tableau将会根据源表名分组显示列,但用户可能希望根据其他不同的安排组织列。使用Tableau中的"Group by Folder"并创建文件夹来对不同的列分组。
-
-     ![](/images/Kylin-and-Tableau-Tutorial/18 groupby-folder.jpg)

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_docs/tutorial/tableau.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/tableau.md b/website/_docs/tutorial/tableau.md
deleted file mode 100644
index f805bcc..0000000
--- a/website/_docs/tutorial/tableau.md
+++ /dev/null
@@ -1,115 +0,0 @@
----
-layout: docs
-title:  Tableau Tutorial
-categories: tutorial
-permalink: /docs/tutorial/tableau.html
-version: v1.2
-since: v0.7.1
----
-
-> There are some limitations of Kylin ODBC driver with Tableau, please read carefully this instruction before you try it.
-> 
-> * Only support "managed" analysis path, Kylin engine will raise exception for unexpected dimension or metric
-> * Please always select Fact Table first, then add lookup tables with correct join condition (defined join type in cube)
-> * 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.
-
-### 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.
-
-Connect Using Driver: Select "Other Database(ODBC)" in the left panel and choose KylinODBCDriver in the pop-up window. 
-
-![](/images/Kylin-and-Tableau-Tutorial/1 odbc.png)
-
-Enter your Sever location and credentials: server host, port, username and password.
-
-![]( /images/Kylin-and-Tableau-Tutorial/2 serverhost.jpg)
-
-Click "Connect" to get the list of projects that you have permission to access. See details about permission in [Kylin Cube Permission Grant Tutorial](./acl.html). Then choose the project you want to connect in the drop down list. 
-
-![]( /images/Kylin-and-Tableau-Tutorial/3 project.jpg)
-
-Click "Done" to complete the connection.
-
-![]( /images/Kylin-and-Tableau-Tutorial/4 done.jpg)
-
-### Step 3. Using Single Table or Multiple Tables
-> Limitation
-> 
->    * Must select FACT table first
->    * Do not support select from lookup table only
->    * The join condition must match within cube definition
-
-**Select Fact Table**
-
-Select `Multiple Tables`.
-
-![]( /images/Kylin-and-Tableau-Tutorial/5 multipleTable.jpg)
-
-Then click `Add Table...` to add a fact table.
-
-![]( /images/Kylin-and-Tableau-Tutorial/6 facttable.jpg)
-
-![]( /images/Kylin-and-Tableau-Tutorial/6 facttable2.jpg)
-
-**Select Look-up Table**
-
-Click `Add Table...` to add a look-up table. 
-
-![]( /images/Kylin-and-Tableau-Tutorial/7 lkptable.jpg)
-
-Set up the join clause carefully. 
-
-![]( /images/Kylin-and-Tableau-Tutorial/8 join.jpg)
-
-Keep add tables through click `Add Table...` until all the look-up tables have been added properly. Give the connection a name for use in Tableau.
-
-![]( /images/Kylin-and-Tableau-Tutorial/9 connName.jpg)
-
-**Using Connect Live**
-
-There are three types of `Data Connection`. Choose the `Connect Live` option. 
-
-![]( /images/Kylin-and-Tableau-Tutorial/10 connectLive.jpg)
-
-Then you can enjoy analyzing with Tableau.
-
-![]( /images/Kylin-and-Tableau-Tutorial/11 analysis.jpg)
-
-**Add additional look-up Tables**
-
-Click `Data` in the top menu bar, select `Edit Tables...` to update the look-up table information.
-
-![]( /images/Kylin-and-Tableau-Tutorial/12 edit tables.jpg)
-
-### Step 4. Using Customized SQL
-To use customized SQL resembles using Single Table/Multiple Tables, except that you just need to paste your SQL in `Custom SQL` tab and take the same instruction as above.
-
-![]( /images/Kylin-and-Tableau-Tutorial/19 custom.jpg)
-
-### Step 5. Publish to Tableau Server
-Suppose you have finished making a dashboard with Tableau, you can publish it to Tableau Server.
-Click `Server` in the top menu bar, select `Publish Workbook...`. 
-
-![]( /images/Kylin-and-Tableau-Tutorial/14 publish.jpg)
-
-Then sign in your Tableau Server and prepare to publish. 
-
-![]( /images/Kylin-and-Tableau-Tutorial/16 prepare-publish.png)
-
-If you're Using Driver Connect instead of DSN connect, you'll need to additionally embed your password in. Click the `Authentication` button at left bottom and select `Embedded Password`. Click `Publish` and you will see the result.
-
-![]( /images/Kylin-and-Tableau-Tutorial/17 embedded-pwd.png)
-
-### Tips
-* Hide Table name in Tableau
-
-    * Tableau will display columns be grouped by source table name, but user may want to organize columns with different structure. Using "Group by Folder" in Tableau and Create Folders to group different columns.
-
-     ![]( /images/Kylin-and-Tableau-Tutorial/18 groupby-folder.jpg)

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_docs/tutorial/tableau_91.cn.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/tableau_91.cn.md b/website/_docs/tutorial/tableau_91.cn.md
deleted file mode 100644
index b6e4a45..0000000
--- a/website/_docs/tutorial/tableau_91.cn.md
+++ /dev/null
@@ -1,50 +0,0 @@
----
-layout: docs-cn
-title:  Tableau 9 教程
-categories: tutorial
-permalink: /cn/docs/tutorial/tableau_91.html
-version: v1.2
-since: v1.2
----
-
-Tableau 9已经发布一段时间了,社区有很多用户希望Apache Kylin能进一步支持该版本。现在可以通过更新Kylin ODBC驱动以使用Tableau 9来与Kylin服务进行交互。
-
-> Apache Kylin目前版本不支持原始数据的查询,部分查询会因此失败,导致应用程序发生异常,建议打上KYLIN-1075补丁包以优化查询结果的显示。
-
-### Tableau 8.x 用户
-请参考[Tableau 教程](./tableau.html)以获得更详细帮助。
-
-### Install ODBC Driver
-参考页面[Kylin ODBC 驱动程序教程](./odbc.html),请确保下载并安装Kylin ODBC Driver __v1.2__. 如果你安装有早前版本,请卸载后再安装。 
-
-### Connect to Kylin Server
-在Tableau 9.1创建新的数据连接,单击左侧面板中的`Other Database(ODBC)`,并在弹出窗口中选择`KylinODBCDriver` 
-![](/images/tutorial/odbc/tableau_91/1.png)
-
-输入你的服务器地址、端口、项目、用户名和密码,点击`Connect`可获取有权限访问的所有项目列表。有关权限的详细信息请参考[Kylin Cube 权限授予教程](./acl.html).
-![](/images/tutorial/odbc/tableau_91/2.png)
-
-### 映射数据模型
-在左侧的列表中,选择数据库`defaultCatalog`并单击”搜索“按钮,将列出所有可查询的表。用鼠标把表拖拽到右侧区域,就可以添加表作为数据源,并创建好表与表的连接关系
-![](/images/tutorial/odbc/tableau_91/3.png)
-
-### Connect Live
-Tableau 9.1中有两种数据源连接类型,选择`在线`选项以确保使用'Connect Live'模式
-![](/images/tutorial/odbc/tableau_91/4.png)
-
-### 自定义SQL
-如果需要使用自定义SQL,可以单击左侧`New Custom SQL`并在弹窗中输入SQL语句,就可添加为数据源.
-![](/images/tutorial/odbc/tableau_91/5.png)
-
-### 可视化
-现在你可以进一步使用Tableau进行可视化分析:
-![](/images/tutorial/odbc/tableau_91/6.png)
-
-### 发布到Tableau服务器
-如果希望发布到Tableau服务器, 点击`Server`菜单并选择`Publish Workbook`
-![](/images/tutorial/odbc/tableau_91/7.png)
-
-### 更多
-请参考[Tableau 教程](./tableau.html)以获得更多信息
-
-

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_docs/tutorial/tableau_91.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/tableau_91.md b/website/_docs/tutorial/tableau_91.md
deleted file mode 100755
index c0f013c..0000000
--- a/website/_docs/tutorial/tableau_91.md
+++ /dev/null
@@ -1,51 +0,0 @@
----
-layout: docs
-title:  Tableau 9 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 8.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](./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 to make sure using Connect Live mode.
-![](/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/0a74e9cb/website/_docs/tutorial/web.cn.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/web.cn.md b/website/_docs/tutorial/web.cn.md
deleted file mode 100644
index f3dbbac..0000000
--- a/website/_docs/tutorial/web.cn.md
+++ /dev/null
@@ -1,139 +0,0 @@
----
-layout: docs-cn
-title:  Kylin网页版教程
-categories: 教程
-permalink: /cn/docs/tutorial/web.html
-version: v1.2
-since: v0.7.1
----
-
-> **支持的浏览器**
-> 
-> Windows: Google Chrome, FireFox
-> 
-> Mac: Google Chrome, FireFox, Safari
-
-## 1. 访问 & 登陆
-访问主机: http://your_sandbox_ip:9080
-使用用户名/密码登陆:ADMIN/KYLIN
-
-![]( /images/Kylin-Web-Tutorial/1 login.png)
-
-## 2. Kylin中可用的Hive表
-虽然Kylin使用SQL作为查询接口并利用Hive元数据,Kylin不会让用户查询所有的hive表,因为到目前为止它是一个预构建OLAP(MOLAP)系统。为了使表在Kylin中可用,使用"Sync"方法能够方便地从Hive中同步表。
-
-![]( /images/Kylin-Web-Tutorial/2 tables.png)
-
-## 3. Kylin OLAP Cube
-Kylin的OLAP Cube是从星型模式的Hive表中获取的预计算数据集,这是供用户探索、管理所有cube的网页管理页面。由菜单栏进入`Cubes`页面,系统中所有可用的cube将被列出。
-
-![]( /images/Kylin-Web-Tutorial/3 cubes.png)
-
-探索更多关于Cube的详细信息
-
-* 表格视图:
-
-   ![]( /images/Kylin-Web-Tutorial/4 form-view.png)
-
-* SQL 视图 (Hive查询读取数据以生成cube):
-
-   ![]( /images/Kylin-Web-Tutorial/5 sql-view.png)
-
-* 可视化 (显示这个cube背后的星型模式):
-
-   ![]( /images/Kylin-Web-Tutorial/6 visualization.png)
-
-* 访问 (授予用户/角色权限,beta版中授予权限操作仅对管理员开放):
-
-   ![]( /images/Kylin-Web-Tutorial/7 access.png)
-
-## 4. 在网页上编写和运行SQL
-Kelin的网页版为用户提供了一个简单的查询工具来运行SQL以探索现存的cube,验证结果并探索使用#5中的Pivot analysis与可视化分析的结果集。
-
-> **查询限制**
-> 
-> 1. 仅支持SELECT查询
-> 
-> 2. 为了避免从服务器到客户端产生巨大的网络流量,beta版中的扫描范围阀值被设置为1,000,000。
-> 
-> 3. beta版中,SQL在cube中无法找到的数据将不会重定向到Hive
-
-由菜单栏进入“Query”页面:
-
-![]( /images/Kylin-Web-Tutorial/8 query.png)
-
-* 源表:
-
-   浏览器当前可用表(与Hive相同的结构和元数据):
-  
-   ![]( /images/Kylin-Web-Tutorial/9 query-table.png)
-
-* 新的查询:
-
-   你可以编写和运行你的查询并探索结果。这里提供一个查询供你参考:
-
-   ![]( /images/Kylin-Web-Tutorial/10 query-result.png)
-
-* 已保存的查询:
-
-   与用户账号关联,你将能够从不同的浏览器甚至机器上获取已保存的查询。
-   在结果区域点击“Save”,将会弹出名字和描述来保存当前查询:
-
-   ![]( /images/Kylin-Web-Tutorial/11 save-query.png)
-
-   点击“Saved Queries”探索所有已保存的查询,你可以直接重新提交它来运行或删除它:
-
-   ![]( /images/Kylin-Web-Tutorial/11 save-query-2.png)
-
-* 查询历史:
-
-   仅保存当前用户在当前浏览器中的查询历史,这将需要启用cookie,并且如果你清理浏览器缓存将会丢失数据。点击“Query History”标签,你可以直接重新提交其中的任何一条并再次运行。
-
-## 5. Pivot Analysis与可视化
-Kylin的网页版提供一个简单的Pivot与可视化分析工具供用户探索他们的查询结果:
-
-* 一般信息:
-
-   当查询运行成功后,它将呈现一个成功指标与被访问的cube名字。
-   同时它将会呈现这个查询在后台引擎运行了多久(不包括从Kylin服务器到浏览器的网络通信):
-
-   ![]( /images/Kylin-Web-Tutorial/12 general.png)
-
-* 查询结果:
-
-   能够方便地在一个列上排序。
-
-   ![]( /images/Kylin-Web-Tutorial/13 results.png)
-
-* 导出到CSV文件
-
-   点击“Export”按钮以CSV文件格式保存当前结果。
-
-* Pivot表:
-
-   将一个或多个列拖放到标头,结果将根据这些列的值分组:
-
-   ![]( /images/Kylin-Web-Tutorial/14 drag.png)
-
-* 可视化:
-
-   同时,结果集将被方便地显示在“可视化”的不同图表中:
-
-   注意:线形图仅当至少一个从Hive表中获取的维度有真实的“Date”数据类型列时才是可用的。
-
-   * 条形图:
-
-   ![]( /images/Kylin-Web-Tutorial/15 bar-chart.png)
-   
-   * 饼图:
-
-   ![]( /images/Kylin-Web-Tutorial/16 pie-chart.png)
-
-   * 线形图:
-
-   ![]( /images/Kylin-Web-Tutorial/17 line-chart.png)
-
-## 6. Cube建立 Job监控
-监控和管理cube建立过程与诊断的详细信息,甚至直接连接到Hadoop的job信息:
-
-![](/images/Kylin-Web-Tutorial/7 job-steps.png)

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_docs/tutorial/web.md
----------------------------------------------------------------------
diff --git a/website/_docs/tutorial/web.md b/website/_docs/tutorial/web.md
deleted file mode 100644
index f664a7b..0000000
--- a/website/_docs/tutorial/web.md
+++ /dev/null
@@ -1,139 +0,0 @@
----
-layout: docs
-title:  Kylin Web Tutorial
-categories: tutorial
-permalink: /docs/tutorial/web.html
-version: v1.2
-since: v0.7.1
----
-
-> **Supported Browsers**
-> 
-> Windows: Google Chrome, FireFox
-> 
-> Mac: Google Chrome, FireFox, Safari
-
-## 1. Access & Login
-Host to access: http://your_sandbox_ip:9080
-Login with username/password: ADMIN/KYLIN
-
-![](/images/Kylin-Web-Tutorial/1 login.png)
-
-## 2. Available Hive Tables in Kylin
-Although Kylin will using SQL as query interface and leverage Hive metadata, kylin will not enable user to query all hive tables since it's a pre-build OLAP (MOLAP) system so far. To enable Table in Kylin, it will be easy to using "Sync" function to sync up tables from Hive.
-
-![](/images/Kylin-Web-Tutorial/2 tables.png)
-
-## 3. Kylin OLAP Cube
-Kylin's OLAP Cubes are pre-calculation datasets from Star Schema Hive tables, Here's the web management interface for user to explorer, manage all cubes.Go to `Cubes` Menu, it will list all cubes available in system:
-
-![](/images/Kylin-Web-Tutorial/3 cubes.png)
-
-To explore more detail about the Cube
-
-* Form View:
-
-   ![](/images/Kylin-Web-Tutorial/4 form-view.png)
-
-* SQL View (Hive Query to read data to generate the cube):
-
-   ![](/images/Kylin-Web-Tutorial/5 sql-view.png)
-
-* Visualization (Showing the Star Schema behind of this cube):
-
-   ![](/images/Kylin-Web-Tutorial/6 visualization.png)
-
-* Access (Grant user/role privileges, Grant operation only open to Admin in beta):
-
-   ![](/images/Kylin-Web-Tutorial/7 access.png)
-
-## 4. Write and Execute SQL on web
-Kylin's web offer a simple query tool for user to run SQL to explorer existing cube, verify result and explorer the result set using #5's Pivot analysis and visualization
-
-> **Query Limit**
-> 
-> 1. Only SELECT query be supported
-> 
-> 2. To avoid huge network traffic from server to client, the scan range's threshold be set to 1,000,000 in beta.
-> 
-> 3. SQL can't found data from cube will not redirect to Hive in beta
-
-Go to "Query" menu:
-
-![](/images/Kylin-Web-Tutorial/8 query.png)
-
-* Source Tables:
-
-   Browser current available Tables (same structure and metadata as Hive):
-  
-   ![](/images/Kylin-Web-Tutorial/9 query-table.png)
-
-* New Query:
-
-   You can write and execute your query and explorer the result. One query for you reference:
-
-   ![](/images/Kylin-Web-Tutorial/10 query-result.png)
-
-* Saved Query:
-
-   Associate with user account, you can get saved query from different browsers even machines.
-   Click "Save" in Result area, it will popup for name and description to save current query:
-
-   ![](/images/Kylin-Web-Tutorial/11 save-query.png)
-
-   Click "Saved Queries" to browser all your saved queries, you could direct resubmit it to run or remove it:
-
-   ![](/images/Kylin-Web-Tutorial/11 save-query-2.png)
-
-* Query History:
-
-   Only keep the current user's query history in current bowser, it will require cookie enabled and will lost if you clean up bowser's cache.Click "Query History" tab, you could directly resubmit any of them to execute again.
-
-## 5. Pivot Analysis and Visualization
-There's one simple pivot and visualization analysis tool in Kylin's web for user to explore their query result:
-
-* General Information:
-
-   When the query execute success, it will present a success indictor and also a cube's name which be hit. 
-   Also it will present how long this query be executed in backend engine (not cover network traffic from Kylin server to browser):
-
-   ![](/images/Kylin-Web-Tutorial/12 general.png)
-
-* Query Result:
-
-   It's easy to order on one column.
-
-   ![](/images/Kylin-Web-Tutorial/13 results.png)
-
-* Export to CSV File
-
-   Click "Export" button to save current result as CSV file.
-
-* Pivot Table:
-
-   Drag and Drop one or more columns into the header, the result will grouping by such column's value:
-
-   ![](/images/Kylin-Web-Tutorial/14 drag.png)
-
-* Visualization:
-
-   Also, the result set will be easy to show with different charts in "Visualization":
-
-   note: line chart only available when there's at least one dimension with real "Date" data type of column from Hive Table.
-
-   * Bar Chart:
-
-   ![](/images/Kylin-Web-Tutorial/15 bar-chart.png)
-   
-   * Pie Chart:
-
-   ![](/images/Kylin-Web-Tutorial/16 pie-chart.png)
-
-   * Line Chart
-
-   ![](/images/Kylin-Web-Tutorial/17 line-chart.png)
-
-## 6. Cube Build Job Monitoring
-Monitor and manage cube build process, diagnostic into the detail and even link to Hadoop's job information directly:
-
-![](/images/Kylin-Web-Tutorial/7 job-steps.png)

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/dev_nav.html
----------------------------------------------------------------------
diff --git a/website/_includes/dev_nav.html b/website/_includes/dev_nav.html
deleted file mode 100644
index ddca361..0000000
--- a/website/_includes/dev_nav.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<div class="col-md-3 col-lg-3 col-xs-4 aside1 visible-md visible-lg" id="nside1" style=" padding-top: 2em">
-    <ul class="nav nav-pills nav-stacked">
-    {% for section in site.data.development %}
-    <li><a href="#{{ section | first }}" data-toggle="collapse" id="navtitle">{{ section.title }}</a></li>
-    <div class="collapse in">
-  	<div class="list-group" id="list1">
-    <ul style="list-style-type:disc">
-    {% include dev_ul.html items=section.dev %}
-        <ul>
-  </div>
-</div>
-    {% endfor %}
-
-    </ul>
-</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/dev_ul.html
----------------------------------------------------------------------
diff --git a/website/_includes/dev_ul.html b/website/_includes/dev_ul.html
deleted file mode 100644
index 3c155fc..0000000
--- a/website/_includes/dev_ul.html
+++ /dev/null
@@ -1,26 +0,0 @@
-{% assign items = include.items %}
-
-
-
-{% for item in items %}
-   
-  {% assign item_url = item | prepend:"/development/" | append:".html" %}
-
-  {% if item_url == page.url %}
-    {% assign c = "current" %}
-  {% else %}
-    {% assign c = "" %}
-  {% endif %}
-
-
-
-  {% for p in site.dev %}
-    {% if p.url == item_url %}
-      <li><a href="{{ p.url }}" class="list-group-item-lay pjaxlink" id="navlist">{{p.title}}</a></li>      
-      {% break %}
-    {% endif %}
-  {% endfor %}
-
-{% endfor %}
-
-

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/docs_nav.cn.html
----------------------------------------------------------------------
diff --git a/website/_includes/docs_nav.cn.html b/website/_includes/docs_nav.cn.html
deleted file mode 100755
index 434bd72..0000000
--- a/website/_includes/docs_nav.cn.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<div class="col-md-3 col-lg-3 col-xs-4 aside1 visible-md visible-lg" id="nside1" style=" padding-top: 2em">
-    <ul class="nav nav-pills nav-stacked">    
-    {% for section in site.data.docs-cn %}
-    <li><a href="#{{ section | first }}" data-toggle="collapse" id="navtitle">{{ section.title }}</a></li>
-    <div class="collapse in">
-  	<div class="list-group" id="list1">
-    <ul style="list-style-type:disc">
-    {% include docs_ul.cn.html items=section.docs %}
-        <ul>
-  </div>
-</div>
-    {% endfor %}
-
-    </ul>
-</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/docs_nav.html
----------------------------------------------------------------------
diff --git a/website/_includes/docs_nav.html b/website/_includes/docs_nav.html
deleted file mode 100755
index bec9648..0000000
--- a/website/_includes/docs_nav.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<div class="col-md-3 col-lg-3 col-xs-4 aside1 visible-md visible-lg" id="nside1" style=" padding-top: 2em">
-    <ul class="nav nav-pills nav-stacked">
-    {% for section in site.data.docs %}
-    <li><a href="#{{ section | first }}" data-toggle="collapse" id="navtitle">{{ section.title }}</a></li>
-    <div class="collapse in">
-  	<div class="list-group" id="list1">
-    <ul style="list-style-type:disc">
-    {% include docs_ul.html items=section.docs %}
-        <ul>
-  </div>
-</div>
-    {% endfor %}
-
-    </ul>
-</div>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/docs_ul.cn.html
----------------------------------------------------------------------
diff --git a/website/_includes/docs_ul.cn.html b/website/_includes/docs_ul.cn.html
deleted file mode 100644
index b42fc84..0000000
--- a/website/_includes/docs_ul.cn.html
+++ /dev/null
@@ -1,28 +0,0 @@
-{% assign items = include.items %}
-
-
-
-{% for item in items %}
-
-  {% assign item_url = item | prepend:"/cn/docs/" | append:".html" %}
-
-  {% if item_url == page.url %}
-    {% assign c = "current" %}
-  {% else %}
-    {% assign c = "" %}
-  {% endif %}
-
-
-
-  {% for p in site.docs %}
-    {% if p.url == item_url %}
-      <li><a href="{{ p.url }}" class="list-group-item-lay pjaxlink" id="navlist">{{p.title}}</a></li>      
-      {% break %}
-    {% endif %}
-  {% endfor %}
-
-{% endfor %}
-
-
-
-

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/docs_ul.html
----------------------------------------------------------------------
diff --git a/website/_includes/docs_ul.html b/website/_includes/docs_ul.html
deleted file mode 100644
index 89e0805..0000000
--- a/website/_includes/docs_ul.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{% assign items = include.items %}
-
-
-
-{% for item in items %}
-
-  {% assign item_url = item | prepend:"/docs/" | append:".html" %}
-      
-
-  {% if item_url == page.url %}
-    {% assign c = "current" %}
-  {% else %}
-    {% assign c = "" %}
-  {% endif %}
-
-
-
-  {% for p in site.docs %}
-    {% if p.url == item_url %}
-      <li><a href="{{ p.url }}" class="list-group-item-lay pjaxlink" id="navlist">{{p.title}}</a></li>      
-      {% break %}
-    {% endif %}
-  {% endfor %}
-
-{% endfor %}
-
-
-
-

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/footer.html
----------------------------------------------------------------------
diff --git a/website/_includes/footer.html b/website/_includes/footer.html
deleted file mode 100644
index fe51be2..0000000
--- a/website/_includes/footer.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<footer id="underfooter">
-    <div class="container">
-        <div class="row">
-            <div class="col-md-12 widget">
-                <div class="widget-body" style="text-align:center">
-                    <a href="http://www.apache.org">
-                        <img id="asf-logo" alt="Apache Software Foundation" src="/assets/images/feather-small.gif">
-                    </a>
-
-                    <div>
-                        The contents of this website are © 2015 Apache Software Foundation under the terms of the <a
-                            href="http://www.apache.org/licenses/LICENSE-2.0"> Apache License v2 </a>. Apache Kylin and
-                        its logo are trademarks of the Apache Software Foundation.
-                    </div>
-
-                </div>
-            </div>
-        </div>
-        <!-- /row of widgets -->
-
-    </div>
-    <div></div>
-
-</footer>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/head.cn.html
----------------------------------------------------------------------
diff --git a/website/_includes/head.cn.html b/website/_includes/head.cn.html
deleted file mode 100644
index cd6a26b..0000000
--- a/website/_includes/head.cn.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<head>
-  <meta charset="utf-8">
-  <meta http-equiv="X-UA-Compatible" content="IE=edge">
-  <meta name="viewport" content="width=device-width, initial-scale=1">
-
-  <title>Apache Kylin | {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
-  <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
-  <meta name="author"      content="Apache Kylin">
-  <link rel="shortcut icon" href="fav.png" type="image/png">
-
-
-
-<link rel="stylesheet" href="{{ "/assets/css/animate.css"| prepend: site.baseurl }}">
-<!-- Bootstrap -->
-<link rel="stylesheet" href="{{ "/assets/css/bootstrap.min.css"| prepend: site.baseurl }}">
-
-<!-- Fonts -->
-<!-- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700"> -->
-
-<!-- Icons -->
-<link rel="stylesheet" href="{{ "/assets/css/font-awesome.min.css"| prepend: site.baseurl }}">
-
-  <!-- Custom styles -->
-  <link rel="stylesheet" href="{{ "/assets/css/styles.css" | prepend: site.baseurl }}">
-  <link rel="stylesheet" href="{{ "/assets/css/docs.css" | prepend: site.baseurl }}">
-
-  <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
-  <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
-
-<!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
-<script>
-  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-
-  //oringal tracker for kylin.io
-  ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
-
-  ga('send', 'pageview');
-  ga('toplevel.send', 'pageview');
-
-
-</script>
-<script type="text/javascript" src="/assets/js/jquery-1.9.1.min.js"></script>
-<script type="text/javascript" src="/assets/js/nside.js"></script> </script>
-<script type="text/javascript" src="/assets/js/nnav.js"></script> </script>
-</head>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/head.html
----------------------------------------------------------------------
diff --git a/website/_includes/head.html b/website/_includes/head.html
deleted file mode 100644
index 02ad310..0000000
--- a/website/_includes/head.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<head>
-  <meta charset="utf-8">
-  <meta http-equiv="X-UA-Compatible" content="IE=edge">
-  <meta name="viewport" content="width=device-width, initial-scale=1">
-
-  <title>Apache Kylin | {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
-  <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
-  <meta name="author"      content="Apache Kylin">
-  <link rel="shortcut icon" href="fav.png" type="image/png">
-
-
-
-<link rel="stylesheet" href="{{ "/assets/css/animate.css"| prepend: site.baseurl }}">
-<!-- Bootstrap -->
-<link rel="stylesheet" href="{{ "/assets/css/bootstrap.min.css"| prepend: site.baseurl }}">
-
-<!-- Fonts -->
-<!-- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700"> -->
-
-<!-- Icons -->
-<link rel="stylesheet" href="{{ "/assets/css/font-awesome.min.css"| prepend: site.baseurl }}">
-
-  <!-- Custom styles -->
-  <link rel="stylesheet" href="{{ "/assets/css/styles.css" | prepend: site.baseurl }}">
-  <link rel="stylesheet" href="{{ "/assets/css/docs.css" | prepend: site.baseurl }}">
-  <link rel="stylesheet" href="{{ "/assets/css/pygments.css" | prepend: site.baseurl }}">
-
-  <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
-  <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
-
-<!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
-<script>
-  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-  //oringal tracker for kylin.io
-  ga('create', 'UA-55534813-1', 'auto');
-  //new tracker for kylin.apache.org
-  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
-
-  ga('send', 'pageview');
-  ga('toplevel.send', 'pageview');
-
-
-</script>
-<script type="text/javascript" src="/assets/js/jquery-1.9.1.min.js"></script>
-<script type="text/javascript" src="/assets/js/nside.js"></script> </script>
-<script type="text/javascript" src="/assets/js/nnav.js"></script> </script>
-</head>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/header.cn.html
----------------------------------------------------------------------
diff --git a/website/_includes/header.cn.html b/website/_includes/header.cn.html
deleted file mode 100644
index 24627ff..0000000
--- a/website/_includes/header.cn.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<header id="header" >
-  <div id="head" class="parallax" parallax-speed="3" >
-    <div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="{{ "/assets/images/kylin_logo.jpg"| prepend: site.baseurl }}"> <span class="title" >Apache Kylin™</span> <span class="tagline">Extreme OLAP Engine for Big Data</span> 
-    </div>
-  </div>
-
-  <!-- Main Menu -->
-  <nav class="navbar navbar-default" role="navigation" id="nav-wrapper">
-  <div class="container-fluid" id="nav">
-    <!-- Brand and toggle get grouped for better mobile display -->
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
-        <span class="sr-only">Toggle navigation</span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-      </button>
-     
-    </div>
-
-    <!-- Collect the nav links, forms, and other content for toggling -->
-    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
-      <ul class="nav navbar-nav">
-     <li><a href="/cn">首页</a></li>
-          <li><a href="/cn/docs" >文档</a></li>
-          <li><a href="/cn/download">下载</li>
-          <li><a href="/community" >社区</a></li>
-          <li><a href="/development" >开发</a></li>
-          <li><a href="/blog">博客</li>
-          <li><a href="/" >English</a></li>
-          <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
-          <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>            
-      </ul>
-      
-
-    </div><!-- /.navbar-collapse -->
-  </div><!-- /.container-fluid -->
-</nav>
- </header>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/header.html
----------------------------------------------------------------------
diff --git a/website/_includes/header.html b/website/_includes/header.html
deleted file mode 100644
index ac44d3b..0000000
--- a/website/_includes/header.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<header id="header" >
-  
-  <div id="head" class="parallax" parallax-speed="3" >
-    <div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="{{ "/assets/images/kylin_logo.jpg"| prepend: site.baseurl }}"> <span class="title" >Apache Kylin™</span> <span class="tagline">Extreme OLAP Engine for Big Data</span> 
-    </div>
-  </div>
-  
-
-  <!-- Main Menu -->
-  <nav class="navbar navbar-default" role="navigation" id="nav-wrapper">
-  <div class="container-fluid" id="nav">
-    <!--
-    <img class="img-circle" width="40px" height="40px" id="circlelogo" src="{{ "/assets/images/kylin_logo.jpg"| prepend: site.baseurl }}">
-    -->
-    <!-- Brand and toggle get grouped for better mobile display -->
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
-        <span class="sr-only">Toggle navigation</span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-      </button>
-     
-    </div>
-
-    <!-- Collect the nav links, forms, and other content for toggling -->
-    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
-      <ul class="nav navbar-nav">
-     <li><a href="/">Home</a></li>
-          <li><a href="/docs" >Docs</a></li>
-          <li><a href="/download">Download</li>
-          <li><a href="/community" >Community</a></li>
-          <li><a href="/development" >Development</a></li>
-          <li><a href="/blog">Blog</li>
-          <li><a href="/cn" >中文版</a></li>  
-          <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
-          <li><a href="https://github.com/apache/kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
-          <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
-      </ul>      
-    </div><!-- /.navbar-collapse -->
-  </div><!-- /.container-fluid -->
-</nav>
- </header>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/navside.cn.html
----------------------------------------------------------------------
diff --git a/website/_includes/navside.cn.html b/website/_includes/navside.cn.html
deleted file mode 100755
index 0717238..0000000
--- a/website/_includes/navside.cn.html
+++ /dev/null
@@ -1,112 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<div class="col-md-3 col-lg-3 col-xs-4 aside1 visible-md visible-lg" id="nside1" style=" padding-top: 2em">
-    <ul class="nav nav-pills nav-stacked">
-        {% for category in site.categories %}     <!-- categories -->
-        {% if category[0] == '入门' %}
-        <li><a href="#{{ category | first }}" data-toggle="collapse" id="navtitle">入门</a></li>
-        <div class="collapse in" id="{{ category[0] }}">
-            <div class="list-group" id="list1">
-                <ul style="list-style-type:disc">
-                    {% for post in category[1] %}
-                    <li><a href="{{ post.url }}" class="list-group-item-lay pjaxlink">{{post.title}}</a></li>
-                    {% endfor %}
-                    <ul>
-            </div>
-        </div>
-        {% endif %}
-        {% endfor %}
-
-        {% for category in site.categories %}
-        {% if category[0] == '安装' %}
-        <li><a href="#{{ category | first }}" data-toggle="collapse" id="navtitle">安装</a></li>
-        <div class="collapse in" id="{{ category[0] }}">
-            <div class="list-group" id="list2">
-                <ul style="list-style-type:disc">
-                    {% for post in category[1] %}
-                    <li><a href="{{ post.url }}" class="list-group-item-lay pjaxlink">{{post.title}}</a></li>
-                    {% endfor %}
-                    <ul>
-            </div>
-        </div>
-        {% endif %}
-        {% endfor %}
-
-        {% for category in site.categories %}
-        {% if category[0] == '教程' %}
-        <li><a href="#{{ category | first }}" data-toggle="collapse" id="navtitle">教程</a></li>
-        <div class="collapse in" id="{{ category[0] }}">
-            <div class="list-group" id="list3">
-                <ul style="list-style-type:disc">
-                    {% for post in category[1] %}
-                    <li><a href="{{ post.url }}" class="list-group-item-lay pjaxlink">{{post.title}}</a></li>
-                    {% endfor %}
-                    <ul>
-            </div>
-        </div>
-        {% endif %}
-        {% endfor %}
-
-        {% for category in site.categories %}
-        {% if category[0] == '开发' %}
-        <li><a href="#{{ category | first }}" data-toggle="collapse" id="navtitle">开发</a></li>
-        <div class="collapse in" id="{{ category[0] }}">
-            <div class="list-group" id="list4">
-                <ul style="list-style-type:disc">
-                    {% for post in category[1] %}
-                    <li><a href="{{ post.url }}" class="list-group-item-lay pjaxlink">{{post.title}}</a></li>
-                    {% endfor %}
-                    <ul>
-            </div>
-        </div>
-        {% endif %}
-        {% endfor %}
-
-        {% for category in site.categories %}
-        {% if category[0] == '如何' %}
-        <li><a href="#{{ category | first }}" data-toggle="collapse" id="navtitle">如何</a></li>
-        <div class="collapse in" id="{{ category[0] }}">
-            <div class="list-group" id="list5">
-                <ul style="list-style-type:disc">
-                    {% for post in category[1] %}
-                    <li><a href="{{ post.url }}" class="list-group-item-lay pjaxlink">{{post.title}}</a></li>
-                    {% endfor %}
-                    <ul>
-            </div>
-        </div>
-        {% endif %}
-        {% endfor %}
-
-
-        {% for category in site.categories %}
-        {% if category[0] == '系统api' %}
-        <li><a href="#{{ category | first }}" data-toggle="collapse" id="navtitle">系统API</a></li>
-        <div class="collapse in" id="{{ category[0] }}">
-            <div class="list-group" id="list6">
-                <ul style="list-style-type:disc">
-                    {% for post in category[1] %}
-                    <li><a href="{{ post.url }}" class="list-group-item-lay pjaxlink">{{post.title}}</a></li>
-                    {% endfor %}
-                    <ul>
-            </div>
-        </div>
-        {% endif %}
-        {% endfor %}
-    </ul>
-</div>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_includes/navside.html
----------------------------------------------------------------------
diff --git a/website/_includes/navside.html b/website/_includes/navside.html
deleted file mode 100755
index f3cc8d4..0000000
--- a/website/_includes/navside.html
+++ /dev/null
@@ -1,90 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-
-
-<div class="col-md-3 col-lg-3 col-xs-4 aside1 visible-md visible-lg" id="nside1" style=" padding-top: 2em">
-    <ul class="nav nav-pills nav-stacked">
-
-    <li><a href="#{{ category | first }}" data-toggle="collapse" id="navtitle">Getting Started</a></li>
-        <div class="collapse in" id="{{ category[0] }}">
-            <div class="list-group" id="list1">
-                <ul style="list-style-type:disc">
-                {% for page in site.pages %}
-                    {% if page.categories contains 'gettingstarted' %}
-                    <li><a href="{{ page.url }}" class="list-group-item-lay pjaxlink">{{page.title}}</a></li>
-                    {% endif %}
-                {% endfor %}
-                <ul>
-            </div>
-        </div>
-
-    <li><a href="#{{ category | first }}" data-toggle="collapse" id="navtitle">Installation</a></li>
-    <div class="collapse in" id="{{ category[0] }}">
-        <div class="list-group" id="list1">
-            <ul style="list-style-type:disc">
-            {% for page in site.pages %}
-                {% if page.categories contains 'install' %}
-                <li><a href="{{ page.url }}" class="list-group-item-lay pjaxlink">{{page.title}}</a></li>
-                {% endif %}
-            {% endfor %}
-            <ul>
-        </div>
-        </div>
-
-        <li><a href="#{{ category | first }}" data-toggle="collapse" id="navtitle">How to</a></li>
-        <div class="collapse in" id="{{ category[0] }}">
-            <div class="list-group" id="list5">
-                <ul style="list-style-type:disc">
-                {% for page in site.pages %}
-                    {% if page.categories contains 'howto' %}
-                    <li><a href="{{ page.url }}" class="list-group-item-lay pjaxlink">{{page.title}}</a></li>
-                    {% endif %}
-                {% endfor %}
-                <ul>
-            </div>
-        </div>
-
-        <li><a href="#{{ category | first }}" data-toggle="collapse" id="navtitle">Tutorial</a></li>
-        <div class="collapse in" id="{{ category[0] }}">
-            <div class="list-group" id="list5">
-                <ul style="list-style-type:disc">
-                {% for page in site.pages %}
-                    {% if page.categories contains 'tutorial' %}
-                    <li><a href="{{ page.url }}" class="list-group-item-lay pjaxlink">{{page.title}}</a></li>
-                    {% endif %}
-                {% endfor %}
-                <ul>
-            </div>
-        </div>
-
-        <li><a href="#{{ category | first }}" data-toggle="collapse" id="navtitle">Development</a></li>
-        <div class="collapse in" id="{{ category[0] }}">
-            <div class="list-group" id="list5">
-                <ul style="list-style-type:disc">
-                {% for page in site.pages %}
-                    {% if page.categories contains 'development' %}
-                    <li><a href="{{ page.url }}" class="list-group-item-lay pjaxlink">{{page.title}}</a></li>
-                    {% endif %}
-                {% endfor %}
-                <ul>
-            </div>
-        </div>
-
-    </ul>
-</div>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_layouts/blog.html
----------------------------------------------------------------------
diff --git a/website/_layouts/blog.html b/website/_layouts/blog.html
deleted file mode 100644
index c49b015..0000000
--- a/website/_layouts/blog.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-<!doctype html>
-<html>
-	{% include head.html %}
-	<body>
-		{% include header.html %}
-		<div class="page-content">
-			<header style=" padding:2em 0 0 0">
-			<div class="container" >
-				<h4 class="section-title"><span>Apache Kylin™ Technical Blog</span></h4>
-			</div>
-		</div>
-
-		<div class="container">
-			<div>
-				<article class="post-content" >	
-				{{ content }}
-				</article>
-			</div>
-		</div>		
-		{% include footer.html %}
-
-	<script src="/assets/js/jquery-1.9.1.min.js"></script> 
-	<script src="/assets/js/bootstrap.min.js"></script> 
-	<script src="/assets/js/main.js"></script>
-	</body>
-</html>
-
-
-
-

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_layouts/default-cn.html
----------------------------------------------------------------------
diff --git a/website/_layouts/default-cn.html b/website/_layouts/default-cn.html
deleted file mode 100644
index f5bad69..0000000
--- a/website/_layouts/default-cn.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<!DOCTYPE html>
-<html>
-
-  {% include head.cn.html %}
-
-  <body>
-
-    {% include header.cn.html %}
-
-    <div class="page-content">
-      <div class="wrapper">
-        {{ content }}
-      </div>
-    </div>
-
-    {% include footer.html %}
-
-  <script src="/assets/js/jquery-1.9.1.min.js"></script> 
-  <script src="/assets/js/bootstrap.min.js"></script> 
-  <script src="/assets/js/main.js"></script>
-  </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_layouts/default.html
----------------------------------------------------------------------
diff --git a/website/_layouts/default.html b/website/_layouts/default.html
deleted file mode 100644
index de1e3ba..0000000
--- a/website/_layouts/default.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<!DOCTYPE html>
-<html>
-
-  {% include head.html %}
-
-  <body>
-
-    {% include header.html %}
-<main id="main" >
-  <div class="container" >
-    <div id="zero" class=" main" >
-
-    <div class="page-content">
-      <div class="wrapper">
-        {{ content }}
-      </div>
-    </div>
-
-    </div>
-  </div>
-</main>
-
-    {% include footer.html %}
-
-  <script src="/assets/js/jquery-1.9.1.min.js"></script> 
-  <script src="/assets/js/bootstrap.min.js"></script> 
-  <script src="/assets/js/main.js"></script>
-  </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_layouts/dev.html
----------------------------------------------------------------------
diff --git a/website/_layouts/dev.html b/website/_layouts/dev.html
deleted file mode 100644
index cd8c070..0000000
--- a/website/_layouts/dev.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<!doctype html>
-<html>
-	{% include head.html %}
-	<body>
-		{% include header.html %}
-		
-		<div class="container">
-			<div class="row">
-				{% include dev_nav.html %}
-				<div class="col-md-9 col-lg-9 col-xs-14 aside2">
-					<div id="container">
-						<div id="pjax">
-							<h1 class="post-title">{{ page.title }}</h1>
-							<article class="post-content" >
-							{{ content }}
-							</article>
-						</div>
-					</div>
-				</div>
-			</div>
-		</div>		
-		{% include footer.html %}
-
-	<script src="/assets/js/jquery-1.9.1.min.js"></script> 
-	<script src="/assets/js/bootstrap.min.js"></script> 
-	<script src="/assets/js/main.js"></script>
-	</body>
-</html>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_layouts/docs-cn.html
----------------------------------------------------------------------
diff --git a/website/_layouts/docs-cn.html b/website/_layouts/docs-cn.html
deleted file mode 100755
index 5f13608..0000000
--- a/website/_layouts/docs-cn.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<!doctype html>
-<html>
-	{% include head.cn.html %}
-	<body>
-		{% include header.cn.html %}
-		
-		<div class="container">
-			<div class="row">
-				{% include docs_nav.cn.html %}
-				<div class="col-md-9 col-lg-9 col-xs-14 aside2">
-					<div id="container">
-						<div id="pjax">
-							<h1 class="post-title">{{ page.title }}</h1>
-							<article class="post-content" >
-							{{ content }}
-							</article>
-						</div>
-					</div>
-				</div>
-			</div>
-		</div>		
-		{% include footer.html %}
-
-	<script src="/assets/js/jquery-1.9.1.min.js"></script> 
-	<script src="/assets/js/bootstrap.min.js"></script> 
-	<script src="/assets/js/main.js"></script>
-	</body>
-</html>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_layouts/docs.html
----------------------------------------------------------------------
diff --git a/website/_layouts/docs.html b/website/_layouts/docs.html
deleted file mode 100755
index 0aa9b63..0000000
--- a/website/_layouts/docs.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<!doctype html>
-<html>
-	{% include head.html %}
-	<body>
-		{% include header.html %}
-		
-		<div class="container">
-			<div class="row">
-				{% include docs_nav.html %}
-				<div class="col-md-9 col-lg-9 col-xs-14 aside2">
-					<div id="container">
-						<div id="pjax">
-							<h1 class="post-title">{{ page.title }}</h1>
-							{% if page.version == NULL %}
-							{% else %}							
-								<p>version: {{page.version}}, since: {{page.since}}</p>
-							{% endif %}
-							<article class="post-content" >	
-							{{ content }}
-							</article>
-						</div>
-					</div>
-				</div>
-			</div>
-		</div>		
-		{% include footer.html %}
-
-	<script src="/assets/js/jquery-1.9.1.min.js"></script> 
-	<script src="/assets/js/bootstrap.min.js"></script> 
-	<script src="/assets/js/main.js"></script>
-	</body>
-</html>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_layouts/download-cn.html
----------------------------------------------------------------------
diff --git a/website/_layouts/download-cn.html b/website/_layouts/download-cn.html
deleted file mode 100644
index adc5068..0000000
--- a/website/_layouts/download-cn.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<!DOCTYPE html>
-<html>
-
-  {% include head.cn.html %}
-
-  <body>
-
-    {% include header.cn.html %}
-
-    <div class="page-content">
-      <div class="wrapper">
-        <main id="main" >
-          <div class="container" >
-            <div id="zero" class=" main" >
-              <header style=" padding:2em 0 0 0">
-                <div class="container" >
-                  <h4 class="section-title"><span>Apache Kylin™ 相关下载</span></h4>
-                </div>
-              </header>
-                {{ content }}
-            </div>
-          </div>
-        </main>
-
-      </div>
-    </div>
-
-    {% include footer.html %}
-
-  <script src="/assets/js/jquery-1.9.1.min.js"></script> 
-  <script src="/assets/js/bootstrap.min.js"></script> 
-  <script src="/assets/js/main.js"></script>
-  </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_layouts/download.html
----------------------------------------------------------------------
diff --git a/website/_layouts/download.html b/website/_layouts/download.html
deleted file mode 100644
index 93dfd0d..0000000
--- a/website/_layouts/download.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<!DOCTYPE html>
-<html>
-
-  {% include head.html %}
-
-  <body>
-
-    {% include header.html %}
-
-    <div class="page-content">
-      <div class="wrapper">
-        <main id="main" >
-          <div class="container" >
-            <div id="zero" class=" main" >
-              <header style=" padding:2em 0 0 0">
-                <div class="container" >
-                  <h4 class="section-title"><span>Apache Kylin™ Download</span></h4>
-                </div>
-              </header>
-                {{ content }}
-            </div>
-          </div>
-        </main>
-
-      </div>
-    </div>
-
-    {% include footer.html %}
-
-  <script src="/assets/js/jquery-1.9.1.min.js"></script> 
-  <script src="/assets/js/bootstrap.min.js"></script> 
-  <script src="/assets/js/main.js"></script>
-  </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_layouts/page.html
----------------------------------------------------------------------
diff --git a/website/_layouts/page.html b/website/_layouts/page.html
deleted file mode 100644
index 9b38fb8..0000000
--- a/website/_layouts/page.html
+++ /dev/null
@@ -1,33 +0,0 @@
----
-layout: default
----
-
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<div class="post">
-
-  <header class="post-header">
-    <h1 class="post-title">{{ page.title }}</h1>
-  </header>
-
-  <article class="post-content">
-    {{ content }}
-  </article>
-
-</div>

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_layouts/post-blog.html
----------------------------------------------------------------------
diff --git a/website/_layouts/post-blog.html b/website/_layouts/post-blog.html
deleted file mode 100644
index 6e311ec..0000000
--- a/website/_layouts/post-blog.html
+++ /dev/null
@@ -1,38 +0,0 @@
----
-layout: blog
----
-
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<div class="post" style=" padding:2em 4em 4em 4em">
-
-  <header class="post-header">
-    <h1 class="post-title">{{ page.title }}</h1>
-    <p class="post-meta" >{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
-  </header>
-
-  <article class="post-content" >
-    {{ content }}
-  </article>
-
-</div>
-
-
-
-

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_layouts/post-cn.html
----------------------------------------------------------------------
diff --git a/website/_layouts/post-cn.html b/website/_layouts/post-cn.html
deleted file mode 100644
index cba1250..0000000
--- a/website/_layouts/post-cn.html
+++ /dev/null
@@ -1,38 +0,0 @@
----
-layout: docs-cn
----
-
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<div class="post" style=" padding:1.5em 4em 4em 4em">
-
-  <header class="post-header">
-    <h1 class="post-title">{{ page.title }}</h1>
-    <p class="post-meta" >{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
-  </header>
-
-  <article class="post-content" >
-    {{ content }}
-  </article>
-
-</div>
-
-
-
-

http://git-wip-us.apache.org/repos/asf/kylin/blob/0a74e9cb/website/_layouts/post.html
----------------------------------------------------------------------
diff --git a/website/_layouts/post.html b/website/_layouts/post.html
deleted file mode 100644
index 19732c9..0000000
--- a/website/_layouts/post.html
+++ /dev/null
@@ -1,38 +0,0 @@
----
-layout: docs
----
-
-<!--
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-*
-*     http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
--->
-
-<div class="post" style=" padding:1.5em 4em 4em 4em">
-
-  <header class="post-header">
-    <h1 class="post-title">{{ page.title }}</h1>
-    <p class="post-meta" >{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
-  </header>
-
-  <article class="post-content" >
-    {{ content }}
-  </article>
-
-</div>
-
-
-
-