You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/06/05 03:34:08 UTC

svn commit: r1683654 [3/4] - in /incubator/kylin/site: 2014/ 2014/10/ 2014/10/24/ 2014/10/24/How-to-Contribute/ development/ development/2014/ development/2014/10/ development/2014/10/23/ development/2014/10/23/Kylin-web-front-end-summary/ development/...

Added: incubator/kylin/site/教程/2014/11/05/Kylin-ODBC-驱动程序教程/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/%E6%95%99%E7%A8%8B/2014/11/05/Kylin-ODBC-%E9%A9%B1%E5%8A%A8%E7%A8%8B%E5%BA%8F%E6%95%99%E7%A8%8B/index.html?rev=1683654&view=auto
==============================================================================
--- incubator/kylin/site/教程/2014/11/05/Kylin-ODBC-驱动程序教程/index.html (added)
+++ incubator/kylin/site/教程/2014/11/05/Kylin-ODBC-驱动程序教程/index.html Fri Jun  5 01:34:07 2015
@@ -0,0 +1,449 @@
+<!--
+* 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 ODBC 驱动程序教程</title>
+  <meta name="description" content="  我们提供Kylin ODBC驱动程序以支持ODBC兼容客户端应用的数据访问。  32位版本或64位版本的驱动程序都是可用的。  测试操作系统:Windows 7,Windows Server 2008 R2  测试应用:Tableau 8.0.4 和 Tableau 8.1.3">
+  <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://kyli.io/%E6%95%99%E7%A8%8B/2014/11/05/Kylin-ODBC-%E9%A9%B1%E5%8A%A8%E7%A8%8B%E5%BA%8F%E6%95%99%E7%A8%8B/">
+  <link rel="alternate" type="application/rss+xml" title="kylin.io" href="http://kyli.io/feed.xml" />
+
+<!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
+<script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+
+  //oringal tracker for kylin.io
+  ga('create', 'UA-55534813-1', 'auto');
+  //new tracker for kylin.incubator.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+
+  ga('send', 'pageview');
+  ga('incubator.send', 'pageview');
+
+
+</script>
+<script type="text/javascript" src="/assets/js/jquery-1.9.1.min.js"></script>
+<script type="text/javascript" src="/assets/js/nside.js"></script> </script>
+<script type="text/javascript" src="/assets/js/nnav.js"></script> </script>
+</head>
+
+	<body>
+		<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<header id="header" >
+  <div id="head" class="parallax" parallax-speed="3" >
+    <div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="/assets/images/kylin_logo.jpg"> <span class="title" >Apache Kylin</span> <span class="tagline">Extreme OLAP Engine for Big Data</span> 
+    </div>
+  </div>
+
+  <!-- Main Menu -->
+  <nav class="navbar navbar-default" role="navigation" id="nav-wrapper">
+  <div class="container-fluid" id="nav">
+    <!-- Brand and toggle get grouped for better mobile display -->
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+     
+    </div>
+
+    <!-- Collect the nav links, forms, and other content for toggling -->
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+      <ul class="nav navbar-nav">
+     <li><a href="/cn">首页</a></li>
+          <li><a href="/cn/docs" >文档</a></li>
+          <li><a href="/community" >社区</a></li>
+          <li><a href="/blog">博客</li>
+          <li><a href="/download">下载</li>
+          <li><a href="/about" >关于</a></li>
+          <li><a href="/" >English</a></li>
+          <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
+          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>            
+      </ul>
+      
+
+    </div><!-- /.navbar-collapse -->
+  </div><!-- /.container-fluid -->
+</nav>
+ </header>
+
+		
+		<div class="container">
+			<div class="row">
+				<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<div class="col-md-3 col-lg-3 col-xs-4 aside1 visible-md visible-lg" id="nside1" style=" padding-top: 2em">
+    <ul class="nav nav-pills nav-stacked">
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+        
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li><a href="#安装" data-toggle="collapse" id="navtitle">安装</a></li>
+        <div class="collapse in" id="安装">
+            <div class="list-group" id="list2">
+                <ul style="list-style-type:disc">
+                    
+                    <li><a href="/%E5%AE%89%E8%A3%85/2015/01/22/Kylin%E6%89%8B%E5%8A%A8%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97/" class="list-group-item-lay pjaxlink">Kylin手动安装指南</a></li>
+                    
+                    <ul>
+            </div>
+        </div>
+        
+        
+        
+        
+        
+        
+
+        
+        
+        
+        
+        
+        
+        <li><a href="#教程" data-toggle="collapse" id="navtitle">教程</a></li>
+        <div class="collapse in" id="教程">
+            <div class="list-group" id="list3">
+                <ul style="list-style-type:disc">
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2015/04/17/Kylin%E7%BD%91%E9%A1%B5%E7%89%88%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin网页版教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2015/04/17/Kylin%E5%92%8CTableau%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin和Tableau教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/11/Kylin-Cube-%E6%9D%83%E9%99%90%E6%8E%88%E4%BA%88%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin Cube 权限授予教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/06/Kylin-Cube-%E5%BB%BA%E7%AB%8B%E5%92%8CJob%E7%9B%91%E6%8E%A7%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin Cube 建立和Job监控教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/05/kylin-cube-%E5%88%9B%E5%BB%BA%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin Cube 创建教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/05/Kylin-ODBC-%E9%A9%B1%E5%8A%A8%E7%A8%8B%E5%BA%8F%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin ODBC 驱动程序教程</a></li>
+                    
+                    <ul>
+            </div>
+        </div>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+    </ul>
+</div>
+
+				<div class="col-md-9 col-lg-9 col-xs-14 aside2">
+					<div id="container">
+						<div id="pjax">
+							<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<div class="post" style=" padding:1.5em 4em 4em 4em">
+
+  <header class="post-header">
+    <h1 class="post-title">Kylin ODBC 驱动程序教程</h1>
+    <p class="post-meta" >Nov 5, 2014</p>
+  </header>
+
+  <article class="post-content" >
+    <blockquote>
+  <p>我们提供Kylin ODBC驱动程序以支持ODBC兼容客户端应用的数据访问。</p>
+
+  <p>32位版本或64位版本的驱动程序都是可用的。</p>
+
+  <p>测试操作系统:Windows 7,Windows Server 2008 R2</p>
+
+  <p>测试应用:Tableau 8.0.4 和 Tableau 8.1.3</p>
+</blockquote>
+
+<h2 id="section">前提条件</h2>
+<ol>
+  <li>Microsoft Visual C++ 2012 再分配(Redistributable)
+    <ul>
+      <li>32位Windows或32位Tableau Desktop:下载:<a href="http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe">32bit version</a> </li>
+      <li>64位Windows或64位Tableau Desktop:下载:<a href="http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe">64bit version</a></li>
+    </ul>
+  </li>
+  <li>ODBC驱动程序内部从一个REST服务器获取结果,确保你能够访问一个</li>
+</ol>
+
+<h2 id="section-1">安装</h2>
+<ol>
+  <li>如果你已经安装,首先卸载已存在的Kylin ODBC</li>
+  <li>从<a href="https://github.com/KylinOLAP/odbc-driver/tree/master/exe">KylinOLAP/odbc-driver/exe</a>下载附件驱动安装程序,并运行。
+    <ul>
+      <li>32位Tableau Desktop:请安装KylinODBCDriver (x86).exe</li>
+      <li>64位Tableau Desktop:请安装KylinODBCDriver (x64).exe</li>
+    </ul>
+  </li>
+  <li>Both drivers already be installed on Tableau Server, you properly should be able to publish to there without issues</li>
+</ol>
+
+<h2 id="section-2">错误报告</h2>
+<p>在这里打开github问题(issue)</p>
+
+  </article>
+
+</div>
+
+
+
+
+
+						</div>
+					</div>
+				</div>
+			</div>
+		</div>		
+		<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<footer id="underfooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12 widget" >
+        <div class="widget-body" style="text-align:center">
+          <div>
+          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+          </div>
+          <p style="text-align:center" > Apache Kylin is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0. </a>
+          </p>
+        </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: incubator/kylin/site/教程/2014/11/05/kylin-cube-创建教程/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/%E6%95%99%E7%A8%8B/2014/11/05/kylin-cube-%E5%88%9B%E5%BB%BA%E6%95%99%E7%A8%8B/index.html?rev=1683654&view=auto
==============================================================================
--- incubator/kylin/site/教程/2014/11/05/kylin-cube-创建教程/index.html (added)
+++ incubator/kylin/site/教程/2014/11/05/kylin-cube-创建教程/index.html Fri Jun  5 01:34:07 2015
@@ -0,0 +1,572 @@
+<!--
+* 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 Cube 创建教程</title>
+  <meta name="description" content="I. 新建一个项目  由顶部菜单栏进入Query页面,然后点击Manage Projects。">
+  <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://kyli.io/%E6%95%99%E7%A8%8B/2014/11/05/kylin-cube-%E5%88%9B%E5%BB%BA%E6%95%99%E7%A8%8B/">
+  <link rel="alternate" type="application/rss+xml" title="kylin.io" href="http://kyli.io/feed.xml" />
+
+<!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
+<script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+
+  //oringal tracker for kylin.io
+  ga('create', 'UA-55534813-1', 'auto');
+  //new tracker for kylin.incubator.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+
+  ga('send', 'pageview');
+  ga('incubator.send', 'pageview');
+
+
+</script>
+<script type="text/javascript" src="/assets/js/jquery-1.9.1.min.js"></script>
+<script type="text/javascript" src="/assets/js/nside.js"></script> </script>
+<script type="text/javascript" src="/assets/js/nnav.js"></script> </script>
+</head>
+
+	<body>
+		<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<header id="header" >
+  <div id="head" class="parallax" parallax-speed="3" >
+    <div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="/assets/images/kylin_logo.jpg"> <span class="title" >Apache Kylin</span> <span class="tagline">Extreme OLAP Engine for Big Data</span> 
+    </div>
+  </div>
+
+  <!-- Main Menu -->
+  <nav class="navbar navbar-default" role="navigation" id="nav-wrapper">
+  <div class="container-fluid" id="nav">
+    <!-- Brand and toggle get grouped for better mobile display -->
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+     
+    </div>
+
+    <!-- Collect the nav links, forms, and other content for toggling -->
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+      <ul class="nav navbar-nav">
+     <li><a href="/cn">首页</a></li>
+          <li><a href="/cn/docs" >文档</a></li>
+          <li><a href="/community" >社区</a></li>
+          <li><a href="/blog">博客</li>
+          <li><a href="/download">下载</li>
+          <li><a href="/about" >关于</a></li>
+          <li><a href="/" >English</a></li>
+          <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
+          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>            
+      </ul>
+      
+
+    </div><!-- /.navbar-collapse -->
+  </div><!-- /.container-fluid -->
+</nav>
+ </header>
+
+		
+		<div class="container">
+			<div class="row">
+				<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<div class="col-md-3 col-lg-3 col-xs-4 aside1 visible-md visible-lg" id="nside1" style=" padding-top: 2em">
+    <ul class="nav nav-pills nav-stacked">
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+        
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li><a href="#安装" data-toggle="collapse" id="navtitle">安装</a></li>
+        <div class="collapse in" id="安装">
+            <div class="list-group" id="list2">
+                <ul style="list-style-type:disc">
+                    
+                    <li><a href="/%E5%AE%89%E8%A3%85/2015/01/22/Kylin%E6%89%8B%E5%8A%A8%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97/" class="list-group-item-lay pjaxlink">Kylin手动安装指南</a></li>
+                    
+                    <ul>
+            </div>
+        </div>
+        
+        
+        
+        
+        
+        
+
+        
+        
+        
+        
+        
+        
+        <li><a href="#教程" data-toggle="collapse" id="navtitle">教程</a></li>
+        <div class="collapse in" id="教程">
+            <div class="list-group" id="list3">
+                <ul style="list-style-type:disc">
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2015/04/17/Kylin%E7%BD%91%E9%A1%B5%E7%89%88%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin网页版教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2015/04/17/Kylin%E5%92%8CTableau%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin和Tableau教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/11/Kylin-Cube-%E6%9D%83%E9%99%90%E6%8E%88%E4%BA%88%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin Cube 权限授予教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/06/Kylin-Cube-%E5%BB%BA%E7%AB%8B%E5%92%8CJob%E7%9B%91%E6%8E%A7%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin Cube 建立和Job监控教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/05/kylin-cube-%E5%88%9B%E5%BB%BA%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin Cube 创建教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/05/Kylin-ODBC-%E9%A9%B1%E5%8A%A8%E7%A8%8B%E5%BA%8F%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin ODBC 驱动程序教程</a></li>
+                    
+                    <ul>
+            </div>
+        </div>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+    </ul>
+</div>
+
+				<div class="col-md-9 col-lg-9 col-xs-14 aside2">
+					<div id="container">
+						<div id="pjax">
+							<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<div class="post" style=" padding:1.5em 4em 4em 4em">
+
+  <header class="post-header">
+    <h1 class="post-title">Kylin Cube 创建教程</h1>
+    <p class="post-meta" >Nov 5, 2014</p>
+  </header>
+
+  <article class="post-content" >
+    <h3 id="i-">I. 新建一个项目</h3>
+<ol>
+  <li>
+    <p>由顶部菜单栏进入<code>Query</code>页面,然后点击<code>Manage Projects</code>。</p>
+
+    <p><img src="/images/Kylin-Cube-Creation-Tutorial/1 manage-prject.png" alt="" /></p>
+  </li>
+  <li>
+    <p>点击<code>+ Project</code>按钮添加一个新的项目。</p>
+
+    <p><img src="/images/Kylin-Cube-Creation-Tutorial/2 %2Bproject.png" alt="" /></p>
+  </li>
+  <li>
+    <p>填写下列表单并点击<code>submit</code>按钮提交请求。</p>
+
+    <p><img src="/images/Kylin-Cube-Creation-Tutorial/3 new-project.png" alt="" /></p>
+  </li>
+  <li>
+    <p>成功后,底部会显示通知。</p>
+
+    <p><img src="/images/Kylin-Cube-Creation-Tutorial/3.1 pj-created.png" alt="" /></p>
+  </li>
+</ol>
+
+<h3 id="ii-">II. 同步一张表</h3>
+<ol>
+  <li>
+    <p>在顶部菜单栏点击<code>Tables</code>,然后点击<code>+ Sync</code>按钮加载hive表元数据。</p>
+
+    <p><img src="/images/Kylin-Cube-Creation-Tutorial/4 %2Btable.png" alt="" /></p>
+  </li>
+  <li>
+    <p>输入表名并点击<code>Sync</code>按钮提交请求。</p>
+
+    <p><img src="/images/Kylin-Cube-Creation-Tutorial/5 hive-table.png" alt="" /></p>
+  </li>
+</ol>
+
+<h3 id="iii-cube">III. 新建一个cube</h3>
+<p>首先,在顶部菜单栏点击<code>Cubes</code>。然后点击<code>+Cube</code>按钮进入cube designer页面。</p>
+
+<p><img src="/images/Kylin-Cube-Creation-Tutorial/6 %2Bcube.png" alt="" /></p>
+
+<p><strong>步骤1. Cube信息</strong></p>
+
+<p>填写cube基本信息。点击<code>Next</code>进入下一步。</p>
+
+<p>你可以使用字母、数字和“_”来为你的cube命名(注意名字中不能使用空格)。</p>
+
+<p><img src="/images/Kylin-Cube-Creation-Tutorial/7 cube-info.png" alt="" /></p>
+
+<p><strong>步骤2. 维度</strong></p>
+
+<ol>
+  <li>
+    <p>建立事实表。</p>
+
+    <p><img src="/images/Kylin-Cube-Creation-Tutorial/8 dim-factable.png" alt="" /></p>
+  </li>
+  <li>
+    <p>点击<code>+Dimension</code>按钮添加一个新的维度。</p>
+
+    <p><img src="/images/Kylin-Cube-Creation-Tutorial/8 dim-%2Bdim.png" alt="" /></p>
+  </li>
+  <li>
+    <p>可以选择不同类型的维度加入一个cube。我们在这里列出其中一部分供你参考。</p>
+
+    <ul>
+      <li>
+        <p>从事实表获取维度。
+    <img src="/images/Kylin-Cube-Creation-Tutorial/8 dim-typeA.png" alt="" /></p>
+      </li>
+      <li>
+        <p>从查找表获取维度。
+  <img src="/images/Kylin-Cube-Creation-Tutorial/8 dim-typeB-1.png" alt="" /></p>
+
+        <p><img src="/images/Kylin-Cube-Creation-Tutorial/8 dim-typeB-2.png" alt="" /></p>
+      </li>
+      <li>
+        <p>从有分级结构的查找表获取维度。
+    <img src="/images/Kylin-Cube-Creation-Tutorial/8 dim-typeC.png" alt="" /></p>
+      </li>
+      <li>
+        <p>从有衍生维度(derived dimensions)的查找表获取维度。
+    <img src="/images/Kylin-Cube-Creation-Tutorial/8 dim-typeD.png" alt="" /></p>
+      </li>
+    </ul>
+  </li>
+  <li>
+    <p>用户可以在保存维度后进行编辑。
+<img src="/images/Kylin-Cube-Creation-Tutorial/8 dim-edit.png" alt="" /></p>
+  </li>
+</ol>
+
+<p><strong>步骤3. 度量</strong></p>
+
+<ol>
+  <li>
+    <p>点击<code>+Measure</code>按钮添加一个新的度量。
+<img src="/images/Kylin-Cube-Creation-Tutorial/9 meas-%2Bmeas.png" alt="" /></p>
+  </li>
+  <li>
+    <p>根据它的表达式共有5种不同类型的度量:<code>SUM</code>、<code>MAX</code>、<code>MIN</code>、<code>COUNT</code>和<code>COUNT_DISTINCT</code>。请谨慎选择返回类型,它与<code>COUNT(DISTINCT)</code>的误差率相关。</p>
+    <ul>
+      <li>
+        <p>SUM</p>
+
+        <p><img src="/images/Kylin-Cube-Creation-Tutorial/9 meas-sum.png" alt="" /></p>
+      </li>
+      <li>
+        <p>MIN</p>
+
+        <p><img src="/images/Kylin-Cube-Creation-Tutorial/9 meas-min.png" alt="" /></p>
+      </li>
+      <li>
+        <p>MAX</p>
+
+        <p><img src="/images/Kylin-Cube-Creation-Tutorial/9 meas-max.png" alt="" /></p>
+      </li>
+      <li>
+        <p>COUNT</p>
+
+        <p><img src="/images/Kylin-Cube-Creation-Tutorial/9 meas-count.png" alt="" /></p>
+      </li>
+      <li>
+        <p>DISTINCT_COUNT</p>
+
+        <p><img src="/images/Kylin-Cube-Creation-Tutorial/9 meas-distinct.png" alt="" /></p>
+      </li>
+    </ul>
+  </li>
+</ol>
+
+<p><strong>步骤4. 过滤器</strong></p>
+
+<p>这一步骤是可选的。你可以使用<code>SQL</code>格式添加一些条件过滤器。</p>
+
+<p><img src="/images/Kylin-Cube-Creation-Tutorial/10 filter.png" alt="" /></p>
+
+<p><strong>步骤5. 更新设置</strong></p>
+
+<p>这一步骤是为增量构建cube而设计的。</p>
+
+<p><img src="/images/Kylin-Cube-Creation-Tutorial/11 refresh-setting1.png" alt="" /></p>
+
+<p>选择分区类型、分区列和开始日期。</p>
+
+<p><img src="/images/Kylin-Cube-Creation-Tutorial/11 refresh-setting2.png" alt="" /></p>
+
+<p><strong>步骤6. 高级设置</strong></p>
+
+<p><img src="/images/Kylin-Cube-Creation-Tutorial/12 advanced.png" alt="" /></p>
+
+<p><strong>步骤7. 概览 &amp; 保存</strong></p>
+
+<p>你可以概览你的cube并返回之前的步骤进行修改。点击<code>Save</code>按钮完成cube创建。</p>
+
+<p><img src="/images/Kylin-Cube-Creation-Tutorial/13 overview.png" alt="" /></p>
+
+  </article>
+
+</div>
+
+
+
+
+
+						</div>
+					</div>
+				</div>
+			</div>
+		</div>		
+		<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<footer id="underfooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12 widget" >
+        <div class="widget-body" style="text-align:center">
+          <div>
+          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+          </div>
+          <p style="text-align:center" > Apache Kylin is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0. </a>
+          </p>
+        </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: incubator/kylin/site/教程/2014/11/06/Kylin-Cube-建立和Job监控教程/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/%E6%95%99%E7%A8%8B/2014/11/06/Kylin-Cube-%E5%BB%BA%E7%AB%8B%E5%92%8CJob%E7%9B%91%E6%8E%A7%E6%95%99%E7%A8%8B/index.html?rev=1683654&view=auto
==============================================================================
--- incubator/kylin/site/教程/2014/11/06/Kylin-Cube-建立和Job监控教程/index.html (added)
+++ incubator/kylin/site/教程/2014/11/06/Kylin-Cube-建立和Job监控教程/index.html Fri Jun  5 01:34:07 2015
@@ -0,0 +1,485 @@
+<!--
+* 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 Cube 建立和Job监控教程</title>
+  <meta name="description" content="Cube建立首先,确认你拥有你想要建立的cube的权限。">
+  <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://kyli.io/%E6%95%99%E7%A8%8B/2014/11/06/Kylin-Cube-%E5%BB%BA%E7%AB%8B%E5%92%8CJob%E7%9B%91%E6%8E%A7%E6%95%99%E7%A8%8B/">
+  <link rel="alternate" type="application/rss+xml" title="kylin.io" href="http://kyli.io/feed.xml" />
+
+<!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
+<script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+
+  //oringal tracker for kylin.io
+  ga('create', 'UA-55534813-1', 'auto');
+  //new tracker for kylin.incubator.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+
+  ga('send', 'pageview');
+  ga('incubator.send', 'pageview');
+
+
+</script>
+<script type="text/javascript" src="/assets/js/jquery-1.9.1.min.js"></script>
+<script type="text/javascript" src="/assets/js/nside.js"></script> </script>
+<script type="text/javascript" src="/assets/js/nnav.js"></script> </script>
+</head>
+
+	<body>
+		<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<header id="header" >
+  <div id="head" class="parallax" parallax-speed="3" >
+    <div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="/assets/images/kylin_logo.jpg"> <span class="title" >Apache Kylin</span> <span class="tagline">Extreme OLAP Engine for Big Data</span> 
+    </div>
+  </div>
+
+  <!-- Main Menu -->
+  <nav class="navbar navbar-default" role="navigation" id="nav-wrapper">
+  <div class="container-fluid" id="nav">
+    <!-- Brand and toggle get grouped for better mobile display -->
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+     
+    </div>
+
+    <!-- Collect the nav links, forms, and other content for toggling -->
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+      <ul class="nav navbar-nav">
+     <li><a href="/cn">首页</a></li>
+          <li><a href="/cn/docs" >文档</a></li>
+          <li><a href="/community" >社区</a></li>
+          <li><a href="/blog">博客</li>
+          <li><a href="/download">下载</li>
+          <li><a href="/about" >关于</a></li>
+          <li><a href="/" >English</a></li>
+          <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
+          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>            
+      </ul>
+      
+
+    </div><!-- /.navbar-collapse -->
+  </div><!-- /.container-fluid -->
+</nav>
+ </header>
+
+		
+		<div class="container">
+			<div class="row">
+				<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<div class="col-md-3 col-lg-3 col-xs-4 aside1 visible-md visible-lg" id="nside1" style=" padding-top: 2em">
+    <ul class="nav nav-pills nav-stacked">
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+        
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li><a href="#安装" data-toggle="collapse" id="navtitle">安装</a></li>
+        <div class="collapse in" id="安装">
+            <div class="list-group" id="list2">
+                <ul style="list-style-type:disc">
+                    
+                    <li><a href="/%E5%AE%89%E8%A3%85/2015/01/22/Kylin%E6%89%8B%E5%8A%A8%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97/" class="list-group-item-lay pjaxlink">Kylin手动安装指南</a></li>
+                    
+                    <ul>
+            </div>
+        </div>
+        
+        
+        
+        
+        
+        
+
+        
+        
+        
+        
+        
+        
+        <li><a href="#教程" data-toggle="collapse" id="navtitle">教程</a></li>
+        <div class="collapse in" id="教程">
+            <div class="list-group" id="list3">
+                <ul style="list-style-type:disc">
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2015/04/17/Kylin%E7%BD%91%E9%A1%B5%E7%89%88%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin网页版教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2015/04/17/Kylin%E5%92%8CTableau%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin和Tableau教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/11/Kylin-Cube-%E6%9D%83%E9%99%90%E6%8E%88%E4%BA%88%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin Cube 权限授予教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/06/Kylin-Cube-%E5%BB%BA%E7%AB%8B%E5%92%8CJob%E7%9B%91%E6%8E%A7%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin Cube 建立和Job监控教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/05/kylin-cube-%E5%88%9B%E5%BB%BA%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin Cube 创建教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/05/Kylin-ODBC-%E9%A9%B1%E5%8A%A8%E7%A8%8B%E5%BA%8F%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin ODBC 驱动程序教程</a></li>
+                    
+                    <ul>
+            </div>
+        </div>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+    </ul>
+</div>
+
+				<div class="col-md-9 col-lg-9 col-xs-14 aside2">
+					<div id="container">
+						<div id="pjax">
+							<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<div class="post" style=" padding:1.5em 4em 4em 4em">
+
+  <header class="post-header">
+    <h1 class="post-title">Kylin Cube 建立和Job监控教程</h1>
+    <p class="post-meta" >Nov 6, 2014</p>
+  </header>
+
+  <article class="post-content" >
+    <h3 id="cube">Cube建立</h3>
+<p>首先,确认你拥有你想要建立的cube的权限。</p>
+
+<ol>
+  <li>
+    <p>在<code>Cubes</code>页面中,点击cube栏右侧的<code>Action</code>下拉按钮并选择<code>Build</code>操作。</p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/1 action-build.png" alt="" /></p>
+  </li>
+  <li>
+    <p>选择后会出现一个弹出窗口。</p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/2 pop-up.png" alt="" /></p>
+  </li>
+  <li>
+    <p>点击<code>END DATE</code>输入框选择增量构建这个cube的结束日期。</p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/3 end-date.png" alt="" /></p>
+  </li>
+  <li>
+    <p>点击<code>Submit</code>提交请求。</p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/4 submit.png" alt="" /></p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/4.1 success.png" alt="" /></p>
+
+    <p>提交请求成功后,你将会看到<code>Jobs</code>页面新建了job。</p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/5 jobs-page.png" alt="" /></p>
+  </li>
+  <li>
+    <p>如要放弃这个job,点击<code>Discard</code>按钮。</p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/6 discard.png" alt="" /></p>
+  </li>
+</ol>
+
+<h3 id="job">Job监控</h3>
+<p>在<code>Jobs</code>页面,点击job详情按钮查看显示于右侧的详细信息。</p>
+
+<p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/7 job-steps.png" alt="" /></p>
+
+<p>job详细信息为跟踪一个job提供了它的每一步记录。你可以将光标停放在一个步骤状态图标上查看基本状态和信息。</p>
+
+<p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/8 hover-step.png" alt="" /></p>
+
+<p>点击每个步骤显示的图标按钮查看详情:<code>Parameters</code>、<code>Log</code>、<code>MRJob</code>、<code>EagleMonitoring</code>。</p>
+
+<ul>
+  <li>
+    <p>Parameters</p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 parameters.png" alt="" /></p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 parameters-d.png" alt="" /></p>
+  </li>
+  <li>
+    <p>Log</p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 log.png" alt="" /></p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 log-d.png" alt="" /></p>
+  </li>
+  <li>
+    <p>MRJob(MapReduce Job)</p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 mrjob.png" alt="" /></p>
+
+    <p><img src="/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 mrjob-d.png" alt="" /></p>
+  </li>
+</ul>
+
+  </article>
+
+</div>
+
+
+
+
+
+						</div>
+					</div>
+				</div>
+			</div>
+		</div>		
+		<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<footer id="underfooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12 widget" >
+        <div class="widget-body" style="text-align:center">
+          <div>
+          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+          </div>
+          <p style="text-align:center" > Apache Kylin is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0. </a>
+          </p>
+        </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: incubator/kylin/site/教程/2014/11/11/Kylin-Cube-权限授予教程/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/%E6%95%99%E7%A8%8B/2014/11/11/Kylin-Cube-%E6%9D%83%E9%99%90%E6%8E%88%E4%BA%88%E6%95%99%E7%A8%8B/index.html?rev=1683654&view=auto
==============================================================================
--- incubator/kylin/site/教程/2014/11/11/Kylin-Cube-权限授予教程/index.html (added)
+++ incubator/kylin/site/教程/2014/11/11/Kylin-Cube-权限授予教程/index.html Fri Jun  5 01:34:07 2015
@@ -0,0 +1,448 @@
+<!--
+* 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 Cube 权限授予教程</title>
+  <meta name="description" content="在Cubes页面,双击cube行查看详细信息。在这里我们关注Access标签。点击+Grant按钮进行授权。">
+  <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://kyli.io/%E6%95%99%E7%A8%8B/2014/11/11/Kylin-Cube-%E6%9D%83%E9%99%90%E6%8E%88%E4%BA%88%E6%95%99%E7%A8%8B/">
+  <link rel="alternate" type="application/rss+xml" title="kylin.io" href="http://kyli.io/feed.xml" />
+
+<!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
+<script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+
+  //oringal tracker for kylin.io
+  ga('create', 'UA-55534813-1', 'auto');
+  //new tracker for kylin.incubator.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'incubator'});
+
+  ga('send', 'pageview');
+  ga('incubator.send', 'pageview');
+
+
+</script>
+<script type="text/javascript" src="/assets/js/jquery-1.9.1.min.js"></script>
+<script type="text/javascript" src="/assets/js/nside.js"></script> </script>
+<script type="text/javascript" src="/assets/js/nnav.js"></script> </script>
+</head>
+
+	<body>
+		<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<header id="header" >
+  <div id="head" class="parallax" parallax-speed="3" >
+    <div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="/assets/images/kylin_logo.jpg"> <span class="title" >Apache Kylin</span> <span class="tagline">Extreme OLAP Engine for Big Data</span> 
+    </div>
+  </div>
+
+  <!-- Main Menu -->
+  <nav class="navbar navbar-default" role="navigation" id="nav-wrapper">
+  <div class="container-fluid" id="nav">
+    <!-- Brand and toggle get grouped for better mobile display -->
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+     
+    </div>
+
+    <!-- Collect the nav links, forms, and other content for toggling -->
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+      <ul class="nav navbar-nav">
+     <li><a href="/cn">首页</a></li>
+          <li><a href="/cn/docs" >文档</a></li>
+          <li><a href="/community" >社区</a></li>
+          <li><a href="/blog">博客</li>
+          <li><a href="/download">下载</li>
+          <li><a href="/about" >关于</a></li>
+          <li><a href="/" >English</a></li>
+          <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
+          <li><a href="https://github.com/apache/incubator-kylin" target="_blank" class="fa fa-github-alt fa-lg" title="Github: apache/incubator-kylin" ></a></li>          
+          <li><a href="https://www.facebook.com/kylinio" target="_blank" class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>            
+      </ul>
+      
+
+    </div><!-- /.navbar-collapse -->
+  </div><!-- /.container-fluid -->
+</nav>
+ </header>
+
+		
+		<div class="container">
+			<div class="row">
+				<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<div class="col-md-3 col-lg-3 col-xs-4 aside1 visible-md visible-lg" id="nside1" style=" padding-top: 2em">
+    <ul class="nav nav-pills nav-stacked">
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+             <!-- categories -->
+        
+        
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li><a href="#安装" data-toggle="collapse" id="navtitle">安装</a></li>
+        <div class="collapse in" id="安装">
+            <div class="list-group" id="list2">
+                <ul style="list-style-type:disc">
+                    
+                    <li><a href="/%E5%AE%89%E8%A3%85/2015/01/22/Kylin%E6%89%8B%E5%8A%A8%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97/" class="list-group-item-lay pjaxlink">Kylin手动安装指南</a></li>
+                    
+                    <ul>
+            </div>
+        </div>
+        
+        
+        
+        
+        
+        
+
+        
+        
+        
+        
+        
+        
+        <li><a href="#教程" data-toggle="collapse" id="navtitle">教程</a></li>
+        <div class="collapse in" id="教程">
+            <div class="list-group" id="list3">
+                <ul style="list-style-type:disc">
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2015/04/17/Kylin%E7%BD%91%E9%A1%B5%E7%89%88%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin网页版教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2015/04/17/Kylin%E5%92%8CTableau%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin和Tableau教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/11/Kylin-Cube-%E6%9D%83%E9%99%90%E6%8E%88%E4%BA%88%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin Cube 权限授予教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/06/Kylin-Cube-%E5%BB%BA%E7%AB%8B%E5%92%8CJob%E7%9B%91%E6%8E%A7%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin Cube 建立和Job监控教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/05/kylin-cube-%E5%88%9B%E5%BB%BA%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin Cube 创建教程</a></li>
+                    
+                    <li><a href="/%E6%95%99%E7%A8%8B/2014/11/05/Kylin-ODBC-%E9%A9%B1%E5%8A%A8%E7%A8%8B%E5%BA%8F%E6%95%99%E7%A8%8B/" class="list-group-item-lay pjaxlink">Kylin ODBC 驱动程序教程</a></li>
+                    
+                    <ul>
+            </div>
+        </div>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+
+
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+    </ul>
+</div>
+
+				<div class="col-md-9 col-lg-9 col-xs-14 aside2">
+					<div id="container">
+						<div id="pjax">
+							<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<div class="post" style=" padding:1.5em 4em 4em 4em">
+
+  <header class="post-header">
+    <h1 class="post-title">Kylin Cube 权限授予教程</h1>
+    <p class="post-meta" >Nov 11, 2014</p>
+  </header>
+
+  <article class="post-content" >
+    <p>在<code>Cubes</code>页面,双击cube行查看详细信息。在这里我们关注<code>Access</code>标签。
+点击<code>+Grant</code>按钮进行授权。</p>
+
+<p><img src="/images/Kylin-Cube-Permission-Grant-Tutorial/14 +grant.png" alt="" /></p>
+
+<p>一个cube有四种不同的权限。将你的鼠标移动到<code>?</code>图标查看详细信息。</p>
+
+<p><img src="/images/Kylin-Cube-Permission-Grant-Tutorial/15 grantInfo.png" alt="" /></p>
+
+<p>授权对象也有两种:<code>User</code>和<code>Role</code>。<code>Role</code>是指一组拥有同样权限的用户。</p>
+
+<h3 id="section">1. 授予用户权限</h3>
+<ul>
+  <li>
+    <p>选择<code>User</code>类型,输入你想要授权的用户的用户名并选择相应的权限。</p>
+
+    <p><img src="/images/Kylin-Cube-Permission-Grant-Tutorial/16 grant-user.png" alt="" /></p>
+  </li>
+  <li>
+    <p>然后点击<code>Grant</code>按钮提交请求。在这一操作成功后,你会在表中看到一个新的表项。你可以选择不同的访问权限来修改用户权限。点击<code>Revoke</code>按钮可以删除一个拥有权限的用户。</p>
+
+    <p><img src="/images/Kylin-Cube-Permission-Grant-Tutorial/16 user-update.png" alt="" /></p>
+  </li>
+</ul>
+
+<h3 id="section-1">2. 授予角色权限</h3>
+<ul>
+  <li>
+    <p>选择<code>Role</code>类型,通过点击下拉按钮选择你想要授权的一组用户并选择一个权限。</p>
+  </li>
+  <li>
+    <p>然后点击<code>Grant</code>按钮提交请求。在这一操作成功后,你会在表中看到一个新的表项。你可以选择不同的访问权限来修改组权限。点击<code>Revoke</code>按钮可以删除一个拥有权限的组。</p>
+  </li>
+</ul>
+
+  </article>
+
+</div>
+
+
+
+
+
+						</div>
+					</div>
+				</div>
+			</div>
+		</div>		
+		<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<footer id="underfooter">
+  <div class="container">
+    <div class="row">
+      <div class="col-md-12 widget" >
+        <div class="widget-body" style="text-align:center">
+          <div>
+          Apache Kylin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+          </div>
+          <p style="text-align:center" > Apache Kylin is distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0. </a>
+          </p>
+        </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>