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 2017/12/05 06:52:48 UTC

svn commit: r1817155 [1/4] - in /kylin/site: ./ blog/ cn/docs21/ cn/docs21/install/ cn/docs21/tutorial/ development/ docs21/ docs21/gettingstarted/ docs21/howto/ docs21/install/ docs21/tutorial/ images/tutorial/2.1/Qlik/

Author: lidong
Date: Tue Dec  5 06:52:46 2017
New Revision: 1817155

URL: http://svn.apache.org/viewvc?rev=1817155&view=rev
Log:
connect_qilk

Added:
    kylin/site/Dockerfile
    kylin/site/Makefile
    kylin/site/cn/docs21/tutorial/Qlik.html
    kylin/site/docs21/tutorial/Qlik.html
    kylin/site/images/tutorial/2.1/Qlik/
    kylin/site/images/tutorial/2.1/Qlik/add_dimension.png   (with props)
    kylin/site/images/tutorial/2.1/Qlik/create_data_connection.png   (with props)
    kylin/site/images/tutorial/2.1/Qlik/create_new_application.png   (with props)
    kylin/site/images/tutorial/2.1/Qlik/create_new_report.png   (with props)
    kylin/site/images/tutorial/2.1/Qlik/go_to_app_overview.png   (with props)
    kylin/site/images/tutorial/2.1/Qlik/kap_query.png   (with props)
    kylin/site/images/tutorial/2.1/Qlik/load_data.png   (with props)
    kylin/site/images/tutorial/2.1/Qlik/measure.png   (with props)
    kylin/site/images/tutorial/2.1/Qlik/odbc_connection.png   (with props)
    kylin/site/images/tutorial/2.1/Qlik/report.png   (with props)
    kylin/site/images/tutorial/2.1/Qlik/script_editor.png   (with props)
    kylin/site/images/tutorial/2.1/Qlik/script_run_result.png   (with props)
    kylin/site/images/tutorial/2.1/Qlik/welcome_to_qlik_desktop.png   (with props)
Modified:
    kylin/site/blog/index.html
    kylin/site/cn/docs21/index.html
    kylin/site/cn/docs21/install/index.html
    kylin/site/cn/docs21/install/manual_install_guide.html
    kylin/site/cn/docs21/tutorial/acl.html
    kylin/site/cn/docs21/tutorial/create_cube.html
    kylin/site/cn/docs21/tutorial/cube_build_job.html
    kylin/site/cn/docs21/tutorial/kylin_client_tool.html
    kylin/site/cn/docs21/tutorial/odbc.html
    kylin/site/cn/docs21/tutorial/powerbi.html
    kylin/site/cn/docs21/tutorial/query_pushdown.html
    kylin/site/cn/docs21/tutorial/tableau.html
    kylin/site/cn/docs21/tutorial/tableau_91.html
    kylin/site/cn/docs21/tutorial/web.html
    kylin/site/development/howto_docs.html
    kylin/site/docs21/gettingstarted/best_practices.html
    kylin/site/docs21/gettingstarted/concepts.html
    kylin/site/docs21/gettingstarted/events.html
    kylin/site/docs21/gettingstarted/faq.html
    kylin/site/docs21/gettingstarted/terminology.html
    kylin/site/docs21/howto/howto_backup_metadata.html
    kylin/site/docs21/howto/howto_build_cube_with_restapi.html
    kylin/site/docs21/howto/howto_cleanup_storage.html
    kylin/site/docs21/howto/howto_enable_zookeeper_acl.html
    kylin/site/docs21/howto/howto_install_ranger_kylin_plugin.html
    kylin/site/docs21/howto/howto_jdbc.html
    kylin/site/docs21/howto/howto_ldap_and_sso.html
    kylin/site/docs21/howto/howto_optimize_build.html
    kylin/site/docs21/howto/howto_optimize_cubes.html
    kylin/site/docs21/howto/howto_update_coprocessor.html
    kylin/site/docs21/howto/howto_upgrade.html
    kylin/site/docs21/howto/howto_use_beeline.html
    kylin/site/docs21/howto/howto_use_distributed_scheduler.html
    kylin/site/docs21/howto/howto_use_restapi.html
    kylin/site/docs21/howto/howto_use_restapi_in_js.html
    kylin/site/docs21/index.html
    kylin/site/docs21/install/advance_settings.html
    kylin/site/docs21/install/hadoop_env.html
    kylin/site/docs21/install/index.html
    kylin/site/docs21/install/kylin_aws_emr.html
    kylin/site/docs21/install/kylin_cluster.html
    kylin/site/docs21/install/kylin_docker.html
    kylin/site/docs21/release_notes.html
    kylin/site/docs21/tutorial/acl.html
    kylin/site/docs21/tutorial/create_cube.html
    kylin/site/docs21/tutorial/cube_build_job.html
    kylin/site/docs21/tutorial/cube_build_performance.html
    kylin/site/docs21/tutorial/cube_spark.html
    kylin/site/docs21/tutorial/cube_streaming.html
    kylin/site/docs21/tutorial/flink.html
    kylin/site/docs21/tutorial/hue.html
    kylin/site/docs21/tutorial/kylin_sample.html
    kylin/site/docs21/tutorial/microstrategy.html
    kylin/site/docs21/tutorial/odbc.html
    kylin/site/docs21/tutorial/powerbi.html
    kylin/site/docs21/tutorial/project_level_acl.html
    kylin/site/docs21/tutorial/query_pushdown.html
    kylin/site/docs21/tutorial/squirrel.html
    kylin/site/docs21/tutorial/tableau.html
    kylin/site/docs21/tutorial/tableau_91.html
    kylin/site/docs21/tutorial/web.html
    kylin/site/feed.xml

