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/05/27 13:40:15 UTC

svn commit: r1681991 [5/8] - in /incubator/kylin/site: api/ api/2014/ api/2014/12/ api/2014/12/31/ api/2014/12/31/Build-Cube-with-Restful-API/ api/2015/ api/2015/03/ api/2015/03/18/ api/2015/03/18/Restful-Service-Doc/ howto/ howto/2014/ howto/2014/10/ ...

Added: incubator/kylin/site/howto/2015/05/18/Export-Kylin-HBase-data/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/howto/2015/05/18/Export-Kylin-HBase-data/index.html?rev=1681991&view=auto
==============================================================================
--- incubator/kylin/site/howto/2015/05/18/Export-Kylin-HBase-data/index.html (added)
+++ incubator/kylin/site/howto/2015/05/18/Export-Kylin-HBase-data/index.html Wed May 27 11:40:12 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 | Export Kylin HBase data</title>
+  <meta name="description" content="Kylin persists all data (meta data and cube) in HBase; You may want to export the data sometimes for whatever purposes (backup, migration, troubleshotting et...">
+  <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="stylesheet" href="/assets/css/pygments.css">
+
+  <link rel="canonical" href="http://kyli.io/howto/2015/05/18/Export-Kylin-HBase-data/">
+  <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>
+
+</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">
+    <!--
+    <img class="img-circle" width="40px" height="40px" id="circlelogo" src="/assets/images/kylin_logo.jpg">
+    -->
+    <!-- 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="/"><b>Home</b></a></li>
+          <li><a href="/docs" >Docs</a></li>
+          <li><a href="/community" >Community</a></li>
+          <li><a href="/blog">Blog</li>
+          <li><a href="/download">Download</li>
+          <li><a href="/about" >About</a></li>
+          <li><a href="/cn" >中文版</a></li>  
+          <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
+          <li><a href="https://github.com/apache/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="page-content">
+			<header style=" padding:2em 0 0 0">
+			<div class="container" >
+				<h4 class="section-title"><span>Kylin Docs</span></h4>
+			</div>
+		</div>
+		<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">
+	<ul class="nav nav-pills nav-stacked">
+	     <!-- categories -->
+   
+	     <!-- categories -->
+   
+	     <!-- categories -->
+   
+		<li><a href="#installation" data-toggle="collapse" >Installation</a></li>
+		<div class="collapse in" id="installation">
+			<div class="list-group">
+				<ul style="list-style-type:disc">
+			
+				<li><a href="/installation/2015/03/13/On-Hadoop-CLI-installation/" class="list-group-item-lay pjaxlink">On Hadoop CLI installation</a></li>
+			
+				<li><a href="/installation/2015/02/15/Off-Hadoop-CLI-Installation-(Dev-Env-Setup)/" class="list-group-item-lay pjaxlink">Off Hadoop CLI Installation (Dev Env Setup)</a></li>
+			
+				<li><a href="/installation/2015/01/22/Kylin-Manual-Installation-Guide/" class="list-group-item-lay pjaxlink">Kylin Manual Installation Guide</a></li>
+			
+				<li><a href="/installation/2015/01/22/Advance-settings-of-Kylin-environment/" class="list-group-item-lay pjaxlink">Advance settings of Kylin environment</a></li>
+			
+				<li><a href="/installation/2014/12/05/On-Hadoop-Kylin-installation-using-Docker/" class="list-group-item-lay pjaxlink">On Hadoop Kylin installation using Docker</a></li>
+			
+				<ul>
+			</div>
+		</div>
+   
+	     <!-- categories -->
+   
+	     <!-- categories -->
+   
+	     <!-- categories -->
+   
+	
+	 
+   
+	 
+	 
+	 
+	 
+	 
+	 
+	
+   
+		<li><a href="#howto" data-toggle="collapse" >How to</a></li>
+		<div class="collapse in" id="howto">
+			<div class="list-group">
+				<ul style="list-style-type:disc">
+			
+				<li><a href="/howto/2015/05/18/Export-Kylin-HBase-data/" class="list-group-item-lay pjaxlink">Export Kylin HBase data</a></li>
+			
+				<li><a href="/howto/2015/03/18/How-to-use-kylin-remote-jdbc-driver/" class="list-group-item-lay pjaxlink">How to use kylin remote jdbc driver</a></li>
+			
+				<li><a href="/howto/2015/03/05/Kylin-Metadata-Store/" class="list-group-item-lay pjaxlink">Kylin Metadata Store</a></li>
+			
+				<li><a href="/howto/2015/03/03/How-to-consume-Kylin-REST-API-in-javascript/" class="list-group-item-lay pjaxlink">How to consume Kylin REST API in javascript</a></li>
+			
+				<li><a href="/howto/2015/01/04/Run-Kylin-test-case-with-HBase-Mini-Cluster/" class="list-group-item-lay pjaxlink">Run Kylin test case with HBase Mini Cluster</a></li>
+			
+				<li><a href="/howto/2014/12/09/New-meta-data-model-structure/" class="list-group-item-lay pjaxlink">New meta data model structure</a></li>
+			
+				<li><a href="/howto/2014/11/14/How%20to%20install%20kylin%20in%20your%20Hadoop%20cluster/" class="list-group-item-lay pjaxlink">How to install kylin in your Hadoop cluster</a></li>
+			
+				<li><a href="/howto/2014/10/24/How-to-Contribute/" class="list-group-item-lay pjaxlink">How to Contribute</a></li>
+			
+				<li><a href="/howto/2014/10/23/Kylin-web-front-end-summary/" class="list-group-item-lay pjaxlink">Kylin web front end summary</a></li>
+			
+				<ul>
+			</div>
+		</div>
+   
+	 
+   
+		<li><a href="#tutorial" data-toggle="collapse" >Tutorial</a></li>
+		<div class="collapse in" id="tutorial">
+			<div class="list-group">
+				<ul style="list-style-type:disc">
+			
+				<li><a href="/tutorial/2015/04/17/Kylin-and-Tableau-Tutorial/" class="list-group-item-lay pjaxlink">Kylin and Tableau Tutorial</a></li>
+			
+				<li><a href="/tutorial/2015/04/17/Kylin-Web-Tutorial/" class="list-group-item-lay pjaxlink">Kylin Web Tutorial</a></li>
+			
+				<li><a href="/tutorial/2014/11/15/Kylin-Cube-Creation-Tutorial/" class="list-group-item-lay pjaxlink">Kylin Cube Creation Tutorial</a></li>
+			
+				<li><a href="/tutorial/2014/11/11/Kylin-Cube-Permission-Grant-Tutorial/" class="list-group-item-lay pjaxlink">Kylin Cube Permission Grant Tutorial</a></li>
+			
+				<li><a href="/tutorial/2014/11/06/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/" class="list-group-item-lay pjaxlink">Kylin Cube Build and Job Monitoring Tutorial</a></li>
+			
+				<li><a href="/tutorial/2014/11/05/Kylin-ODBC-Driver-Tutorial/" class="list-group-item-lay pjaxlink">Kylin ODBC Driver Tutorial</a></li>
+			
+				<ul>
+			</div>
+		</div>
+   
+	 
+	 
+	 
+	 
+	 
+	 
+	
+   
+	 
+   
+	 
+	 
+	 
+	 
+	 
+	 
+	
+   
+	 
+   
+	 
+	 
+	 
+	 
+	 
+	 
+	
+   
+	 
+   
+	 
+	 
+	 
+	 
+	 
+	 
+	
+   
+	 
+   
+	 
+	 
+	 
+	 
+	 
+	 
+	
+   
+	
+	 
+   
+	 
+   
+	 
+   
+	 
+   
+		<li><a href="#api" data-toggle="collapse" >API</a></li>
+		<div class="collapse in" id="api">
+			<div class="list-group">
+				<ul style="list-style-type:disc">
+			
+				<li><a href="/api/2015/03/18/Restful-Service-Doc/" class="list-group-item-lay pjaxlink">Restful Service Doc</a></li>
+			
+				<li><a href="/api/2014/12/31/Build-Cube-with-Restful-API/" class="list-group-item-lay pjaxlink">Build Cube with Restful API</a></li>
+			
+				<ul>
+			</div>
+		</div>
+   
+	 
+   
+	 
+   
+	
+	 
+   
+	 
+   
+	 
+   
+	 
+   
+	 
+   
+	 
+   
+		<li><a href="#faq" data-toggle="collapse" >FAQ</a></li>
+		<div class="collapse in" id="faq">
+			<div class="list-group">
+				<ul style="list-style-type:disc">
+			
+				<li><a href="/faq/2015/05/18/FAQ-on-Kylin-Installation-and-Usage/" class="list-group-item-lay pjaxlink">FAQ on Kylin Installation and Usage</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:2em 4em 4em 4em">
+
+  <header class="post-header">
+    <h1 class="post-title">Export Kylin HBase data</h1>
+    <p class="post-meta" >May 18, 2015 • SHAOFENG SHI</p>
+  </header>
+
+  <article class="post-content" >
+    <p>Kylin persists all data (meta data and cube) in HBase; You may want to export the data sometimes for whatever purposes (backup, migration, troubleshotting etc); This page describes the steps to do this and also there is a Java app for you to do this easily;</p>
+
+<p>Steps:</p>
+
+<ol>
+  <li>Cleanup unused cubes to save storage space (be cautious on production!): run the following command in hbase CLI: </li>
+</ol>
+
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">hbase org.apache.hadoop.util.RunJar /${KYLIN_HOME}/lib/kylin-job-(version).jar org.apache.kylin.job.hadoop.cube.StorageCleanupJob --delete true</code></pre></div>
+
+<ol>
+  <li>
+    <p>List all HBase tables, iterate and then export each Kylin table to HDFS; See <a href="https://hbase.apache.org/book/ops_mgt.html#export">https://hbase.apache.org/book/ops_mgt.html#export</a></p>
+  </li>
+  <li>
+    <p>Copy the export folder from HDFS to local file system, and then archive it;</p>
+  </li>
+  <li>
+    <p>(optional) Download the archive from Hadoop CLI to local;</p>
+  </li>
+  <li>
+    <p>Cleanup the export folder from CLI HDFS and local file system;</p>
+  </li>
+</ol>
+
+<p>Kylin provide the “ExportHBaseData.java” (currently only exist in “minicluster” branch) for you to do the step 2-5 in one run; Please ensure the correct path of “kylin.properties” has been set in the sys env; This Java uses the sandbox config by default;</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/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/1 action-build.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/1%20action-build.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/1 action-build.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/2 pop-up.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/2%20pop-up.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/2 pop-up.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/3 end-date.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/3%20end-date.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/3 end-date.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/4 submit.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/4%20submit.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/4 submit.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/4.1 success.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/4.1%20success.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/4.1 success.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/5 jobs-page.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/5%20jobs-page.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/5 jobs-page.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/6 discard.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/6%20discard.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/6 discard.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/7 job-steps.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/7%20job-steps.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/7 job-steps.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/8 hover-step.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/8%20hover-step.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/8 hover-step.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 log-d.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9%20log-d.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 log-d.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 log.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9%20log.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 log.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 mrjob-d.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9%20mrjob-d.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 mrjob-d.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 mrjob.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9%20mrjob.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 mrjob.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 parameters-d.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9%20parameters-d.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 parameters-d.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 parameters.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9%20parameters.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/9 parameters.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/1 manage-prject.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/1%20manage-prject.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/1 manage-prject.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/10 filter.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/10%20filter.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/10 filter.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/11 refresh-setting1.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/11%20refresh-setting1.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/11 refresh-setting1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/11 refresh-setting2.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/11%20refresh-setting2.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/11 refresh-setting2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/12 advanced.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/12%20advanced.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/12 advanced.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/13 overview.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/13%20overview.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/13 overview.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/2 +project.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/2%20%2Bproject.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/2 +project.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/3 new-project.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/3%20new-project.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/3 new-project.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/3.1 pj-created.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/3.1%20pj-created.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/3.1 pj-created.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/4 +table.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/4%20%2Btable.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/4 +table.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/5 hive-table.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/5%20hive-table.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/5 hive-table.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/6 +cube.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/6%20%2Bcube.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/6 +cube.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/7 cube-info.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/7%20cube-info.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/7 cube-info.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-+dim.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8%20dim-%2Bdim.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-+dim.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-edit.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8%20dim-edit.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-edit.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-factable.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8%20dim-factable.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-factable.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-typeA.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8%20dim-typeA.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-typeA.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-typeB-1.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8%20dim-typeB-1.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-typeB-1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-typeB-2.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8%20dim-typeB-2.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-typeB-2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-typeC.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8%20dim-typeC.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-typeC.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-typeD.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8%20dim-typeD.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/8 dim-typeD.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9 meas-+meas.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9%20meas-%2Bmeas.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9 meas-+meas.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9 meas-count.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9%20meas-count.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9 meas-count.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9 meas-distinct.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9%20meas-distinct.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9 meas-distinct.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9 meas-max.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9%20meas-max.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9 meas-max.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9 meas-min.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9%20meas-min.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9 meas-min.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9 meas-sum.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9%20meas-sum.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Creation-Tutorial/9 meas-sum.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Permission-Grant-Tutorial/14 +grant.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Permission-Grant-Tutorial/14%20%2Bgrant.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Permission-Grant-Tutorial/14 +grant.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Permission-Grant-Tutorial/15 grantInfo.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Permission-Grant-Tutorial/15%20grantInfo.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Permission-Grant-Tutorial/15 grantInfo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Permission-Grant-Tutorial/16 grant-user.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Permission-Grant-Tutorial/16%20grant-user.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Permission-Grant-Tutorial/16 grant-user.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Cube-Permission-Grant-Tutorial/16 user-update.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Cube-Permission-Grant-Tutorial/16%20user-update.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Cube-Permission-Grant-Tutorial/16 user-update.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/1 login.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/1%20login.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/1 login.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/10 query-result.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/10%20query-result.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/10 query-result.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/11 save-query-2.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/11%20save-query-2.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/11 save-query-2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/11 save-query.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/11%20save-query.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/11 save-query.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/12 general.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/12%20general.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/12 general.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/13 results.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/13%20results.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/13 results.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/14 drag.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/14%20drag.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/14 drag.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/15 bar-chart.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/15%20bar-chart.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/15 bar-chart.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/16 pie-chart.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/16%20pie-chart.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/16 pie-chart.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/17 line-chart.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/17%20line-chart.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/17 line-chart.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/2 tables.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/2%20tables.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/2 tables.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/3 cubes.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/3%20cubes.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/3 cubes.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/4 form-view.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/4%20form-view.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/4 form-view.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/5 sql-view.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/5%20sql-view.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/5 sql-view.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/6 visualization.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/6%20visualization.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/6 visualization.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/7 access.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/7%20access.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/7 access.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/7 job-steps.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/7%20job-steps.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/7 job-steps.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/8 query.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/8%20query.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/8 query.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-Web-Tutorial/9 query-table.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-Web-Tutorial/9%20query-table.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-Web-Tutorial/9 query-table.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/1 odbc.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/1%20odbc.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/1 odbc.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/10 connectLive.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/10%20connectLive.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/10 connectLive.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/11 analysis.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/11%20analysis.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/11 analysis.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/12 edit tables.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/12%20edit%20tables.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/12 edit tables.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/13 visual.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/13%20visual.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/13 visual.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/14 publish.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/14%20publish.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/14 publish.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/16 prepare-publish.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/16%20prepare-publish.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/16 prepare-publish.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/17 embedded-pwd.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/17%20embedded-pwd.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/17 embedded-pwd.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/18 groupby-folder.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/18%20groupby-folder.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/18 groupby-folder.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/19 custom.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/19%20custom.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/19 custom.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/2 serverhost.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/2%20serverhost.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/2 serverhost.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/3 project.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/3%20project.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/3 project.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/4 done.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/4%20done.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/4 done.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/5 multipleTable.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/5%20multipleTable.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/5 multipleTable.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/6 facttable.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/6%20facttable.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/6 facttable.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/6 facttable2.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/6%20facttable2.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/6 facttable2.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/7 lkptable.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/7%20lkptable.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/7 lkptable.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/8 join.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/8%20join.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/8 join.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/9 connName.jpg
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/9%20connName.jpg?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/Kylin-and-Tableau-Tutorial/9 connName.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/On-Hadoop-CLI-installation/Picture1.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/On-Hadoop-CLI-installation/Picture1.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/On-Hadoop-CLI-installation/Picture1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/On-Hadoop-CLI-installation/Picture2.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/On-Hadoop-CLI-installation/Picture2.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/On-Hadoop-CLI-installation/Picture2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/On-Hadoop-CLI-installation/cube.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/On-Hadoop-CLI-installation/cube.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/On-Hadoop-CLI-installation/cube.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/On-Hadoop-CLI-installation/installation.pptx
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/On-Hadoop-CLI-installation/installation.pptx?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/On-Hadoop-CLI-installation/installation.pptx
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/On-Hadoop-CLI-installation/job.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/On-Hadoop-CLI-installation/job.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/On-Hadoop-CLI-installation/job.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/On-Hadoop-CLI-installation/query.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/On-Hadoop-CLI-installation/query.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/On-Hadoop-CLI-installation/query.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/images/On-Hadoop-CLI-installation/starthbase.png
URL: http://svn.apache.org/viewvc/incubator/kylin/site/images/On-Hadoop-CLI-installation/starthbase.png?rev=1681991&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/kylin/site/images/On-Hadoop-CLI-installation/starthbase.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/kylin/site/installation/2014/12/05/On-Hadoop-Kylin-installation-using-Docker/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/installation/2014/12/05/On-Hadoop-Kylin-installation-using-Docker/index.html?rev=1681991&view=auto
==============================================================================
--- incubator/kylin/site/installation/2014/12/05/On-Hadoop-Kylin-installation-using-Docker/index.html (added)
+++ incubator/kylin/site/installation/2014/12/05/On-Hadoop-Kylin-installation-using-Docker/index.html Wed May 27 11:40:12 2015
@@ -0,0 +1,492 @@
+<!--
+* 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 | On Hadoop Kylin installation using Docker</title>
+  <meta name="description" content="With help of SequenceIQ, we have put together a fully automated method of creating a Kylin cluster (along with Hadoop, HBase and Hive). The only thing you wi...">
+  <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="stylesheet" href="/assets/css/pygments.css">
+
+  <link rel="canonical" href="http://kyli.io/installation/2014/12/05/On-Hadoop-Kylin-installation-using-Docker/">
+  <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>
+
+</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">
+    <!--
+    <img class="img-circle" width="40px" height="40px" id="circlelogo" src="/assets/images/kylin_logo.jpg">
+    -->
+    <!-- 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="/"><b>Home</b></a></li>
+          <li><a href="/docs" >Docs</a></li>
+          <li><a href="/community" >Community</a></li>
+          <li><a href="/blog">Blog</li>
+          <li><a href="/download">Download</li>
+          <li><a href="/about" >About</a></li>
+          <li><a href="/cn" >中文版</a></li>  
+          <li><a href="https://twitter.com/apachekylin" target="_blank" class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
+          <li><a href="https://github.com/apache/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="page-content">
+			<header style=" padding:2em 0 0 0">
+			<div class="container" >
+				<h4 class="section-title"><span>Kylin Docs</span></h4>
+			</div>
+		</div>
+		<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">
+	<ul class="nav nav-pills nav-stacked">
+	     <!-- categories -->
+   
+	     <!-- categories -->
+   
+	     <!-- categories -->
+   
+		<li><a href="#installation" data-toggle="collapse" >Installation</a></li>
+		<div class="collapse in" id="installation">
+			<div class="list-group">
+				<ul style="list-style-type:disc">
+			
+				<li><a href="/installation/2015/03/13/On-Hadoop-CLI-installation/" class="list-group-item-lay pjaxlink">On Hadoop CLI installation</a></li>
+			
+				<li><a href="/installation/2015/02/15/Off-Hadoop-CLI-Installation-(Dev-Env-Setup)/" class="list-group-item-lay pjaxlink">Off Hadoop CLI Installation (Dev Env Setup)</a></li>
+			
+				<li><a href="/installation/2015/01/22/Kylin-Manual-Installation-Guide/" class="list-group-item-lay pjaxlink">Kylin Manual Installation Guide</a></li>
+			
+				<li><a href="/installation/2015/01/22/Advance-settings-of-Kylin-environment/" class="list-group-item-lay pjaxlink">Advance settings of Kylin environment</a></li>
+			
+				<li><a href="/installation/2014/12/05/On-Hadoop-Kylin-installation-using-Docker/" class="list-group-item-lay pjaxlink">On Hadoop Kylin installation using Docker</a></li>
+			
+				<ul>
+			</div>
+		</div>
+   
+	     <!-- categories -->
+   
+	     <!-- categories -->
+   
+	     <!-- categories -->
+   
+	
+	 
+   
+	 
+	 
+	 
+	 
+	 
+	 
+	
+   
+		<li><a href="#howto" data-toggle="collapse" >How to</a></li>
+		<div class="collapse in" id="howto">
+			<div class="list-group">
+				<ul style="list-style-type:disc">
+			
+				<li><a href="/howto/2015/05/18/Export-Kylin-HBase-data/" class="list-group-item-lay pjaxlink">Export Kylin HBase data</a></li>
+			
+				<li><a href="/howto/2015/03/18/How-to-use-kylin-remote-jdbc-driver/" class="list-group-item-lay pjaxlink">How to use kylin remote jdbc driver</a></li>
+			
+				<li><a href="/howto/2015/03/05/Kylin-Metadata-Store/" class="list-group-item-lay pjaxlink">Kylin Metadata Store</a></li>
+			
+				<li><a href="/howto/2015/03/03/How-to-consume-Kylin-REST-API-in-javascript/" class="list-group-item-lay pjaxlink">How to consume Kylin REST API in javascript</a></li>
+			
+				<li><a href="/howto/2015/01/04/Run-Kylin-test-case-with-HBase-Mini-Cluster/" class="list-group-item-lay pjaxlink">Run Kylin test case with HBase Mini Cluster</a></li>
+			
+				<li><a href="/howto/2014/12/09/New-meta-data-model-structure/" class="list-group-item-lay pjaxlink">New meta data model structure</a></li>
+			
+				<li><a href="/howto/2014/11/14/How%20to%20install%20kylin%20in%20your%20Hadoop%20cluster/" class="list-group-item-lay pjaxlink">How to install kylin in your Hadoop cluster</a></li>
+			
+				<li><a href="/howto/2014/10/24/How-to-Contribute/" class="list-group-item-lay pjaxlink">How to Contribute</a></li>
+			
+				<li><a href="/howto/2014/10/23/Kylin-web-front-end-summary/" class="list-group-item-lay pjaxlink">Kylin web front end summary</a></li>
+			
+				<ul>
+			</div>
+		</div>
+   
+	 
+   
+		<li><a href="#tutorial" data-toggle="collapse" >Tutorial</a></li>
+		<div class="collapse in" id="tutorial">
+			<div class="list-group">
+				<ul style="list-style-type:disc">
+			
+				<li><a href="/tutorial/2015/04/17/Kylin-and-Tableau-Tutorial/" class="list-group-item-lay pjaxlink">Kylin and Tableau Tutorial</a></li>
+			
+				<li><a href="/tutorial/2015/04/17/Kylin-Web-Tutorial/" class="list-group-item-lay pjaxlink">Kylin Web Tutorial</a></li>
+			
+				<li><a href="/tutorial/2014/11/15/Kylin-Cube-Creation-Tutorial/" class="list-group-item-lay pjaxlink">Kylin Cube Creation Tutorial</a></li>
+			
+				<li><a href="/tutorial/2014/11/11/Kylin-Cube-Permission-Grant-Tutorial/" class="list-group-item-lay pjaxlink">Kylin Cube Permission Grant Tutorial</a></li>
+			
+				<li><a href="/tutorial/2014/11/06/Kylin-Cube-Build-and-Job-Monitoring-Tutorial/" class="list-group-item-lay pjaxlink">Kylin Cube Build and Job Monitoring Tutorial</a></li>
+			
+				<li><a href="/tutorial/2014/11/05/Kylin-ODBC-Driver-Tutorial/" class="list-group-item-lay pjaxlink">Kylin ODBC Driver Tutorial</a></li>
+			
+				<ul>
+			</div>
+		</div>
+   
+	 
+	 
+	 
+	 
+	 
+	 
+	
+   
+	 
+   
+	 
+	 
+	 
+	 
+	 
+	 
+	
+   
+	 
+   
+	 
+	 
+	 
+	 
+	 
+	 
+	
+   
+	 
+   
+	 
+	 
+	 
+	 
+	 
+	 
+	
+   
+	 
+   
+	 
+	 
+	 
+	 
+	 
+	 
+	
+   
+	
+	 
+   
+	 
+   
+	 
+   
+	 
+   
+		<li><a href="#api" data-toggle="collapse" >API</a></li>
+		<div class="collapse in" id="api">
+			<div class="list-group">
+				<ul style="list-style-type:disc">
+			
+				<li><a href="/api/2015/03/18/Restful-Service-Doc/" class="list-group-item-lay pjaxlink">Restful Service Doc</a></li>
+			
+				<li><a href="/api/2014/12/31/Build-Cube-with-Restful-API/" class="list-group-item-lay pjaxlink">Build Cube with Restful API</a></li>
+			
+				<ul>
+			</div>
+		</div>
+   
+	 
+   
+	 
+   
+	
+	 
+   
+	 
+   
+	 
+   
+	 
+   
+	 
+   
+	 
+   
+		<li><a href="#faq" data-toggle="collapse" >FAQ</a></li>
+		<div class="collapse in" id="faq">
+			<div class="list-group">
+				<ul style="list-style-type:disc">
+			
+				<li><a href="/faq/2015/05/18/FAQ-on-Kylin-Installation-and-Usage/" class="list-group-item-lay pjaxlink">FAQ on Kylin Installation and Usage</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:2em 4em 4em 4em">
+
+  <header class="post-header">
+    <h1 class="post-title">On Hadoop Kylin installation using Docker</h1>
+    <p class="post-meta" >Dec 5, 2014 • abansal</p>
+  </header>
+
+  <article class="post-content" >
+    <p>With help of SequenceIQ, we have put together a fully automated method of creating a Kylin cluster (along with Hadoop, HBase and Hive). The only thing you will need to do is to pull the container from the official Docker repository by using the commands listed below:</p>
+
+<h3 id="pre-requisite">Pre-Requisite</h3>
+
+<ol>
+  <li>Docker (If you don’t have Docker installed, follow this <a href="https://docs.docker.com/installation/#installation">link</a>)</li>
+  <li>Minimum RAM - 4Gb (We’ll be running Kylin, Hadoop, HBase &amp; Hive)</li>
+</ol>
+
+<h3 id="installation">Installation</h3>
+
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">docker pull sequenceiq/kylin</code></pre></div>
+
+<p>Once the container is pulled you are ready to start playing with Kylin. Get the following helper functions from our Kylin GitHub <a href="https://github.com/sequenceiq/docker-kylin/blob/master/ambari-functions">repository</a> - <em>(make sure you source it).</em></p>
+
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">$ wget https://raw.githubusercontent.com/sequenceiq/docker-kylin/master/ambari-functions
+ $ source ambari-functions</code></pre></div>
+
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">$ kylin-deploy-cluster 3</code></pre></div>
+
+<p>You can specify the number of nodes you’d like to have in your cluster (3 in this case). Once we installed all the necessary Hadoop
+services we’ll build Kylin on top of it and then you can reach the UI on: </p>
+
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">#Ambari Dashboard
+http://&lt;container_ip&gt;:8080</code></pre></div>
+
+<p>Use <code>admin/admin</code> to login. Make sure HBase is running. </p>
+
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">#Kylin Dashboard
+http://&lt;container_ip&gt;:7070</code></pre></div>
+
+<p>The default credentials to login are: <code>ADMIN:KYLIN</code>. The cluster is pre-populated with sample data and is ready to build cubes as shown <a href="https://github.com/KylinOLAP/Kylin/wiki/Kylin-Cube-Creation-Tutorial">here</a>.</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>