Author: lidong
Date: Mon Sep 30 09:56:18 2019
New Revision: 1867762

URL: http://svn.apache.org/viewvc?rev=1867762&view=rev
Log:
modify the style of subtitle and indent

Added:
    kylin/site/assets/images/icon_index_streaming.png   (with props)
Modified:
    kylin/site/assets/css/styles.css
    kylin/site/blog/2019/09/22/kylin-tableau/index.html
    kylin/site/cn/index.html
    kylin/site/feed.xml
    kylin/site/index.html

Modified: kylin/site/assets/css/styles.css
URL: 
http://svn.apache.org/viewvc/kylin/site/assets/css/styles.css?rev=1867762&r1=1867761&r2=1867762&view=diff
==============================================================================
--- kylin/site/assets/css/styles.css (original)
+++ kylin/site/assets/css/styles.css Mon Sep 30 09:56:18 2019
@@ -77,7 +77,7 @@ blockquote p {
 }
 .card-s {
        height: 240px;
-    padding: 25px;
+    padding: 10px;
 }
 .card-m {
        height: 500px;
@@ -747,7 +747,7 @@ a.section-menu-title:hover {
     bottom: 0;
 }
 .card-s .indent {
-       margin-top: 25px;
+       margin-top: 15px;
 }
 .card-l ul{
        margin: 45px 0 0 20px;

Added: kylin/site/assets/images/icon_index_streaming.png
URL: 
http://svn.apache.org/viewvc/kylin/site/assets/images/icon_index_streaming.png?rev=1867762&view=auto
==============================================================================
Binary file - no diff available.

Propchange: kylin/site/assets/images/icon_index_streaming.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: kylin/site/blog/2019/09/22/kylin-tableau/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/blog/2019/09/22/kylin-tableau/index.html?rev=1867762&r1=1867761&r2=1867762&view=diff
==============================================================================
--- kylin/site/blog/2019/09/22/kylin-tableau/index.html (original)
+++ kylin/site/blog/2019/09/22/kylin-tableau/index.html Mon Sep 30 09:56:18 2019
@@ -41,7 +41,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
 
   <title>Apache Kylin | Connecting Tableau Desktop and Tableau Server with 
Apache Kylin</title>
-  <meta name="description" content="BackgroundThis document describes how to 
connect Tableau to Apache Kylin OLAP server, particularly (but not only) in 
live mode to use both reporting and anal...">
+  <meta name="description" content="Background">
   <meta name="author"      content="Apache Kylin">
   <link rel="shortcut icon" href="fav.png" type="image/png">
 
@@ -6388,73 +6388,62 @@ var _hmt = _hmt || [];
 
   <article class="post-content" >
     <h2 id="background">Background</h2>
+
 <p>This document describes how to connect Tableau to Apache Kylin OLAP server, 
particularly (but not only) in live mode to use both reporting and analytics 
features of Tableau together with Apache Kylin’s fast query processing 
engine. The configuration is platform independent - it works for both Windows 
and Linux installations of Tableau Server.</p>
 
 <p>For the time of writing this guide we tested that it works with Kylin 3.0.0 
and Tableau Server 2019.1.</p>
 
 <h2 id="prerequisites">Prerequisites</h2>
-<p>### Apache Kylin JDBC Driver<br />
-First we need to get Apache Kylin JDBC Driver - kylin-jdbc-X.Y.Z.jar file. You 
can either get it from the compiled package available on the download page 
http://kylin.apache.org/download/ from <code 
class="highlighter-rouge">lib</code> folder or compile it on your own using 
instructions below.</p>
 
-<p><em>Note</em>: To make JDBC driver work properly, there has been a fix 
recently https://github.com/apache/kylin/pull/739 that upgraded one of the 
libraries used by the driver. The fix was applied for version 3, so if for some 
reason you need a jar for earlier version, you have to apply the fix on the 
lower version’s codebase and compile yourself.<br />
-#### Compiling Apache Kylin JDBC Driver<br />
-<code class="highlighter-rouge">
-git clone https://github.com/apache/kylin.git 
+<h3 id="apache-kylin-jdbc-driver">Apache Kylin JDBC Driver</h3>
+
+<p>First we need to get Apache Kylin JDBC Driver - kylin-jdbc-X.Y.Z.jar file. 
You can either get it from the compiled package available on the download page 
http://kylin.apache.org/download/ from <code 
class="highlighter-rouge">lib</code> folder or compile it on your own using 
instructions below.</p>
+
+<p><em>Note</em>: To make JDBC driver work properly, there has been a fix 
recently https://github.com/apache/kylin/pull/739 that upgraded one of the 
libraries used by the driver. The fix was applied for version 3, so if for some 
reason you need a jar for earlier version, you have to apply the fix on the 
lower version’s codebase and compile yourself.</p>
+
+<h4 id="compiling-apache-kylin-jdbc-driver">Compiling Apache Kylin JDBC 
Driver</h4>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>git clone 
https://github.com/apache/kylin.git 
 cd kylin
 mvn clean package -DskipTests -am -pl jdbc
-</code></p>
+</code></pre>
+</div>
 
 <p>The compiled jar is located in the following location: <code 
class="highlighter-rouge">jdbc/target/kylin-jdbc-X.Y.Z.jar</code></p>
 
 <h3 id="tableau-server-on-linux">Tableau Server on Linux</h3>
+
 <p>If you have installed Tableau Server in a Linux box, e.g. CentOS, copy the 
driver’s jar file to the following location: <code 
class="highlighter-rouge">/opt/tableau/tableau_driver/jdbc/</code> and restart 
Tableau Server. <br />
 The server is now ready to create and refresh data from Apache Kylin.</p>
 
 <h3 id="tableau-server-and-tableau-desktop-on-windows">Tableau Server and 
Tableau Desktop on Windows</h3>
+
 <p>For either Tableau Server or Tableau Desktop that is installed on a Windows 
machine, copy the driver’s jar file to the following location <code 
class="highlighter-rouge">C:\Program Files\Tableau\Drivers</code> and restart 
Tableau Server or reopen Tableau Desktop.</p>
 
 <p>Some more details regarding jdbc connection from Tableau are well described 
in Tableau’s documentation: 
https://onlinehelp.tableau.com/current/pro/desktop/en-us/examples_otherdatabases_jdbc.htm.</p>
 
 <h2 
id="creating-report-in-tableau-desktop---connecting-to-apache-kylin">Creating 
report in Tableau Desktop - connecting to Apache Kylin</h2>
+
 <p>To create report follow the steps:<br />
 1. Open Tableau Desktop<br />
-2. Use “Other Databases (JDBC)” to create connection for the data 
source</p>
-
-<p><img src="/images/blog/kylin-tableau/tableau_other_databases_jdbc.jpg" 
alt="Other Databases (JDBC)" /></p>
-
-<ol>
-  <li>Configure the connection in the following way:
-    <ul>
-      <li>URL: <code 
class="highlighter-rouge">jdbc:kylin://&lt;kylin-server-name&gt;:&lt;kylin-port&gt;/&lt;project&gt;</code></li>
-      <li>Dialect: <code class="highlighter-rouge">SQL92</code></li>
-    </ul>
-  </li>
-</ol>
-
-<p><img src="/images/blog/kylin-tableau/tableau_kylin_connection.jpg" 
alt="Datasource connection" /></p>
-
-<ol>
-  <li>Configure data source as follows:
-    <ul>
-      <li>Database: <code class="highlighter-rouge">defaultCatalog</code></li>
-      <li>Schema: <code class="highlighter-rouge">DEFAULT</code></li>
-    </ul>
-  </li>
-</ol>
-
-<p>You should be able to see the tables/cubes in the Apache Kylin’s 
project</p>
-
-<p><img src="/images/blog/kylin-tableau/kylin_jdbc_tableau_working.jpg" 
alt="Data source" /></p>
-
-<p><strong>Important</strong>: Decide if you want the data source be in <code 
class="highlighter-rouge">live</code> or <code 
class="highlighter-rouge">extract</code> mode. Some of the functions might not 
work in <code class="highlighter-rouge">live</code> mode as for the other data 
sources - it’s just how Tableau works. Recommendation is to start with <code 
class="highlighter-rouge">live</code> mode to utilize performance of Apache 
Kylin. If you’re forced to switch to <code 
class="highlighter-rouge">extract</code> mode - consider creating a custom 
query against Apache Kylin’s cubes to retrieve as small amount of data as 
possible as it will help the report to perform well.</p>
-
-<ol>
-  <li>Finish designing your data source and then switch to worksheets, 
dashboards</li>
-</ol>
+2. Use “Other Databases (JDBC)” to create connection for the data 
source<br />
+<img src="/images/blog/kylin-tableau/tableau_other_databases_jdbc.jpg" 
alt="Other Databases (JDBC)" /><br />
+3. Configure the connection in the following way:<br />
+- URL: <code 
class="highlighter-rouge">jdbc:kylin://&lt;kylin-server-name&gt;:&lt;kylin-port&gt;/&lt;project&gt;</code><br
 />
+- Dialect: <code class="highlighter-rouge">SQL92</code><br />
+<img src="/images/blog/kylin-tableau/tableau_kylin_connection.jpg" 
alt="Datasource connection" /><br />
+4. Configure data source as follows:<br />
+- Database: <code class="highlighter-rouge">defaultCatalog</code><br />
+- Schema: <code class="highlighter-rouge">DEFAULT</code><br />
+You should be able to see the tables/cubes in the Apache Kylin’s project<br 
/>
+<img src="/images/blog/kylin-tableau/kylin_jdbc_tableau_working.jpg" alt="Data 
source" /><br />
+<strong>Important</strong>: Decide if you want the data source be in <code 
class="highlighter-rouge">live</code> or <code 
class="highlighter-rouge">extract</code> mode. Some of the functions might not 
work in <code class="highlighter-rouge">live</code> mode as for the other data 
sources - it’s just how Tableau works. Recommendation is to start with <code 
class="highlighter-rouge">live</code> mode to utilize performance of Apache 
Kylin. If you’re forced to switch to <code 
class="highlighter-rouge">extract</code> mode - consider creating a custom 
query against Apache Kylin’s cubes to retrieve as small amount of data as 
possible as it will help the report to perform well.<br />
+5. Finish designing your data source and then switch to worksheets, 
dashboards</p>
 
 <p><img src="/images/blog/kylin-tableau/kylin_jdbc_tableau_working_sheet.jpg" 
alt="Tableau Desktop" /></p>
 
 <h2 id="publishing-reports-from-tableau-desktop-to-tableau-server">Publishing 
reports from Tableau Desktop to Tableau Server</h2>
+
 <p>To publish the data source and the report follow these steps:<br />
 1. In Tableau Desktop from top menu select Server -&gt; Publish<br />
 2. Choose the settings for publishing like Project, select sheets<br />

Modified: kylin/site/cn/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/index.html?rev=1867762&r1=1867761&r2=1867762&view=diff
==============================================================================
--- kylin/site/cn/index.html (original)
+++ kylin/site/cn/index.html Mon Sep 30 09:56:18 2019
@@ -42,7 +42,7 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">
 
-  <title>Apache Kylin | 首页</title>
+  <title>Apache Kylin | 大数据上的OLAP引擎</title>
   <meta name="description" content="Apache Kylin Home">
   <meta name="author"      content="Apache Kylin">
   <link rel="shortcut icon" href="fav.png" type="image/png">
@@ -186,6 +186,24 @@ var _hmt = _hmt || [];
           <div class="row" style="margin-top:-20px;">
             <div class="col-sm-12 col-md-12">              
               <p class="title_text"> Apache 
Kylin™是一个开源的分布式分析引擎,提供Hadoop/Spark之上的SQL查询接口及多维分析(OLAP)能力以支持è¶
…大规模数据,最初由eBay Inc. 
开发并贡献至开源社区。它能在亚秒内查询巨大的Hive表。</p>
+              <p class="title_text"> Apache Kylin™令使用者仅
需三步,即可实现超大数据集上的亚秒级查询。</p>
+              <div align="left">
+                <ol class="none-icon">
+                  <li>
+                    <span class="li-circle">1</span>
+                    定义数据集上的一个星形或雪花形模型
+                  </li>
+                  <li>
+                    <span class="li-circle">2</span>
+                    在定义的数据表上构建cube
+                  </li>
+                  <li>
+                    <span class="li-circle">3</span>
+                    使用标准SQL通过ODBC、JDBC或RESTFUL 
API进行查询,仅需亚秒级响应时间即可获得查询结果
+                  </li>
+                  </ol>
+              </div>  
+              <p class="title_text">Kylin提供与多种数据可视化工å…
·çš„整合能力,如Tableau,PowerBI等,令用户可以使用BIå·¥å…
·å¯¹Hadoop数据进行分析。</p>
               <img id="diagram" src="/assets/images/kylin_diagram.png" /> 
</div>
           </div>
         </div>
@@ -208,7 +226,7 @@ var _hmt = _hmt || [];
                 <div class="home-pic">
                   <img width="30" src="/assets/images/icon_index_olap.png" />
                 </div>
-                <b>可扩展超快OLAP引擎: </b><br />
+                <b>可扩展超快的基于大数据的OLAP引擎: </b><br />
                 <div class="indent" style="margin-top: 
25px">Kylin是为减少在Hadoop/Spark上百亿规模数据查询延迟而设计</div>
               </div>
             </div>
@@ -218,7 +236,7 @@ var _hmt = _hmt || [];
                   <img width="30" src="/assets/images/icon_index_hadoop.png" />
                 </div>
                 <b>Hadoop ANSI SQL 接口: </b><br />
-                <div class="indent" style="margin-top: 
25px">Kylin为Hadoop提供标准SQL支持大部分查询功能</div>
+                <div class="indent" style="margin-top: 
25px">作为一个OLAP引擎,Kylin为Hadoop提供æ 
‡å‡†SQL支持大部分查询功能</div>
               </div>
             </div>
             <div class="col-sm-6 col-md-6">
@@ -239,7 +257,16 @@ var _hmt = _hmt || [];
                 <div class="indent" style="margin-top: 
25px">用户能够在Kylin里为百亿以上数据集定义数据模型并构建立方体</div>
               </div>
             </div>
-            <div class="col-sm-12 col-md-12">
+            <div class="col-sm-6 col-md-6">
+              <div class="card-s">
+                <div class="home-pic">
+                  <img width="30" 
src="/assets/images/icon_index_streaming.png" /> 
+                </div>
+                <b>实时 OLAP:</b><br />
+                <div 
class="indent">Kylin可以在数据产生时进行实时处理,用户可以在秒级延迟下进行实时数据的多维分析。
 </div>
+              </div>
+            </div>
+            <div class="col-sm-6 col-md-6">
               <div class="card-s">
                 <div class="home-pic">
                   <img width="30" src="/assets/images/icon_index_shape.png" />

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1867762&r1=1867761&r2=1867762&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Mon Sep 30 09:56:18 2019
@@ -19,80 +19,69 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Fri, 27 Sep 2019 06:59:31 -0700</pubDate>
-    <lastBuildDate>Fri, 27 Sep 2019 06:59:31 -0700</lastBuildDate>
+    <pubDate>Mon, 30 Sep 2019 02:44:36 -0700</pubDate>
+    <lastBuildDate>Mon, 30 Sep 2019 02:44:36 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
         <title>Connecting Tableau Desktop and Tableau Server with Apache 
Kylin</title>
         <description>&lt;h2 id=&quot;background&quot;&gt;Background&lt;/h2&gt;
+
 &lt;p&gt;This document describes how to connect Tableau to Apache Kylin OLAP 
server, particularly (but not only) in live mode to use both reporting and 
analytics features of Tableau together with Apache Kylin’s fast query 
processing engine. The configuration is platform independent - it works for 
both Windows and Linux installations of Tableau Server.&lt;/p&gt;
 
 &lt;p&gt;For the time of writing this guide we tested that it works with Kylin 
3.0.0 and Tableau Server 2019.1.&lt;/p&gt;
 
 &lt;h2 id=&quot;prerequisites&quot;&gt;Prerequisites&lt;/h2&gt;
-&lt;p&gt;### Apache Kylin JDBC Driver&lt;br /&gt;
-First we need to get Apache Kylin JDBC Driver - kylin-jdbc-X.Y.Z.jar file. You 
can either get it from the compiled package available on the download page 
http://kylin.apache.org/download/ from &lt;code 
class=&quot;highlighter-rouge&quot;&gt;lib&lt;/code&gt; folder or compile it on 
your own using instructions below.&lt;/p&gt;
 
-&lt;p&gt;&lt;em&gt;Note&lt;/em&gt;: To make JDBC driver work properly, there 
has been a fix recently https://github.com/apache/kylin/pull/739 that upgraded 
one of the libraries used by the driver. The fix was applied for version 3, so 
if for some reason you need a jar for earlier version, you have to apply the 
fix on the lower version’s codebase and compile yourself.&lt;br /&gt;
-#### Compiling Apache Kylin JDBC Driver&lt;br /&gt;
-&lt;code class=&quot;highlighter-rouge&quot;&gt;
-git clone https://github.com/apache/kylin.git 
+&lt;h3 id=&quot;apache-kylin-jdbc-driver&quot;&gt;Apache Kylin JDBC 
Driver&lt;/h3&gt;
+
+&lt;p&gt;First we need to get Apache Kylin JDBC Driver - kylin-jdbc-X.Y.Z.jar 
file. You can either get it from the compiled package available on the download 
page http://kylin.apache.org/download/ from &lt;code 
class=&quot;highlighter-rouge&quot;&gt;lib&lt;/code&gt; folder or compile it on 
your own using instructions below.&lt;/p&gt;
+
+&lt;p&gt;&lt;em&gt;Note&lt;/em&gt;: To make JDBC driver work properly, there 
has been a fix recently https://github.com/apache/kylin/pull/739 that upgraded 
one of the libraries used by the driver. The fix was applied for version 3, so 
if for some reason you need a jar for earlier version, you have to apply the 
fix on the lower version’s codebase and compile yourself.&lt;/p&gt;
+
+&lt;h4 id=&quot;compiling-apache-kylin-jdbc-driver&quot;&gt;Compiling Apache 
Kylin JDBC Driver&lt;/h4&gt;
+
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;git clone 
https://github.com/apache/kylin.git 
 cd kylin
 mvn clean package -DskipTests -am -pl jdbc
-&lt;/code&gt;&lt;/p&gt;
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
 &lt;p&gt;The compiled jar is located in the following location: &lt;code 
class=&quot;highlighter-rouge&quot;&gt;jdbc/target/kylin-jdbc-X.Y.Z.jar&lt;/code&gt;&lt;/p&gt;
 
 &lt;h3 id=&quot;tableau-server-on-linux&quot;&gt;Tableau Server on 
Linux&lt;/h3&gt;
+
 &lt;p&gt;If you have installed Tableau Server in a Linux box, e.g. CentOS, 
copy the driver’s jar file to the following location: &lt;code 
class=&quot;highlighter-rouge&quot;&gt;/opt/tableau/tableau_driver/jdbc/&lt;/code&gt;
 and restart Tableau Server. &lt;br /&gt;
 The server is now ready to create and refresh data from Apache Kylin.&lt;/p&gt;
 
 &lt;h3 id=&quot;tableau-server-and-tableau-desktop-on-windows&quot;&gt;Tableau 
Server and Tableau Desktop on Windows&lt;/h3&gt;
+
 &lt;p&gt;For either Tableau Server or Tableau Desktop that is installed on a 
Windows machine, copy the driver’s jar file to the following location 
&lt;code class=&quot;highlighter-rouge&quot;&gt;C:\Program 
Files\Tableau\Drivers&lt;/code&gt; and restart Tableau Server or reopen Tableau 
Desktop.&lt;/p&gt;
 
 &lt;p&gt;Some more details regarding jdbc connection from Tableau are well 
described in Tableau’s documentation: 
https://onlinehelp.tableau.com/current/pro/desktop/en-us/examples_otherdatabases_jdbc.htm.&lt;/p&gt;
 
 &lt;h2 
id=&quot;creating-report-in-tableau-desktop---connecting-to-apache-kylin&quot;&gt;Creating
 report in Tableau Desktop - connecting to Apache Kylin&lt;/h2&gt;
+
 &lt;p&gt;To create report follow the steps:&lt;br /&gt;
 1. Open Tableau Desktop&lt;br /&gt;
-2. Use “Other Databases (JDBC)” to create connection for the data 
source&lt;/p&gt;
-
-&lt;p&gt;&lt;img 
src=&quot;/images/blog/kylin-tableau/tableau_other_databases_jdbc.jpg&quot; 
alt=&quot;Other Databases (JDBC)&quot; /&gt;&lt;/p&gt;
-
-&lt;ol&gt;
-  &lt;li&gt;Configure the connection in the following way:
-    &lt;ul&gt;
-      &lt;li&gt;URL: &lt;code 
class=&quot;highlighter-rouge&quot;&gt;jdbc:kylin://&amp;lt;kylin-server-name&amp;gt;:&amp;lt;kylin-port&amp;gt;/&amp;lt;project&amp;gt;&lt;/code&gt;&lt;/li&gt;
-      &lt;li&gt;Dialect: &lt;code 
class=&quot;highlighter-rouge&quot;&gt;SQL92&lt;/code&gt;&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-&lt;/ol&gt;
-
-&lt;p&gt;&lt;img 
src=&quot;/images/blog/kylin-tableau/tableau_kylin_connection.jpg&quot; 
alt=&quot;Datasource connection&quot; /&gt;&lt;/p&gt;
-
-&lt;ol&gt;
-  &lt;li&gt;Configure data source as follows:
-    &lt;ul&gt;
-      &lt;li&gt;Database: &lt;code 
class=&quot;highlighter-rouge&quot;&gt;defaultCatalog&lt;/code&gt;&lt;/li&gt;
-      &lt;li&gt;Schema: &lt;code 
class=&quot;highlighter-rouge&quot;&gt;DEFAULT&lt;/code&gt;&lt;/li&gt;
-    &lt;/ul&gt;
-  &lt;/li&gt;
-&lt;/ol&gt;
-
-&lt;p&gt;You should be able to see the tables/cubes in the Apache Kylin’s 
project&lt;/p&gt;
-
-&lt;p&gt;&lt;img 
src=&quot;/images/blog/kylin-tableau/kylin_jdbc_tableau_working.jpg&quot; 
alt=&quot;Data source&quot; /&gt;&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Important&lt;/strong&gt;: Decide if you want the data 
source be in &lt;code class=&quot;highlighter-rouge&quot;&gt;live&lt;/code&gt; 
or &lt;code class=&quot;highlighter-rouge&quot;&gt;extract&lt;/code&gt; mode. 
Some of the functions might not work in &lt;code 
class=&quot;highlighter-rouge&quot;&gt;live&lt;/code&gt; mode as for the other 
data sources - it’s just how Tableau works. Recommendation is to start with 
&lt;code class=&quot;highlighter-rouge&quot;&gt;live&lt;/code&gt; mode to 
utilize performance of Apache Kylin. If you’re forced to switch to &lt;code 
class=&quot;highlighter-rouge&quot;&gt;extract&lt;/code&gt; mode - consider 
creating a custom query against Apache Kylin’s cubes to retrieve as small 
amount of data as possible as it will help the report to perform well.&lt;/p&gt;
-
-&lt;ol&gt;
-  &lt;li&gt;Finish designing your data source and then switch to worksheets, 
dashboards&lt;/li&gt;
-&lt;/ol&gt;
+2. Use “Other Databases (JDBC)” to create connection for the data 
source&lt;br /&gt;
+&lt;img 
src=&quot;/images/blog/kylin-tableau/tableau_other_databases_jdbc.jpg&quot; 
alt=&quot;Other Databases (JDBC)&quot; /&gt;&lt;br /&gt;
+3. Configure the connection in the following way:&lt;br /&gt;
+- URL: &lt;code 
class=&quot;highlighter-rouge&quot;&gt;jdbc:kylin://&amp;lt;kylin-server-name&amp;gt;:&amp;lt;kylin-port&amp;gt;/&amp;lt;project&amp;gt;&lt;/code&gt;&lt;br
 /&gt;
+- Dialect: &lt;code 
class=&quot;highlighter-rouge&quot;&gt;SQL92&lt;/code&gt;&lt;br /&gt;
+&lt;img 
src=&quot;/images/blog/kylin-tableau/tableau_kylin_connection.jpg&quot; 
alt=&quot;Datasource connection&quot; /&gt;&lt;br /&gt;
+4. Configure data source as follows:&lt;br /&gt;
+- Database: &lt;code 
class=&quot;highlighter-rouge&quot;&gt;defaultCatalog&lt;/code&gt;&lt;br /&gt;
+- Schema: &lt;code 
class=&quot;highlighter-rouge&quot;&gt;DEFAULT&lt;/code&gt;&lt;br /&gt;
+You should be able to see the tables/cubes in the Apache Kylin’s 
project&lt;br /&gt;
+&lt;img 
src=&quot;/images/blog/kylin-tableau/kylin_jdbc_tableau_working.jpg&quot; 
alt=&quot;Data source&quot; /&gt;&lt;br /&gt;
+&lt;strong&gt;Important&lt;/strong&gt;: Decide if you want the data source be 
in &lt;code class=&quot;highlighter-rouge&quot;&gt;live&lt;/code&gt; or 
&lt;code class=&quot;highlighter-rouge&quot;&gt;extract&lt;/code&gt; mode. Some 
of the functions might not work in &lt;code 
class=&quot;highlighter-rouge&quot;&gt;live&lt;/code&gt; mode as for the other 
data sources - it’s just how Tableau works. Recommendation is to start with 
&lt;code class=&quot;highlighter-rouge&quot;&gt;live&lt;/code&gt; mode to 
utilize performance of Apache Kylin. If you’re forced to switch to &lt;code 
class=&quot;highlighter-rouge&quot;&gt;extract&lt;/code&gt; mode - consider 
creating a custom query against Apache Kylin’s cubes to retrieve as small 
amount of data as possible as it will help the report to perform well.&lt;br 
/&gt;
+5. Finish designing your data source and then switch to worksheets, 
dashboards&lt;/p&gt;
 
 &lt;p&gt;&lt;img 
src=&quot;/images/blog/kylin-tableau/kylin_jdbc_tableau_working_sheet.jpg&quot; 
alt=&quot;Tableau Desktop&quot; /&gt;&lt;/p&gt;
 
 &lt;h2 
id=&quot;publishing-reports-from-tableau-desktop-to-tableau-server&quot;&gt;Publishing
 reports from Tableau Desktop to Tableau Server&lt;/h2&gt;
+
 &lt;p&gt;To publish the data source and the report follow these steps:&lt;br 
/&gt;
 1. In Tableau Desktop from top menu select Server -&amp;gt; Publish&lt;br /&gt;
 2. Choose the settings for publishing like Project, select sheets&lt;br /&gt;

Modified: kylin/site/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/index.html?rev=1867762&r1=1867761&r2=1867762&view=diff
==============================================================================
--- kylin/site/index.html (original)
+++ kylin/site/index.html Mon Sep 30 09:56:18 2019
@@ -42,7 +42,7 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">
 
-  <title>Apache Kylin | Home</title>
+  <title>Apache Kylin | OLAP engine for big data</title>
   <meta name="description" content="Apache Kylin Home">
   <meta name="author"      content="Apache Kylin">
   <link rel="shortcut icon" href="fav.png" type="image/png">
@@ -6363,7 +6363,7 @@ var _hmt = _hmt || [];
           <div class="row" style="margin-top:-20px;">
             <div class="col-sm-12 col-md-12">              
               <p class="title_text">Apache Kylin™ is an open source 
Distributed Analytics Engine designed to provide SQL interface and 
multi-dimensional analysis (OLAP) on Hadoop/Spark supporting extremely large 
datasets, original contributed from eBay Inc.</p>
-              <p class="title_text">Apache Kylin™ lets you query massive 
data set at sub-second latency in 3 steps.</p>
+              <p class="title_text">Apache Kylin™ lets you query massively 
big data set at sub-second latency in 3 steps.</p>
               <div align="left">
                 <ol class="none-icon">
                   <li>
@@ -6379,7 +6379,8 @@ var _hmt = _hmt || [];
                     Query with ANSI-SQL and get results in sub-second, via 
ODBC, JDBC or RESTful API.
                   </li>
                 </ol>
-              </div>
+              </div>  
+              <p class="title_text">Kylin offers integration capability with 
data visualization softwares like Tableau, PowerBI, etc., which enables data 
analysis with BI tools on Hadoop.</p>
               <img id="diagram" src="assets/images/kylin_diagram.png" />
             </div>
           </div>
@@ -6403,17 +6404,26 @@ var _hmt = _hmt || [];
                 <div class="home-pic">
                   <img width="30" src="assets/images/icon_index_olap.png" />
                 </div>
-                <b>Extremely Fast OLAP Engine at Scale: </b><br />
+                <h6><b>Extremely Fast OLAP Engine for Big Data at Scale: 
</b></h6>
                 <div class="indent" style="margin-top: 25px">Kylin is designed 
to reduce query latency on Hadoop/Spark for 10+ billions of rows of data</div>
               </div>
             </div>
             <div class="col-sm-6 col-md-6">
               <div class="card-s">
                 <div class="home-pic">
+                  <img width="30" src="assets/images/icon_index_shape.png" />
+                </div>
+                <h6><b>Seamless Integration with BI Tools:</b></h6>
+                <div class="indent">Kylin currently offers integration 
capability with BI Tools like Tableau, PowerBI/Excel, MSTR, QlikSense, Hue and 
SuperSet</div>
+              </div>
+            </div>
+            <div class="col-sm-6 col-md-6">
+              <div class="card-s">
+                <div class="home-pic">
                   <img width="30" src="assets/images/icon_index_hadoop.png" />
                 </div>
-                <b>ANSI SQL Interface on Hadoop: </b><br />
-                <div class="indent" style="margin-top: 25px">Kylin offers ANSI 
SQL on Hadoop/Spark and supports most ANSI SQL query functions</div>
+                <h6><b>ANSI SQL Interface for Big Data on Hadoop: </b></h6>
+                <div class="indent" style="margin-top: 25px">As an OLAP 
engine, Kylin offers ANSI SQL on Hadoop/Spark and supports most ANSI SQL query 
functions</div>
               </div>
             </div>
             <div class="col-sm-6 col-md-6">
@@ -6421,31 +6431,31 @@ var _hmt = _hmt || [];
                 <div class="home-pic">
                   <img width="30" src="assets/images/icon_index_query.png" />
                 </div>
-                <b>Interactive Query Capability: </b><br />
+                <h6><b>Interactive Query with Low Latency and High 
Performance: </b></h6>
                 <div class="indent" style="margin-top: 25px">Users can 
interact with Hadoop data via Kylin at sub-second latency, better than Hive 
queries for the same dataset</div>
               </div>
             </div>
-            <div class="col-sm-6 col-md-6"> 
+            <div class="col-sm-6 col-md-6">
               <div class="card-s">
                 <div class="home-pic">
-                  <img width="30" src="assets/images/icon_index_cube.png" /> 
+                  <img width="30" src="assets/images/icon_index_streaming.png" 
/>
                 </div>
-                <b>MOLAP Cube:</b><br />
-                <div class="indent" style="margin-top: 25px">User can define a 
data model and pre-build in Kylin with more than 10+ billions of raw data 
records</div>
+                <h6><b>Real-time OLAP for Streaming Big Data:</b></h6>
+                <div class="indent">Kylin is able to compute streaming data 
once it is generated, user is capable of doing real-time data analysis with 
latencey on second level</div>
               </div>
             </div>
-            <div class="col-sm-12 col-md-12">
+            <div class="col-sm-6 col-md-6"> 
               <div class="card-s">
                 <div class="home-pic">
-                  <img width="30" src="assets/images/icon_index_shape.png" />
+                  <img width="30" src="assets/images/icon_index_cube.png" /> 
                 </div>
-                <b>Seamless Integration with BI Tools:</b><br />
-                <div class="indent">Kylin currently offers integration 
capability with BI Tools like Tableau, PowerBI/Excel, MSTR, QlikSense, Hue and 
SuperSet. </div>
+                <h6><b>MOLAP Cube:</b></h6>
+                <div class="indent" style="margin-top: 25px">User can define a 
data model and pre-build in Kylin with more than 10+ billions of raw data 
records</div>
               </div>
             </div>
           </div>
           <div class="col-sm-4 col-md-4 card-l">
-            <b>Other Highlights:</b> <br />
+            <b>Other Highlights: </b> <br />
             <ul class="indent">
               <li>Job Management and Monitoring </li>
               <li>Compression and Encoding Support </li>


Reply via email to