Added: kylin/site/Dockerfile
URL: http://svn.apache.org/viewvc/kylin/site/Dockerfile?rev=1817155&view=auto
==============================================================================
--- kylin/site/Dockerfile (added)
+++ kylin/site/Dockerfile Tue Dec  5 06:52:46 2017
@@ -0,0 +1,3 @@
+FROM jekyll/jekyll:2.5.3
+
+RUN gem install jekyll-multiple-languages:1.0.11 kramdown rouge

Added: kylin/site/Makefile
URL: http://svn.apache.org/viewvc/kylin/site/Makefile?rev=1817155&view=auto
==============================================================================
--- kylin/site/Makefile (added)
+++ kylin/site/Makefile Tue Dec  5 06:52:46 2017
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+docker.build:
+	docker build -f Dockerfile -t kylin-document:latest .
+
+document.build:
+	docker run --volume="$(shell pwd):/srv/jekyll" --rm -it kylin-document:latest jekyll build
+
+runserver:
+	docker run --volume="$(shell pwd):/srv/jekyll" -p 4000:4000 --rm -it kylin-document:latest jekyll server --watch
+
+clean:
+	rm -rf _site

Modified: kylin/site/blog/index.html
URL: http://svn.apache.org/viewvc/kylin/site/blog/index.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/blog/index.html (original)
+++ kylin/site/blog/index.html Tue Dec  5 06:52:46 2017
@@ -301,13 +301,13 @@
     
             <li>
         <h2 align="left" style="margin:0px">
-          <a class="post-link" href="/blog/2016/04/12/release-v1.5.1/">Apache Kylin v1.5.1 Release Announcement</a></h2><div align="left" class="post-meta">posted: Apr 12, 2016</div>
+          <a class="post-link" href="/cn/blog/2016/04/12/release-v1.5.1/">Apache Kylin v1.5.1 正式发布</a></h2><div align="left" class="post-meta">posted: Apr 12, 2016</div>
         
       </li>
     
             <li>
         <h2 align="left" style="margin:0px">
-          <a class="post-link" href="/cn/blog/2016/04/12/release-v1.5.1/">Apache Kylin v1.5.1 正式发布</a></h2><div align="left" class="post-meta">posted: Apr 12, 2016</div>
+          <a class="post-link" href="/blog/2016/04/12/release-v1.5.1/">Apache Kylin v1.5.1 Release Announcement</a></h2><div align="left" class="post-meta">posted: Apr 12, 2016</div>
         
       </li>
     
@@ -379,13 +379,13 @@
     
             <li>
         <h2 align="left" style="margin:0px">
-          <a class="post-link" href="/blog/2015/10/25/release-v1.1-incubating/">Apache Kylin v1.1 (incubating) Release Announcement</a></h2><div align="left" class="post-meta">posted: Oct 25, 2015</div>
+          <a class="post-link" href="/cn/blog/2015/10/25/release-v1.1-incubating/">Apache Kylin v1.1 (incubating) 正式发布</a></h2><div align="left" class="post-meta">posted: Oct 25, 2015</div>
         
       </li>
     
             <li>
         <h2 align="left" style="margin:0px">
-          <a class="post-link" href="/cn/blog/2015/10/25/release-v1.1-incubating/">Apache Kylin v1.1 (incubating) 正式发布</a></h2><div align="left" class="post-meta">posted: Oct 25, 2015</div>
+          <a class="post-link" href="/blog/2015/10/25/release-v1.1-incubating/">Apache Kylin v1.1 (incubating) Release Announcement</a></h2><div align="left" class="post-meta">posted: Oct 25, 2015</div>
         
       </li>
     

Modified: kylin/site/cn/docs21/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/index.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/index.html (original)
+++ kylin/site/cn/docs21/index.html Tue Dec  5 06:52:46 2017
@@ -395,6 +395,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -616,6 +620,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -699,6 +707,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
       
 
@@ -776,6 +788,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
       
 
@@ -905,6 +921,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
       
 
@@ -1026,6 +1046,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
       
 
@@ -1151,6 +1175,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
       
 
@@ -1260,6 +1288,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
       
 
@@ -1365,10 +1397,91 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
       
 
 
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/cn/docs21/install/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/install/index.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/install/index.html (original)
+++ kylin/site/cn/docs21/install/index.html Tue Dec  5 06:52:46 2017
@@ -706,6 +706,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -911,6 +915,74 @@
 
 
 
+  
+      
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/docs21/install/kylin_aws_emr.html" class="list-group-item-lay pjaxlink" id="navlist">Install Kylin on AWS EMR</a></li>      
+      
+
+
+
 
 
 
