You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2018/08/22 14:10:08 UTC

svn commit: r1838640 [5/7] - in /kylin/site: ./ cn/ cn/community/ cn/development/ cn/docs/ cn/docs/howto/ cn/docs/install/ cn/docs/tutorial/ cn/docs16/ cn/docs16/install/ cn/docs16/tutorial/ cn/docs20/ cn/docs20/install/ cn/docs20/tutorial/ cn/docs21/ ...

Added: kylin/site/cn/development/new_metadata.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/development/new_metadata.html?rev=1838640&view=auto
==============================================================================
--- kylin/site/cn/development/new_metadata.html (added)
+++ kylin/site/cn/development/new_metadata.html Wed Aug 22 14:10:06 2018
@@ -0,0 +1,813 @@
+<!--
+* 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 | 新的元数据模型</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/development/new_metadata.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]-->
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120788561-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-120788561-1');
+</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>
+<script>
+var _hmt = _hmt || [];
+(function() {
+  var hm = document.createElement("script");
+  hm.src = "https://hm.baidu.com/hm.js?bdc5e03add430c0b72cc0eb91eabfa99";
+  var s = document.getElementsByTagName("script")[0]; 
+  s.parentNode.insertBefore(hm, s);
+})();
+</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" >
+  <!-- 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">
+        <img class="navbar-logo" width="46" src="/assets/images/kylin_logo.png "></img> 
+        
+        <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>
+        <ul class="nav icon-navbar">
+            <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>
+
+      <!-- Collect the nav links, forms, and other content for toggling -->
+      <div class="navbar-collapse" id="bs-example-navbar-collapse-1">
+        <ul class="nav navbar-nav">
+            <li><a href="/cn">首页</a></li>
+            <li><a href="/cn/docs" >文档</a></li>
+            <li><a href="/cn/download">下载</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
+            <li><a href="/blog">博客</a></li>
+            <li><a href="/" >English</a></li>           
+        </ul>
+        
+
+      </div><!-- /.navbar-collapse -->
+    </div><!-- /.container-fluid -->
+  </nav>
+
+  <div id="head" class="parallax normal-header" >
+    <div class="text-center header-apache">
+      <a href="http://apache.org/foundation/contributing.html" title="Support Apache" style="margin-left: 150px;">
+        <div>
+          <img src="https://www.apache.org/images/SupportApache-small.png">
+        </div>
+      </a>
+    </div>  
+  </div>
+
+ </header>
+
+		
+		<div class="container">
+			<div class="row"  style="clear:both;">
+				
+				<div class="col-md-8 col-lg-8 col-xs-12 col-sm-12 aside2" style="float: right;">
+					<div id="container" class="docs">
+						<div id="pjax">
+							<h1 class="post-title">新的元数据模型</h1>
+							<article class="post-content" >
+							<p>Kylin 正在进行循环代码重构,它将对元数据引入以下两个更改:</p>
+
+<ul>
+  <li>从 “cube_desc” 抽象一个 “model_desc” 层</li>
+</ul>
+
+<p>定义一个 cube 前,用户将需要首先定义一个模型(”model_desc”);模型定义了哪个是事实表,哪些是维度表以及它们是如何 join 的;</p>
+
+<p>在定义模型时,当用户定义 cube(“cube_desc”)时,他/她只需要为维度指定表/列名称,因为已经定义了 join 条件;</p>
+
+<p>这种抽象是扩展元数据以实现非 cube 查询(即将推出);</p>
+
+<ul>
+  <li>支持来自多个 hive 数据库的数据表;</li>
+</ul>
+
+<p>用户有这样的场景:表来自多个 hive 数据库,表名可能相同;为了支持这种情况,Kylin 将使用数据库名称 + 表名作为表的唯一名称;并且当在 Kylin 中查询时,用户需要在 SQL 中指定数据库名称(如果它不是“default”)。</p>
+
+<p>这里有一个样例;事实表 “test_kylin_fact” 来自于默认的 hive 数据库,您不需要指定数据库名称;然而维度表来自于 “edw”,在查询中您需要使用 “edw.test_cal_dt”:</p>
+
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">select test_cal_dt.Week_Beg_Dt, sum(price) as c1, count(1) as c2 
+ from test_kylin_fact
+ inner JOIN edw.test_cal_dt as test_cal_dt
+ ON test_kylin_fact.cal_dt = test_cal_dt.cal_dt 
+ where test_kylin_fact.lstg_format_name='ABIN'</code></pre></div>
+
+
+							</article>
+						</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.
+-->
+
+<div class="col-md-4 col-lg-4 col-xs-12 col-sm-12 aside1 visible-sm visible-xs visible-md visible-lg" id="nside1" style=" margin-top: 5em;float:right;">
+    <ul class="nav nav-pills nav-stacked">
+    
+    <li><a href="#title开发指南" data-toggle="collapse" class="navtitle">开发指南</a></li>
+    <div class="collapse in">
+  	<div class="list-group" id="list1">
+    <ul>
+    
+
+
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/index.html" class="list-group-item-lay pjaxlink">开发快速指南</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/dev_env.html" class="list-group-item-lay pjaxlink">搭建开发环境</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink">编码和命名惯例</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_test.html" class="list-group-item-lay pjaxlink">如何测试</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_contribute.html" class="list-group-item-lay pjaxlink">如何贡献</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_docs.html" class="list-group-item-lay pjaxlink">如何写文档</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_package.html" class="list-group-item-lay pjaxlink">如何打二进制包</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink">如何维护 HBase 分支</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_release.html" class="list-group-item-lay pjaxlink">如何发布</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/plugin_arch.html" class="list-group-item-lay pjaxlink">插件架构</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/new_metadata.html" class="list-group-item-lay pjaxlink">新的元数据模型</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/web_tech.html" class="list-group-item-lay pjaxlink">Kylin Web 摘要</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/about_temp_files.html" class="list-group-item-lay pjaxlink">关于临时文件</a></li>      
+      
+
+
+
+
+
+        <ul>
+  </div>
+</div>
+    
+
+    </ul>
+</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>
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body">
+                    <div class="footer-img">
+                        <a href="http://www.apache.org">
+                            <img id="asf-logo" height="78px" alt="Apache Software Foundation" src="/assets/images/apache_footer.png">
+                        </a>
+                    </div>
+                    <p style="padding-top: 11px;">
+                        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>. 
+                    </p>
+                    <p style="margin-bottom: 11px;">    
+                        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>

