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/01/23 10:09:23 UTC

svn commit: r1654150 - in /incubator/kylin/site: README.md feed.xml index.html

Author: lukehan
Date: Fri Jan 23 09:09:23 2015
New Revision: 1654150

URL: http://svn.apache.org/r1654150
Log:
add chinese homepage

Modified:
    incubator/kylin/site/README.md
    incubator/kylin/site/feed.xml
    incubator/kylin/site/index.html

Modified: incubator/kylin/site/README.md
URL: http://svn.apache.org/viewvc/incubator/kylin/site/README.md?rev=1654150&r1=1654149&r2=1654150&view=diff
==============================================================================
--- incubator/kylin/site/README.md (original)
+++ incubator/kylin/site/README.md Fri Jan 23 09:09:23 2015
@@ -1,7 +1,2 @@
-
-Apache Kylin Website Content
-
---Generated by Jekyll.
---Last build: 2015-01-20-23:19 GMT+8.
-
-
+# kylin.io
+kylin.io site with Jekyll and markdown

Modified: incubator/kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/incubator/kylin/site/feed.xml?rev=1654150&r1=1654149&r2=1654150&view=diff
==============================================================================
--- incubator/kylin/site/feed.xml (original)
+++ incubator/kylin/site/feed.xml Fri Jan 23 09:09:23 2015
@@ -5,8 +5,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kyli.io/</link>
     <atom:link href="http://kyli.io/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 20 Jan 2015 23:03:54 +0800</pubDate>
-    <lastBuildDate>Tue, 20 Jan 2015 23:03:54 +0800</lastBuildDate>
+    <pubDate>Fri, 23 Jan 2015 17:08:28 +0800</pubDate>
+    <lastBuildDate>Fri, 23 Jan 2015 17:08:28 +0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
@@ -27,8 +27,8 @@
 
 </description>
         <pubDate>Wed, 21 Jan 2015 05:52:58 +0800</pubDate>
-        <link>http://kyli.io/jekyll/update/2015/01/21/welcome-to-jekyll.html</link>
-        <guid isPermaLink="true">http://kyli.io/jekyll/update/2015/01/21/welcome-to-jekyll.html</guid>
+        <link>http://kyli.io/jekyll/update/2015/01/21/welcome-to-jekyll/</link>
+        <guid isPermaLink="true">http://kyli.io/jekyll/update/2015/01/21/welcome-to-jekyll/</guid>
         
         
         <category>jekyll</category>

Modified: incubator/kylin/site/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/index.html?rev=1654150&r1=1654149&r2=1654150&view=diff
==============================================================================
--- incubator/kylin/site/index.html (original)
+++ incubator/kylin/site/index.html Fri Jan 23 09:09:23 2015
@@ -90,18 +90,18 @@
 
     <div class="page-content">
       <div class="wrapper">
-        <main id="main" >
-  <div class="container" >
-    <div id="zero" class=" main" >
+        <main id="main">
+  <div class="container">
+    <div id="zero" class=" main">
       <header style=" padding:2em 0 4em 0">
-        <div class="container" >
+        <div class="container">
 
           <h4 class="section-title"><span>Apache Kylin Overview</span></h4>
           <div class="row" style="margin-top:-20px;">
             <div class="col-sm-12 col-md-12">
               <p class="title_text"> Kylin has been accepted as Apache Incubator Project on Nov 25, 2014.</p>
               <p class="title_text"> Apache Kylin is an open source Distributed Analytics Engine from eBay Inc. that provides SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets</p>
-              <img id="diagram" src="assets/images/kylin_diagram.png"> </div>
+              <img id="diagram" src="assets/images/kylin_diagram.png" /> </div>
           </div>
         </div>
         <!-- /container --> 
@@ -114,35 +114,35 @@
   
   <section id="second" class="main">
     <header style="background-color:#efefef;">
-      <div class="container"  >
+      <div class="container">
         <h4 class="section-title"><span> What is Kylin? </span></h4>
         <!-- second-->
         <div class="row">
           <div class="col-sm-12 col-md-12">
             <div align="left">
-              <p> <b>- Extremely Fast OLAP Engine at Scale: </b><br/>
+              <p> <b>- Extremely Fast OLAP Engine at Scale: </b><br />
               <div class="indent">Kylin is designed to reduce query latency on Hadoop for 10+ billions of rows of data</div>
               </p>
-              <p> <b>- ANSI SQL Interface on Hadoop: </b><br/>
+              <p> <b>- ANSI SQL Interface on Hadoop: </b><br />
               <div class="indent">Kylin offers ANSI SQL on Hadoop and supports most ANSI SQL query functions</div>
               </p>
-              <p> <b>- Interactive Query Capability: </b><br/>
+              <p> <b>- Interactive Query Capability: </b><br />
               <div class="indent">Users can interact with Hadoop data via Kylin at sub-second latency, better than Hive queries for the same dataset</div>
               </p>
-              <p> <b>- MOLAP Cube:</b><br/>
+              <p> <b>- MOLAP Cube:</b><br />
               <div class="indent">User can define a data model and pre-build in Kylin with more than 10+ billions of raw data records</div>
               </p>
-              <p> <b>- Seamless Integration with BI Tools:</b><br/>
+              <p> <b>- Seamless Integration with BI Tools:</b><br />
               <div class="indent">Kylin currently offers integration capability with BI Tools like Tableau.  Integration with Microstrategy and Excel is coming soon</div>
               </p>
-              <p> <b>- Other Highlights:</b> <br/>
-              <div class="indent">- Job Management and Monitoring <br/>
-                - Compression and Encoding Support <br/>
-                - Incremental Refresh of Cubes <br/>
-                - Leverage HBase Coprocessor for query latency <br/>
-                - Approximate Query Capability for distinct Count (HyperLogLog) <br/>
-                - Easy Web interface to manage, build, monitor and query cubes <br/>
-                - Security capability to set ACL at Cube/Project Level <br/>
+              <p> <b>- Other Highlights:</b> <br />
+              <div class="indent">- Job Management and Monitoring <br />
+                - Compression and Encoding Support <br />
+                - Incremental Refresh of Cubes <br />
+                - Leverage HBase Coprocessor for query latency <br />
+                - Approximate Query Capability for distinct Count (HyperLogLog) <br />
+                - Easy Web interface to manage, build, monitor and query cubes <br />
+                - Security capability to set ACL at Cube/Project Level <br />
                 - Support LDAP Integration </div>
               </p>
             </div>
@@ -157,7 +157,7 @@
   <!-- second -->
   <section id="first" class="main">
     <header>
-      <div class="container" >
+      <div class="container">
         <h4 class="section-title"><span>Kylin Ecosystem</span></h4>
         <div class="row">
           <div class="col-sm-7 col-md-7">
@@ -168,7 +168,7 @@
             <p><b>User Interface:</b> Allows third party users to build customized user-interface atop Kylin core</p>
             <p><b>Drivers:</b> ODBC and JDBC drivers to support different tools and products, such as Tableau</p>
           </div>
-          <div class="col-sm-5 col-md-5"> <img id="core" src="assets/images/core.png"> </div>
+          <div class="col-sm-5 col-md-5"> <img id="core" src="assets/images/core.png" /> </div>
         </div>
         <!-- /container --> 
       </div>
@@ -177,8 +177,8 @@
   
   <!-- fifth-->
   <section id="fifth" class="main">
-    <header style="background-color:#efefef;" >
-      <div class="container" >
+    <header style="background-color:#efefef;">
+      <div class="container">
         <h4 class="section-title"><span>For Developers</span></h4>
         <div class="row">
           <div class="col-sm-4 col-md-4">