@@ -1026,6 +1098,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/kylin_sample.html" class="list-group-item-lay pjaxlink" id="navlist">Quick Start with Sample Cube</a></li>      
       
 
@@ -1158,6 +1234,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Web Interface</a></li>      
       
 
@@ -1242,6 +1322,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/create_cube.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Wizard</a></li>      
       
 
@@ -1330,6 +1414,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Build and Job Monitoring</a></li>      
       
 
@@ -1410,6 +1498,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Permission (v2.1.x)</a></li>      
       
 
@@ -1524,6 +1616,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/project_level_acl.html" class="list-group-item-lay pjaxlink" id="navlist">Project Level ACL</a></li>      
       
 
@@ -1616,6 +1712,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/cube_spark.html" class="list-group-item-lay pjaxlink" id="navlist">Build Cube with Spark</a></li>      
       
 
@@ -1706,6 +1806,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/cube_build_performance.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Build Tuning</a></li>      
       
 
@@ -1832,6 +1936,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC Driver</a></li>      
       
 
@@ -1992,6 +2100,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 8</a></li>      
       
 
@@ -2120,6 +2232,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9</a></li>      
       
 
@@ -2232,6 +2348,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">MS Excel and Power BI</a></li>      
       
 
@@ -2336,6 +2456,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/microstrategy.html" class="list-group-item-lay pjaxlink" id="navlist">MicroStrategy</a></li>      
       
 
@@ -2456,6 +2580,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/squirrel.html" class="list-group-item-lay pjaxlink" id="navlist">SQuirreL</a></li>      
       
 
@@ -2552,6 +2680,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/flink.html" class="list-group-item-lay pjaxlink" id="navlist">Apache Flink</a></li>      
       
 
@@ -2650,10 +2782,94 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/hue.html" class="list-group-item-lay pjaxlink" id="navlist">Apache Hue</a></li>      
       
 
 
+
+  
+      
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">Integration with Qlik Sense</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/cn/docs21/install/manual_install_guide.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/install/manual_install_guide.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/install/manual_install_guide.html (original)
+++ kylin/site/cn/docs21/install/manual_install_guide.html Tue Dec  5 06:52:46 2017
@@ -395,6 +395,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -616,6 +620,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -699,6 +707,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
       
 
@@ -776,6 +788,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
       
 
@@ -905,6 +921,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
       
 
@@ -1026,6 +1046,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
       
 
@@ -1151,6 +1175,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
       
 
@@ -1260,6 +1288,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
       
 
@@ -1365,10 +1397,91 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
       
 
 
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
 
 
 