Added: kylin/site/cn/development/plugin_arch.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/development/plugin_arch.html?rev=1838640&view=auto
==============================================================================
--- kylin/site/cn/development/plugin_arch.html (added)
+++ kylin/site/cn/development/plugin_arch.html Wed Aug 22 14:10:06 2018
@@ -0,0 +1,835 @@
+<!--
+* 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 | 插件架构</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/development/plugin_arch.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]-->
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120788561-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-120788561-1');
+</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>
+<script>
+var _hmt = _hmt || [];
+(function() {
+  var hm = document.createElement("script");
+  hm.src = "https://hm.baidu.com/hm.js?bdc5e03add430c0b72cc0eb91eabfa99";
+  var s = document.getElementsByTagName("script")[0]; 
+  s.parentNode.insertBefore(hm, s);
+})();
+</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" >
+  <!-- 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">
+        <img class="navbar-logo" width="46" src="/assets/images/kylin_logo.png "></img> 
+        
+        <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>
+        <ul class="nav icon-navbar">
+            <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>
+
+      <!-- Collect the nav links, forms, and other content for toggling -->
+      <div class="navbar-collapse" id="bs-example-navbar-collapse-1">
+        <ul class="nav navbar-nav">
+            <li><a href="/cn">首页</a></li>
+            <li><a href="/cn/docs" >文档</a></li>
+            <li><a href="/cn/download">下载</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
+            <li><a href="/blog">博客</a></li>
+            <li><a href="/" >English</a></li>           
+        </ul>
+        
+
+      </div><!-- /.navbar-collapse -->
+    </div><!-- /.container-fluid -->
+  </nav>
+
+  <div id="head" class="parallax normal-header" >
+    <div class="text-center header-apache">
+      <a href="http://apache.org/foundation/contributing.html" title="Support Apache" style="margin-left: 150px;">
+        <div>
+          <img src="https://www.apache.org/images/SupportApache-small.png">
+        </div>
+      </a>
+    </div>  
+  </div>
+
+ </header>
+
+		
+		<div class="container">
+			<div class="row"  style="clear:both;">
+				
+				<div class="col-md-8 col-lg-8 col-xs-12 col-sm-12 aside2" style="float: right;">
+					<div id="container" class="docs">
+						<div id="pjax">
+							<h1 class="post-title">插件架构</h1>
+							<article class="post-content" >
+							<p>插件架构旨在使 Kylin 在计算框架,数据源和 cube 存储方面具有可扩展性。从 v1 开始,Kylin 与作为计算框架的 Hadoop MapReduce,作为数据源的 Hive,作为存储的 HBase 紧密结合。这样的问题出现了:Kylin 可以使用 Spark 作为 cube 引擎,或者可以使用像 Cassandra 那样不同的存储。我们希望对不同的选择持开放态度,并确保 Kylin 用最好的技术堆栈进化。这就是 Kylin v2 中引入插件架构的原因。</p>
+
+<p><img src="/images/develop/plugin_arch_overview.png" alt="Plugin Architecture Overview" /></p>
+
+<h2 id="section">如何运行</h2>
+
+<p>cube 元数据定义了 cube 所依赖的引擎,源和存储的类型。工厂模式用于构造每个依赖项的实例。适配器模式用于将部件连接在一起。</p>
+
+<p>例如一个 cube 描述可能包含:</p>
+
+<ul>
+  <li>fact_table: <code class="highlighter-rouge">SOME_HIVE_TABLE</code></li>
+  <li>engine_type: <code class="highlighter-rouge">2</code> (MR Engine v2)</li>
+  <li>storage_type: <code class="highlighter-rouge">2</code> (HBase Storage v2)</li>
+</ul>
+
+<p>基于元数据,工厂创建 MR 引擎,Hive 数据源和 HBase 存储。</p>
+
+<p><img src="/images/develop/plugin_arch_factory_pattern.png" alt="Plugin Architecture Factory Pattern" /></p>
+
+<p>引擎就像一个主板,源和存储必须由输入和输出接口定义。数据源和存储必须适应接口,以便连接到引擎主板。</p>
+
+<p><img src="/images/develop/plugin_arch_adaptor_pattern.png" alt="Plugin Architecture Adaptor Pattern" /></p>
+
+<p>一旦上面的对象图被创建和连接,引擎就可以驱动 cube 构建过程。</p>
+
+<h2 id="section-1">插件架构的好处</h2>
+
+<ul>
+  <li>自由
+    <ul>
+      <li>Zoo 打破了,不再与 Hadoop 绑定</li>
+      <li>免费使用更好的引擎或存储</li>
+    </ul>
+  </li>
+  <li>可扩展性
+    <ul>
+      <li>接受任意输入,例如 Kafka</li>
+      <li>拥抱下一代分布式平台,例如 Spark</li>
+    </ul>
+  </li>
+  <li>灵活性
+    <ul>
+      <li>为不同的数据集选择不同的引擎</li>
+    </ul>
+  </li>
+</ul>
+
+
+							</article>
+						</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.
+-->
+
+<div class="col-md-4 col-lg-4 col-xs-12 col-sm-12 aside1 visible-sm visible-xs visible-md visible-lg" id="nside1" style=" margin-top: 5em;float:right;">
+    <ul class="nav nav-pills nav-stacked">
+    
+    <li><a href="#title开发指南" data-toggle="collapse" class="navtitle">开发指南</a></li>
+    <div class="collapse in">
+  	<div class="list-group" id="list1">
+    <ul>
+    
+
+
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/index.html" class="list-group-item-lay pjaxlink">开发快速指南</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/dev_env.html" class="list-group-item-lay pjaxlink">搭建开发环境</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink">编码和命名惯例</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_test.html" class="list-group-item-lay pjaxlink">如何测试</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_contribute.html" class="list-group-item-lay pjaxlink">如何贡献</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_docs.html" class="list-group-item-lay pjaxlink">如何写文档</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_package.html" class="list-group-item-lay pjaxlink">如何打二进制包</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink">如何维护 HBase 分支</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_release.html" class="list-group-item-lay pjaxlink">如何发布</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/plugin_arch.html" class="list-group-item-lay pjaxlink">插件架构</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/new_metadata.html" class="list-group-item-lay pjaxlink">新的元数据模型</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/web_tech.html" class="list-group-item-lay pjaxlink">Kylin Web 摘要</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/about_temp_files.html" class="list-group-item-lay pjaxlink">关于临时文件</a></li>      
+      
+
+
+
+
+
+        <ul>
+  </div>
+</div>
+    
+
+    </ul>
+</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>
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body">
+                    <div class="footer-img">
+                        <a href="http://www.apache.org">
+                            <img id="asf-logo" height="78px" alt="Apache Software Foundation" src="/assets/images/apache_footer.png">
+                        </a>
+                    </div>
+                    <p style="padding-top: 11px;">
+                        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>. 
+                    </p>
+                    <p style="margin-bottom: 11px;">    
+                        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>