Added: kylin/site/cn/docs21/tutorial/Qlik.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/tutorial/Qlik.html?rev=1817155&view=auto
==============================================================================
--- kylin/site/cn/docs21/tutorial/Qlik.html (added)
+++ kylin/site/cn/docs21/tutorial/Qlik.html Tue Dec  5 06:52:46 2017
@@ -0,0 +1,1714 @@
+<!--
+* 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>
+	<!--
+* 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 | 与Qlik Sense集成</title>
+  <meta name="description" content="Apache Kylin Home">
+  <meta name="author"      content="Apache Kylin">
+  <link rel="shortcut icon" href="fav.png" type="image/png">
+
+
+
+<link rel="stylesheet" href="/assets/css/animate.css">
+<!-- Bootstrap -->
+<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
+
+<!-- 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">
+
+  <!-- Custom styles -->
+  <link rel="stylesheet" href="/assets/css/styles.css">
+  <link rel="stylesheet" href="/assets/css/docs.css">
+
+  <link rel="canonical" href="http://kylin.apache.org/cn/docs21/tutorial/Qlik.html">
+  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" href="http://kylin.apache.org/feed.xml" />
+
+<!--[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>
+
+	<body>
+		<!--
+* 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"> <span class="title" >Apache Kylin™</span> <span class="tagline">Extreme OLAP Engine for Big Data</span> 
+    </div>
+    <div class="text-center" style="
+      position: relative;
+      top: 66px;
+      width: 1080px;
+      margin: 0 auto;
+      z-index: 11;
+      margin-top: -253px;
+      text-align: right;"
+    >
+      <a href="http://apache.org/foundation/contributing.html" title="Support Apache" style="margin-left: 150px;">
+          <img src="https://www.apache.org/images/SupportApache-small.png" style="height: 150px; width: 150px;">
+      </a>
+    </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/docs21" >文档</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>
+
+		
+		<div class="container">
+			<div class="row">
+				<!--
+* 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="#title开始" data-toggle="collapse" id="navtitle">开始</a></li>
+    <div class="collapse in">
+  	<div class="list-group" id="list1">
+    <ul style="list-style-type:disc">
+    
+
+
+
+
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/index.html" class="list-group-item-lay pjaxlink" id="navlist">概述</a></li>      
+      
+
+
+
+
+
+
+
+        <ul>
+  </div>
+</div>
+    
+    <li><a href="#title安装" data-toggle="collapse" id="navtitle">安装</a></li>
+    <div class="collapse in">
+  	<div class="list-group" id="list1">
+    <ul style="list-style-type:disc">
+    
+
+
+
+
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/install/manual_install_guide.html" class="list-group-item-lay pjaxlink" id="navlist">手动安装指南</a></li>      
+      
+
+
+
+
+
+
+
+        <ul>
+  </div>
+</div>
+    
+    <li><a href="#title教程" data-toggle="collapse" id="navtitle">教程</a></li>
+    <div class="collapse in">
+  	<div class="list-group" id="list1">
+    <ul style="list-style-type:disc">
+    
+
+
+
+
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
+      
+
+
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
+      
+
+
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
+      
+
+
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
+      
+
+
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
+      
+
+
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
+      
+
+
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
+      
+
+
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
+
+
+
+
+
+        <ul>
+  </div>
+</div>
+    
+
+    </ul>
+</div>
+				<div class="col-md-9 col-lg-9 col-xs-14 aside2">
+					<div id="container">
+						<div id="pjax">
+							<h1 class="post-title">与Qlik Sense集成</h1>
+							<article class="post-content" >
+							<p>Qlik Sense 是新一代自助式数据可视化工具。它是一款完整的商业分析软件,便于开发人员和分析人员快速构建和部署强大的分析应用。近年来,该工具成为全球增长率最快的 BI 产品。它可以与 Hadoop Database(Hive 和 Impala)集成。现在也可与 Apache Kylin 集成。本文将分步指导您完成 Apache Kylin 与 Qlik Sense 的连接。</p>
+
+<h3 id="kylin-odbc-">安装 Kylin ODBC 驱动程序</h3>
+
+<p>有关安装信息,参考页面 <a href="http://kylin.apache.org/cn/docs21/tutorial/odbc.html">Kylin ODBC 驱动</a>.</p>
+
+<p>###安装 Qlik Sense</p>
+
+<p>有关 Olik Sense 的安装说明,请访问 <a href="https://www.qlik.com/us/try-or-buy/download-qlik-sense">Qlik Sense Desktop download</a>.</p>
+
+<h3 id="qlik-sense-">与 Qlik Sense 连接</h3>
+
+<p>配置完本地 DSN 并成功安装 Qlik Sense 后,可执行以下步骤来用 Qlik Sense 连接 Apache Kylin:</p>
+
+<ol>
+  <li>打开 <strong>Qlik Sense Desktop</strong>.</li>
+  <li>输入 Qlik 用户名和密码,接着系统将弹出以下对话框。单击<strong>创建新应用程序</strong>.</li>
+</ol>
+
+<p><img src="../../images/tutorial/2.1/Qlik/welcome_to_qlik_desktop.png" alt="Create New Application" /></p>
+
+<ol>
+  <li>为新建的应用程序指定名称.</li>
+</ol>
+
+<p><img src="../../images/tutorial/2.1/Qlik/create_new_application.png" alt="Specify a unique name" /></p>
+
+<ol>
+  <li>应用程序视图中有两个选项,选择下方的<strong>脚本编辑器</strong>。</li>
+</ol>
+
+<p><img src="../../images/tutorial/2.1/Qlik/script_editor.png" alt="Select Script Editor" /></p>
+
+<ol>
+  <li>此时会显示 <strong>数据加载编辑器</strong>的窗口。单击页面右上方的<strong>创建新连接</strong>并选择<strong>ODBC</strong>。</li>
+</ol>
+
+<p><img src="../../images/tutorial/2.1/Qlik/create_data_connection.png" alt="Create New Data Connection" /></p>
+
+<ol>
+  <li>Select <strong>DSN</strong> you have created, ignore the account information, and then click <strong>Create</strong>.</li>
+  <li>选择你创建的<strong>DSN</strong>,忽略账户信息,点击<strong>创建</strong>。</li>
+</ol>
+
+<p><img src="../../images/tutorial/2.1/Qlik/odbc_connection.png" alt="ODBC Connection" /></p>
+
+<p>###配置Direct Query连接模式<br />
+修改默认的脚本中的”TimeFormat”, “DateFormat” and “TimestampFormat” 为</p>
+
+<p><code class="highlighter-rouge">SET TimeFormat='h:mm:ss';</code><br />
+<code class="highlighter-rouge">SET DateFormat='YYYY-MM-DD';</code><br />
+<code class="highlighter-rouge">SET TimestampFormat='YYYY-MM-DD h:mm:ss[.fff]';</code></p>
+
+<p>考虑到kylin环境中的Cube的数据量级通常都很大,可达到PB级。我们推荐用户使用Qlik sense的Direct Query连接模式,而不要将数据导入到Qlik sense中。</p>
+
+<p>你可以在脚本的连接中打入<code class="highlighter-rouge">Direct Query</code>来启用Direct Query连接模式。</p>
+
+<p>下面的截图展现了一个连接了 <em>Learn_kylin</em> 项目中的 <em>kylin_sales_cube</em> 的Direct Query的脚本。</p>
+
+<p><img src="../../images/tutorial/2.1/Qlik/script_run_result.png" alt="Script" /></p>
+
+<p>Qlik sense会基于你定义的这个脚本在报表中相应的生成SQL查询。</p>
+
+<p>我们推荐用户将Kylin Cube上定义的维度和度量相应的定义到脚本中的维度和度量中。</p>
+
+<p>你也可以使用Native表达式来使用Apache Kylin内置函数,例如:</p>
+
+<p><code class="highlighter-rouge">NATIVE('extract(month from PART_DT)') </code></p>
+
+<p>完整的脚本提供在下方以供参考。</p>
+
+<p>请确保将脚本中<code class="highlighter-rouge">LIB CONNECT TO 'kylin';</code> 部分引用的DSN进行相应的修改。</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code><span class="k">SET</span> <span class="n">ThousandSep</span><span class="o">=</span><span class="s1">','</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">DecimalSep</span><span class="o">=</span><span class="s1">'.'</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">MoneyThousandSep</span><span class="o">=</span><span class="s1">','</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">MoneyDecimalSep</span><span class="o">=</span><span class="s1">'.'</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">MoneyFormat</span><span class="o">=</span><span class="s1">'$#,##0.00;-$#,##0.00'</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">TimeFormat</span><span class="o">=</span><span class="s1">'h:mm:ss'</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">DateFormat</span><span class="o">=</span><span class="s1">'YYYY/MM/DD'</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">TimestampFormat</span><span class="o">=</span><span class="s1">'YYYY/MM/DD h:mm:ss[.fff]'</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">FirstWeekDay</span><span class="o">=</span><span class="mi">6</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">BrokenWeeks</span><span class="o">=</span><span class="mi">1</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">ReferenceDay</span><span class="o">=</span><span class="mi">0</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">FirstMonthOfYear</span><span class="o">=</span><span class="mi">1</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">CollationLocale</span><span class="o">=</span><span class="s1">'en-US'</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">CreateSearchIndexOnReload</span><span class="o">=</span><span class="mi">1</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">MonthNames</span><span class="o">=</span><span class="s1">'Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec'</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">LongMonthNames</span><span class="o">=</span><span class="s1">'January;February;March;April;May;June;July;August;September;October;November;December'</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">DayNames</span><span class="o">=</span><span class="s1">'Mon;Tue;Wed;Thu;Fri;Sat;Sun'</span><span class="p">;</span>
+<span class="k">SET</span> <span class="n">LongDayNames</span><span class="o">=</span><span class="s1">'Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday'</span><span class="p">;</span>
+
+<span class="n">LIB</span> <span class="k">CONNECT</span> <span class="k">TO</span> <span class="s1">'kylin'</span><span class="p">;</span>
+
+
+<span class="n">DIRECT</span> <span class="n">QUERY</span>
+<span class="n">DIMENSION</span> 
+  <span class="n">TRANS_ID</span><span class="p">,</span>
+  <span class="n">YEAR_BEG_DT</span><span class="p">,</span>
+  <span class="n">MONTH_BEG_DT</span><span class="p">,</span>
+  <span class="n">WEEK_BEG_DT</span><span class="p">,</span>
+  <span class="n">PART_DT</span><span class="p">,</span>
+  <span class="n">LSTG_FORMAT_NAME</span><span class="p">,</span>
+  <span class="n">OPS_USER_ID</span><span class="p">,</span>
+  <span class="n">OPS_REGION</span><span class="p">,</span>
+  <span class="n">NATIVE</span><span class="p">(</span><span class="s1">'extract(month from PART_DT)'</span><span class="p">)</span> <span class="k">AS</span> <span class="n">PART_MONTH</span><span class="p">,</span>
+   <span class="n">NATIVE</span><span class="p">(</span><span class="s1">'extract(year from PART_DT)'</span><span class="p">)</span> <span class="k">AS</span> <span class="n">PART_YEAR</span><span class="p">,</span>
+  <span class="n">META_CATEG_NAME</span><span class="p">,</span>
+  <span class="n">CATEG_LVL2_NAME</span><span class="p">,</span>
+  <span class="n">CATEG_LVL3_NAME</span><span class="p">,</span>
+  <span class="n">ACCOUNT_BUYER_LEVEL</span><span class="p">,</span>
+  <span class="n">NAME</span>
+<span class="n">MEASURE</span>
+	<span class="n">ITEM_COUNT</span><span class="p">,</span>
+    <span class="n">PRICE</span><span class="p">,</span>
+    <span class="n">SELLER_ID</span>
+<span class="k">FROM</span> <span class="n">KYLIN_SALES</span> 
+<span class="k">join</span> <span class="n">KYLIN_CATEGORY_GROUPINGS</span>  
+<span class="k">on</span><span class="p">(</span> <span class="n">SITE_ID</span><span class="o">=</span><span class="n">LSTG_SITE_ID</span> 
+<span class="k">and</span> <span class="n">KYLIN_SALES</span><span class="p">.</span><span class="n">LEAF_CATEG_ID</span><span class="o">=</span><span class="n">KYLIN_CATEGORY_GROUPINGS</span><span class="p">.</span><span class="n">LEAF_CATEG_ID</span><span class="p">)</span>
+<span class="k">join</span> <span class="n">KYLIN_CAL_DT</span>
+<span class="k">on</span> <span class="p">(</span><span class="n">KYLIN_CAL_DT</span><span class="p">.</span><span class="n">CAL_DT</span><span class="o">=</span><span class="n">KYLIN_SALES</span><span class="p">.</span><span class="n">PART_DT</span><span class="p">)</span>
+<span class="k">join</span> <span class="n">KYLIN_ACCOUNT</span> 
+<span class="k">on</span> <span class="p">(</span><span class="n">KYLIN_ACCOUNT</span><span class="p">.</span><span class="n">ACCOUNT_ID</span><span class="o">=</span><span class="n">KYLIN_SALES</span><span class="p">.</span><span class="n">BUYER_ID</span><span class="p">)</span>
+<span class="k">JOIN</span> <span class="n">KYLIN_COUNTRY</span>
+<span class="k">on</span> <span class="p">(</span><span class="n">KYLIN_COUNTRY</span><span class="p">.</span><span class="n">COUNTRY</span><span class="o">=</span><span class="n">KYLIN_ACCOUNT</span><span class="p">.</span><span class="n">ACCOUNT_COUNTRY</span><span class="p">)</span>
+</code></pre>
+</div>
+
+<p>点击窗口右上方的<strong>加载数据</strong>,Qlik sense会根据脚本来生成探测查询以检查脚本的语法。</p>
+
+<p><img src="../../images/tutorial/2.1/Qlik/load_data.png" alt="Load Data" /></p>
+
+<p>###创建报表</p>
+
+<p>点击左上角的<strong>应用程序视图</strong>。</p>
+
+<p><img src="../../images/tutorial/2.1/Qlik/go_to_app_overview.png" alt="Open App Overview" /></p>
+
+<p>点击<strong>创建新工作表</strong>。</p>
+
+<p>Click <strong>Create new sheet</strong> on this page.</p>
+
+<p><img src="../../images/tutorial/2.1/Qlik/create_new_report.png" alt="Create new sheet" /></p>
+
+<p>选择一个图标类型,将维度和度量根据需要添加到图表上。</p>
+
+<p><img src="../../images/tutorial/2.1/Qlik/add_dimension.png" alt="Select the required charts, dimension and measure" /></p>
+
+<p>图表返回了结果,说明连接Apache Kylin成功。</p>
+
+<p>现在你可以使用Qlik sense分析Apache Kylin中的数据了。</p>
+
+<p><img src="../../images/tutorial/2.1/Qlik/report.png" alt="View data in Qlik Sense" /></p>
+
+<p>请注意如果你希望你的报表可以击中Cube,你在Qlik sense中定义的度量需要和Cube上定义的一致。比如,为了击中Learn_kylin项目的 <em>Kylin_sales_cube</em> 我们在本例中使用<code class="highlighter-rouge">sum(price)</code>。</p>
+
+<p><img src="../../images/tutorial/2.1/Qlik/measure.png" alt="Create Measure that can hit on Cube" /></p>
+
+							</article>
+						</div>
+					</div>
+				</div>
+			</div>
+		</div>		
+		<!--
+* 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>
+
+	<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>

Modified: kylin/site/cn/docs21/tutorial/acl.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/tutorial/acl.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/tutorial/acl.html (original)
+++ kylin/site/cn/docs21/tutorial/acl.html Tue Dec  5 06:52:46 2017
@@ -395,6 +395,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -616,6 +620,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -699,6 +707,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
       
 
@@ -776,6 +788,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
       
 
@@ -905,6 +921,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
       
 
@@ -1026,6 +1046,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
       
 
@@ -1151,6 +1175,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
       
 
@@ -1260,6 +1288,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
       
 
@@ -1365,10 +1397,91 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
       
 
 
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/cn/docs21/tutorial/create_cube.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/tutorial/create_cube.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/tutorial/create_cube.html (original)
+++ kylin/site/cn/docs21/tutorial/create_cube.html Tue Dec  5 06:52:46 2017
@@ -395,6 +395,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -616,6 +620,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -699,6 +707,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
       
 
@@ -776,6 +788,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
       
 
@@ -905,6 +921,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
       
 
@@ -1026,6 +1046,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
       
 
@@ -1151,6 +1175,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
       
 
@@ -1260,6 +1288,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
       
 
@@ -1365,10 +1397,91 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
       
 
 
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/cn/docs21/tutorial/cube_build_job.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/tutorial/cube_build_job.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/tutorial/cube_build_job.html (original)
+++ kylin/site/cn/docs21/tutorial/cube_build_job.html Tue Dec  5 06:52:46 2017
@@ -395,6 +395,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -616,6 +620,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -699,6 +707,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
       
 
@@ -776,6 +788,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
       
 
@@ -905,6 +921,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
       
 
@@ -1026,6 +1046,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
       
 
@@ -1151,6 +1175,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
       
 
@@ -1260,6 +1288,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
       
 
@@ -1365,10 +1397,91 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
       
 
 
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/cn/docs21/tutorial/kylin_client_tool.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/tutorial/kylin_client_tool.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/tutorial/kylin_client_tool.html (original)
+++ kylin/site/cn/docs21/tutorial/kylin_client_tool.html Tue Dec  5 06:52:46 2017
@@ -395,6 +395,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -616,6 +620,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -699,6 +707,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
       
 
@@ -776,6 +788,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
       
 
@@ -905,6 +921,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
       
 
@@ -1026,6 +1046,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
       
 
@@ -1151,6 +1175,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
       
 
@@ -1260,6 +1288,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
       
 
@@ -1365,10 +1397,91 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
       
 
 
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/cn/docs21/tutorial/odbc.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/tutorial/odbc.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/tutorial/odbc.html (original)
+++ kylin/site/cn/docs21/tutorial/odbc.html Tue Dec  5 06:52:46 2017
@@ -395,6 +395,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -616,6 +620,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -699,6 +707,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
       
 
@@ -776,6 +788,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
       
 
@@ -905,6 +921,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
       
 
@@ -1026,6 +1046,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
       
 
@@ -1151,6 +1175,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
       
 
@@ -1260,6 +1288,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
       
 
@@ -1365,10 +1397,91 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
       
 
 
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/cn/docs21/tutorial/powerbi.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/tutorial/powerbi.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/tutorial/powerbi.html (original)
+++ kylin/site/cn/docs21/tutorial/powerbi.html Tue Dec  5 06:52:46 2017
@@ -395,6 +395,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -616,6 +620,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -699,6 +707,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
       
 
@@ -776,6 +788,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
       
 
@@ -905,6 +921,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
       
 
@@ -1026,6 +1046,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
       
 
@@ -1151,6 +1175,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
       
 
@@ -1260,6 +1288,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
       
 
@@ -1365,10 +1397,91 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
       
 
 
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/cn/docs21/tutorial/query_pushdown.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/tutorial/query_pushdown.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/tutorial/query_pushdown.html (original)
+++ kylin/site/cn/docs21/tutorial/query_pushdown.html Tue Dec  5 06:52:46 2017
@@ -395,6 +395,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -616,6 +620,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -699,6 +707,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
       
 
@@ -776,6 +788,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
       
 
@@ -905,6 +921,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
       
 
@@ -1026,6 +1046,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
       
 
@@ -1151,6 +1175,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
       
 
@@ -1260,6 +1288,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
       
 
@@ -1365,10 +1397,91 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
       
 
 
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/cn/docs21/tutorial/tableau.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/tutorial/tableau.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/tutorial/tableau.html (original)
+++ kylin/site/cn/docs21/tutorial/tableau.html Tue Dec  5 06:52:46 2017
@@ -395,6 +395,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -616,6 +620,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -699,6 +707,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
       
 
@@ -776,6 +788,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
       
 
@@ -905,6 +921,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
       
 
@@ -1026,6 +1046,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
       
 
@@ -1151,6 +1175,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
       
 
@@ -1260,6 +1288,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
       
 
@@ -1365,10 +1397,91 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
       
 
 
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/cn/docs21/tutorial/tableau_91.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/tutorial/tableau_91.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/tutorial/tableau_91.html (original)
+++ kylin/site/cn/docs21/tutorial/tableau_91.html Tue Dec  5 06:52:46 2017
@@ -395,6 +395,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -616,6 +620,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -699,6 +707,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
       
 
@@ -776,6 +788,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
       
 
@@ -905,6 +921,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
       
 
@@ -1026,6 +1046,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
       
 
@@ -1151,6 +1175,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
       
 
@@ -1260,6 +1288,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
       
 
@@ -1365,10 +1397,91 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
       
 
 
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/cn/docs21/tutorial/web.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs21/tutorial/web.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/cn/docs21/tutorial/web.html (original)
+++ kylin/site/cn/docs21/tutorial/web.html Tue Dec  5 06:52:46 2017
@@ -395,6 +395,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -616,6 +620,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -699,6 +707,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 建立和Job监控教程</a></li>      
       
 
@@ -776,6 +788,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin Cube 权限授予教程</a></li>      
       
 
@@ -905,6 +921,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin网页版教程</a></li>      
       
 
@@ -1026,6 +1046,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau教程</a></li>      
       
 
@@ -1151,6 +1175,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9 教程</a></li>      
       
 
@@ -1260,6 +1288,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">微软Excel及Power BI教程</a></li>      
       
 
@@ -1365,10 +1397,91 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/cn/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC 驱动程序教程</a></li>      
       
 
 
+
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/cn/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">与Qlik Sense集成</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/development/howto_docs.html
URL: http://svn.apache.org/viewvc/kylin/site/development/howto_docs.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/development/howto_docs.html (original)
+++ kylin/site/development/howto_docs.html Tue Dec  5 06:52:46 2017
@@ -585,6 +585,7 @@
           <li>eg. Use <code class="highlighter-rouge">gem install jekyll --version "=2.5.3"</code> to install a specific version.</li>
         </ul>
       </li>
+      <li><strong>Note</strong>: For Mac user, if gem install raise error like this ‘ERROR:  While executing gem … (Gem::FilePermissionError)’. To solve this problem you can use ‘brew install ruby’, then restart you terminal.</li>
     </ul>
   </li>
   <li>And optionally any markdown editor you prefer</li>
@@ -609,6 +610,35 @@ rouge (1.10.1)
 ...
 </code></pre>
 </div>
+
+<h2 id="use-docker-for-document-compile">Use Docker for document compile</h2>
+
+<p>The latest kylin release provides dockerfile, to reduce build complexity using docker and Makefile can call docker command.</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>$ pwd
+/Users/&lt;username&gt;/kylin/website
+$ make docker.build
+docker build -f Dockerfile -t kylin-document:latest .
+Sending build context to Docker daemon  82.44MB
+Step 1/3 : FROM jekyll/jekyll:2.5.3
+ ---&gt; e81842c29599
+Step 2/3 : RUN gem install jekyll-multiple-languages -v 1.0.11
+ ---&gt; Using cache
+ ---&gt; e9e8b0f1d388
+Step 3/3 : RUN gem install rouge -v 3.0.0
+ ---&gt; Using cache
+ ---&gt; 1bd42c6b93c0
+Successfully built 1bd42c6b93c0
+Successfully tagged kylin-document:latest
+$ make runserver
+docker run --volume="/Users/&lt;username&gt;/kylin/website:/srv/jekyll" -p 4000:4000 --rm -it kylin-document:latest jekyll server --watch
+Configuration file: /srv/jekyll/_config.yml
+            Source: /srv/jekyll
+       Destination: /srv/jekyll/_site
+      Generating...
+...
+</code></pre>
+</div>
 
 <h2 id="about-jekyll">About Jekyll</h2>
 <p>Jekyll is a Ruby script to generate a static HTML website from source text and themes, the HTML is generated before being deployed to the web server. Jekyll also happens to be the engine behind GitHub Pages.</p>

Modified: kylin/site/docs21/gettingstarted/best_practices.html
URL: http://svn.apache.org/viewvc/kylin/site/docs21/gettingstarted/best_practices.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/docs21/gettingstarted/best_practices.html (original)
+++ kylin/site/docs21/gettingstarted/best_practices.html Tue Dec  5 06:52:46 2017
@@ -706,6 +706,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -911,6 +915,74 @@
 
 
 
+  
+      
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/docs21/install/kylin_aws_emr.html" class="list-group-item-lay pjaxlink" id="navlist">Install Kylin on AWS EMR</a></li>      
+      
+
+
+
 
 
 
@@ -1026,6 +1098,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/kylin_sample.html" class="list-group-item-lay pjaxlink" id="navlist">Quick Start with Sample Cube</a></li>      
       
 
@@ -1158,6 +1234,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Web Interface</a></li>      
       
 
@@ -1242,6 +1322,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/create_cube.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Wizard</a></li>      
       
 
@@ -1330,6 +1414,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Build and Job Monitoring</a></li>      
       
 
@@ -1410,6 +1498,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Permission (v2.1.x)</a></li>      
       
 
@@ -1524,6 +1616,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/project_level_acl.html" class="list-group-item-lay pjaxlink" id="navlist">Project Level ACL</a></li>      
       
 
@@ -1616,6 +1712,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/cube_spark.html" class="list-group-item-lay pjaxlink" id="navlist">Build Cube with Spark</a></li>      
       
 
@@ -1706,6 +1806,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/cube_build_performance.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Build Tuning</a></li>      
       
 
@@ -1832,6 +1936,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC Driver</a></li>      
       
 
@@ -1992,6 +2100,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 8</a></li>      
       
 
@@ -2120,6 +2232,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9</a></li>      
       
 
@@ -2232,6 +2348,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">MS Excel and Power BI</a></li>      
       
 
@@ -2336,6 +2456,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/microstrategy.html" class="list-group-item-lay pjaxlink" id="navlist">MicroStrategy</a></li>      
       
 
@@ -2456,6 +2580,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/squirrel.html" class="list-group-item-lay pjaxlink" id="navlist">SQuirreL</a></li>      
       
 
@@ -2552,6 +2680,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/flink.html" class="list-group-item-lay pjaxlink" id="navlist">Apache Flink</a></li>      
       
 
@@ -2650,10 +2782,94 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/hue.html" class="list-group-item-lay pjaxlink" id="navlist">Apache Hue</a></li>      
       
 
 
+
+  
+      
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">Integration with Qlik Sense</a></li>      
+      
+
+
 
 
 

Modified: kylin/site/docs21/gettingstarted/concepts.html
URL: http://svn.apache.org/viewvc/kylin/site/docs21/gettingstarted/concepts.html?rev=1817155&r1=1817154&r2=1817155&view=diff
==============================================================================
--- kylin/site/docs21/gettingstarted/concepts.html (original)
+++ kylin/site/docs21/gettingstarted/concepts.html Tue Dec  5 06:52:46 2017
@@ -706,6 +706,10 @@
   
     
   
+    
+  
+    
+  
 
 
 
@@ -911,6 +915,74 @@
 
 
 
+  
+      
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/docs21/install/kylin_aws_emr.html" class="list-group-item-lay pjaxlink" id="navlist">Install Kylin on AWS EMR</a></li>      
+      
+
+
+
 
 
 
@@ -1026,6 +1098,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/kylin_sample.html" class="list-group-item-lay pjaxlink" id="navlist">Quick Start with Sample Cube</a></li>      
       
 
@@ -1158,6 +1234,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/web.html" class="list-group-item-lay pjaxlink" id="navlist">Web Interface</a></li>      
       
 
@@ -1242,6 +1322,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/create_cube.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Wizard</a></li>      
       
 
@@ -1330,6 +1414,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/cube_build_job.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Build and Job Monitoring</a></li>      
       
 
@@ -1410,6 +1498,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/acl.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Permission (v2.1.x)</a></li>      
       
 
@@ -1524,6 +1616,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/project_level_acl.html" class="list-group-item-lay pjaxlink" id="navlist">Project Level ACL</a></li>      
       
 
@@ -1616,6 +1712,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/cube_spark.html" class="list-group-item-lay pjaxlink" id="navlist">Build Cube with Spark</a></li>      
       
 
@@ -1706,6 +1806,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/cube_build_performance.html" class="list-group-item-lay pjaxlink" id="navlist">Cube Build Tuning</a></li>      
       
 
@@ -1832,6 +1936,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/odbc.html" class="list-group-item-lay pjaxlink" id="navlist">Kylin ODBC Driver</a></li>      
       
 
@@ -1992,6 +2100,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/tableau.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 8</a></li>      
       
 
@@ -2120,6 +2232,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/tableau_91.html" class="list-group-item-lay pjaxlink" id="navlist">Tableau 9</a></li>      
       
 
@@ -2232,6 +2348,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/powerbi.html" class="list-group-item-lay pjaxlink" id="navlist">MS Excel and Power BI</a></li>      
       
 
@@ -2336,6 +2456,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/microstrategy.html" class="list-group-item-lay pjaxlink" id="navlist">MicroStrategy</a></li>      
       
 
@@ -2456,6 +2580,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/squirrel.html" class="list-group-item-lay pjaxlink" id="navlist">SQuirreL</a></li>      
       
 
@@ -2552,6 +2680,10 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/flink.html" class="list-group-item-lay pjaxlink" id="navlist">Apache Flink</a></li>      
       
 
@@ -2650,10 +2782,94 @@
     
   
     
+  
+    
+  
+    
       <li><a href="/docs21/tutorial/hue.html" class="list-group-item-lay pjaxlink" id="navlist">Apache Hue</a></li>      
       
 
 
+
+  
+      
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li><a href="/docs21/tutorial/Qlik.html" class="list-group-item-lay pjaxlink" id="navlist">Integration with Qlik Sense</a></li>      
+      
+
+