Added: kylin/site/cn/development/web_tech.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/development/web_tech.html?rev=1838640&view=auto
==============================================================================
--- kylin/site/cn/development/web_tech.html (added)
+++ kylin/site/cn/development/web_tech.html Wed Aug 22 14:10:06 2018
@@ -0,0 +1,843 @@
+<!--
+* 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 | Kylin Web 摘要</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/development/web_tech.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]-->
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120788561-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-120788561-1');
+</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>
+<script>
+var _hmt = _hmt || [];
+(function() {
+  var hm = document.createElement("script");
+  hm.src = "https://hm.baidu.com/hm.js?bdc5e03add430c0b72cc0eb91eabfa99";
+  var s = document.getElementsByTagName("script")[0]; 
+  s.parentNode.insertBefore(hm, s);
+})();
+</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" >
+  <!-- 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">
+        <img class="navbar-logo" width="46" src="/assets/images/kylin_logo.png "></img> 
+        
+        <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>
+        <ul class="nav icon-navbar">
+            <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>
+
+      <!-- Collect the nav links, forms, and other content for toggling -->
+      <div class="navbar-collapse" id="bs-example-navbar-collapse-1">
+        <ul class="nav navbar-nav">
+            <li><a href="/cn">首页</a></li>
+            <li><a href="/cn/docs" >文档</a></li>
+            <li><a href="/cn/download">下载</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
+            <li><a href="/blog">博客</a></li>
+            <li><a href="/" >English</a></li>           
+        </ul>
+        
+
+      </div><!-- /.navbar-collapse -->
+    </div><!-- /.container-fluid -->
+  </nav>
+
+  <div id="head" class="parallax normal-header" >
+    <div class="text-center header-apache">
+      <a href="http://apache.org/foundation/contributing.html" title="Support Apache" style="margin-left: 150px;">
+        <div>
+          <img src="https://www.apache.org/images/SupportApache-small.png">
+        </div>
+      </a>
+    </div>  
+  </div>
+
+ </header>
+
+		
+		<div class="container">
+			<div class="row"  style="clear:both;">
+				
+				<div class="col-md-8 col-lg-8 col-xs-12 col-sm-12 aside2" style="float: right;">
+					<div id="container" class="docs">
+						<div id="pjax">
+							<h1 class="post-title">Kylin Web 摘要</h1>
+							<article class="post-content" >
+							<h3 id="section">项目依赖</h3>
+<ul>
+  <li>npm: 用于开发阶段安装 grunt 和 bower</li>
+  <li>grunt: 构建并安装 kylin web</li>
+  <li>bower: 管理 kylin 技术依赖</li>
+</ul>
+
+<h3 id="section-1">技术依赖</h3>
+<ul>
+  <li>Angular JS: kylin web 的基础支持</li>
+  <li>ACE: sql 和 json 编辑器</li>
+  <li>D3 JS: 绘制报表图表和 cube 图表</li>
+  <li>Bootstrap: css 库</li>
+</ul>
+
+<h3 id="section-2">支持的用例:</h3>
+
+<h6 id="kylin-web--bi-">Kylin web 支持 BI 工作流中各种角色的需求</h6>
+
+<ul>
+  <li>分析师:运行查询和检出结果</li>
+  <li>Modeler:cube 设计,cube/job 操作和监视器</li>
+  <li>管理员:系统操作。</li>
+</ul>
+
+<h3 id="section-3">技术概览</h3>
+<p>Kylin web 是一个基于 restful 服务构建的单页应用程序。Kylin web 使用 nodejs 中的工具来管理项目,并使用 AngularJS 来启用单页 Web 应用程序。Kylin web 使用来自 js 开源社区的流行技术,使其易于追赶和贡献。</p>
+
+<h3 id="section-4">强调:</h3>
+<ul>
+  <li>查询实用功能:
+    <ul>
+      <li>表和列名称的 SQL 自动建议</li>
+      <li>远程/本地查询保存</li>
+      <li>数据网格通过简单的 BI 操作能支持百万级数据</li>
+      <li>数据导出</li>
+      <li>简单的数据可视化(折线图,柱状图,饼图)</li>
+    </ul>
+  </li>
+  <li>Cube 管理:
+    <ul>
+      <li>精心设计的 cube 创建流程</li>
+      <li>cube 关系结构的可视化</li>
+      <li>精心设计的 cube 访问管理</li>
+    </ul>
+  </li>
+  <li>Job 管理:
+    <ul>
+      <li>Job 步骤和日志监视器</li>
+      <li>杀死</li>
+      <li>恢复</li>
+    </ul>
+  </li>
+  <li>有用的管理工具。</li>
+  <li>精致的外观和感觉。</li>
+</ul>
+
+							</article>
+						</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.
+-->
+
+<div class="col-md-4 col-lg-4 col-xs-12 col-sm-12 aside1 visible-sm visible-xs visible-md visible-lg" id="nside1" style=" margin-top: 5em;float:right;">
+    <ul class="nav nav-pills nav-stacked">
+    
+    <li><a href="#title开发指南" data-toggle="collapse" class="navtitle">开发指南</a></li>
+    <div class="collapse in">
+  	<div class="list-group" id="list1">
+    <ul>
+    
+
+
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/index.html" class="list-group-item-lay pjaxlink">开发快速指南</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/dev_env.html" class="list-group-item-lay pjaxlink">搭建开发环境</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/coding_naming_convention.html" class="list-group-item-lay pjaxlink">编码和命名惯例</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_test.html" class="list-group-item-lay pjaxlink">如何测试</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_contribute.html" class="list-group-item-lay pjaxlink">如何贡献</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_docs.html" class="list-group-item-lay pjaxlink">如何写文档</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_package.html" class="list-group-item-lay pjaxlink">如何打二进制包</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_hbase_branches.html" class="list-group-item-lay pjaxlink">如何维护 HBase 分支</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/howto_release.html" class="list-group-item-lay pjaxlink">如何发布</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/plugin_arch.html" class="list-group-item-lay pjaxlink">插件架构</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/new_metadata.html" class="list-group-item-lay pjaxlink">新的元数据模型</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/web_tech.html" class="list-group-item-lay pjaxlink">Kylin Web 摘要</a></li>      
+      
+
+
+   
+  
+
+  
+    
+  
+
+
+
+  
+    
+      <li class="navlist">
+        <a href="/cn/development/about_temp_files.html" class="list-group-item-lay pjaxlink">关于临时文件</a></li>      
+      
+
+
+
+
+
+        <ul>
+  </div>
+</div>
+    
+
+    </ul>
+</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>
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body">
+                    <div class="footer-img">
+                        <a href="http://www.apache.org">
+                            <img id="asf-logo" height="78px" alt="Apache Software Foundation" src="/assets/images/apache_footer.png">
+                        </a>
+                    </div>
+                    <p style="padding-top: 11px;">
+                        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>. 
+                    </p>
+                    <p style="margin-bottom: 11px;">    
+                        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/docs/howto/howto_backup_metadata.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/howto/howto_backup_metadata.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/howto/howto_backup_metadata.html (original)
+++ kylin/site/cn/docs/howto/howto_backup_metadata.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/howto/howto_build_cube_with_restapi.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/howto/howto_build_cube_with_restapi.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/howto/howto_build_cube_with_restapi.html (original)
+++ kylin/site/cn/docs/howto/howto_build_cube_with_restapi.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/howto/howto_cleanup_storage.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/howto/howto_cleanup_storage.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/howto/howto_cleanup_storage.html (original)
+++ kylin/site/cn/docs/howto/howto_cleanup_storage.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/howto/howto_jdbc.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/howto/howto_jdbc.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/howto/howto_jdbc.html (original)
+++ kylin/site/cn/docs/howto/howto_jdbc.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/howto/howto_optimize_build.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/howto/howto_optimize_build.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/howto/howto_optimize_build.html (original)
+++ kylin/site/cn/docs/howto/howto_optimize_build.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/howto/howto_optimize_cubes.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/howto/howto_optimize_cubes.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/howto/howto_optimize_cubes.html (original)
+++ kylin/site/cn/docs/howto/howto_optimize_cubes.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/howto/howto_use_restapi.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/howto/howto_use_restapi.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/howto/howto_use_restapi.html (original)
+++ kylin/site/cn/docs/howto/howto_use_restapi.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/index.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/index.html (original)
+++ kylin/site/cn/docs/index.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/install/advance_settings.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/install/advance_settings.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/install/advance_settings.html (original)
+++ kylin/site/cn/docs/install/advance_settings.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/install/configuration.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/install/configuration.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/install/configuration.html (original)
+++ kylin/site/cn/docs/install/configuration.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/install/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/install/index.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/install/index.html (original)
+++ kylin/site/cn/docs/install/index.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/install/kylin_aws_emr.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/install/kylin_aws_emr.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/install/kylin_aws_emr.html (original)
+++ kylin/site/cn/docs/install/kylin_aws_emr.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/install/kylin_cluster.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/install/kylin_cluster.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/install/kylin_cluster.html (original)
+++ kylin/site/cn/docs/install/kylin_cluster.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/install/manual_install_guide.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/install/manual_install_guide.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/install/manual_install_guide.html (original)
+++ kylin/site/cn/docs/install/manual_install_guide.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/Qlik.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/Qlik.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/Qlik.html (original)
+++ kylin/site/cn/docs/tutorial/Qlik.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/acl.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/acl.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/acl.html (original)
+++ kylin/site/cn/docs/tutorial/acl.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/create_cube.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/create_cube.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/create_cube.html (original)
+++ kylin/site/cn/docs/tutorial/create_cube.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/cube_build_job.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/cube_build_job.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/cube_build_job.html (original)
+++ kylin/site/cn/docs/tutorial/cube_build_job.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/cube_build_performance.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/cube_build_performance.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/cube_build_performance.html (original)
+++ kylin/site/cn/docs/tutorial/cube_build_performance.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/cube_spark.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/cube_spark.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/cube_spark.html (original)
+++ kylin/site/cn/docs/tutorial/cube_spark.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/cube_streaming.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/cube_streaming.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/cube_streaming.html (original)
+++ kylin/site/cn/docs/tutorial/cube_streaming.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/jdbc.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/jdbc.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/jdbc.html (original)
+++ kylin/site/cn/docs/tutorial/jdbc.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/kylin_client_tool.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/kylin_client_tool.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/kylin_client_tool.html (original)
+++ kylin/site/cn/docs/tutorial/kylin_client_tool.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/kylin_sample.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/kylin_sample.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/kylin_sample.html (original)
+++ kylin/site/cn/docs/tutorial/kylin_sample.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/odbc.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/odbc.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/odbc.html (original)
+++ kylin/site/cn/docs/tutorial/odbc.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/powerbi.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/powerbi.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/powerbi.html (original)
+++ kylin/site/cn/docs/tutorial/powerbi.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/project_level_acl.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/project_level_acl.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/project_level_acl.html (original)
+++ kylin/site/cn/docs/tutorial/project_level_acl.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/query_pushdown.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/query_pushdown.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/query_pushdown.html (original)
+++ kylin/site/cn/docs/tutorial/query_pushdown.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/setup_jdbc_datasource.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/setup_jdbc_datasource.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/setup_jdbc_datasource.html (original)
+++ kylin/site/cn/docs/tutorial/setup_jdbc_datasource.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/setup_systemcube.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/setup_systemcube.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/setup_systemcube.html (original)
+++ kylin/site/cn/docs/tutorial/setup_systemcube.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/spark.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/spark.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/spark.html (original)
+++ kylin/site/cn/docs/tutorial/spark.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/squirrel.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/squirrel.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/squirrel.html (original)
+++ kylin/site/cn/docs/tutorial/squirrel.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/superset.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/superset.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/superset.html (original)
+++ kylin/site/cn/docs/tutorial/superset.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/tableau.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/tableau.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/tableau.html (original)
+++ kylin/site/cn/docs/tutorial/tableau.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>

Modified: kylin/site/cn/docs/tutorial/tableau_91.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/tableau_91.html?rev=1838640&r1=1838639&r2=1838640&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/tableau_91.html (original)
+++ kylin/site/cn/docs/tutorial/tableau_91.html Wed Aug 22 14:10:06 2018
@@ -135,8 +135,8 @@ var _hmt = _hmt || [];
             <li><a href="/cn">首页</a></li>
             <li><a href="/cn/docs" >文档</a></li>
             <li><a href="/cn/download">下载</a></li>
-            <li><a href="/community" >社区</a></li>
-            <li><a href="/development" >开发</a></li>
+            <li><a href="/cn/community" >社区</a></li>
+            <li><a href="/cn/development" >开发</a></li>
             <li><a href="/blog">博客</a></li>
             <li><a href="/" >English</a></li>           
         </ul>