Author: lidong
Date: Fri Jul 29 06:00:48 2016
New Revision: 1754479

URL: http://svn.apache.org/viewvc?rev=1754479&view=rev
Log:
update website

Modified:
    kylin/site/development/howto_release.html
    kylin/site/feed.xml
    kylin/site/index.html

Modified: kylin/site/development/howto_release.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/howto_release.html?rev=1754479&r1=1754478&r2=1754479&view=diff
==============================================================================
--- kylin/site/development/howto_release.html (original)
+++ kylin/site/development/howto_release.html Fri Jul 29 06:00:48 2016
@@ -903,7 +903,7 @@ svn commit -m <span class="s1">'Remove o
 <p>Refer to <a href="howto_docs.html">How to document</a> for more detail.</p>
 
 <h2 id="send-announcement-mail-to-mailing-list">Send announcement mail to 
mailing list</h2>
-<p>Send one mail with subject like “[Announce] Apache Kylin x.y released” 
to following list:</p>
+<p>Send one mail with subject like “[Announce] Apache Kylin x.y.z 
released” to following list:</p>
 
 <ul>
   <li>Apache Kylin Dev mailing list: d...@kylin.apache.org</li>
@@ -914,9 +914,9 @@ Please notice to always use your Apache
 
 <p>Here is a sample of announcement email (by studying Kafka’s):</p>
 
-<div class="highlight"><pre><code class="language-text" data-lang="text">The 
Apache Kylin team is pleased to announce the immediate availability of the 
1.5.2.1 release. 
+<div class="highlight"><pre><code class="language-text" data-lang="text">The 
Apache Kylin team is pleased to announce the immediate availability of the 
x.y.z release. 
 
-This is a bug fix release based on 1.5.2; All of the changes in this release 
can be found:
+This is a bug fix release based on 1.5.2; All of the changes in this release 
can be found in:
 https://kylin.apache.org/docs15/release_notes.html
 
 You can download the source release and binary packages from 
@@ -926,12 +926,12 @@ More information about the binary packag
 
 Apache Kylin is an open source Distributed Analytics Engine designed to 
provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop, 
supporting extremely large datasets.
 
-Apache Kylin lets you query big Hive tables at sub-second latency in 3 simple 
steps:
-1. Identify a set of Hive tables in star schema.
-2. Build Cube from the Hive tables in an offline batch process (MR or Spark).
-3. Query the tables with ANSI-SQL and get results in sub-seconds to seconds, 
via ODBC, JDBC or RESTful API.
+Apache Kylin lets you query massive data set at sub-second latency in 3 steps:
+1. Identify a Star Schema data on Hadoop.
+2. Build Cube on Hadoop.
+3. Query data with ANSI-SQL and get results in sub-second, via ODBC, JDBC or 
RESTful API.
 
-Thanks everyone who have contributed to the 1.5.2.1 release.
+Thanks everyone who have contributed to the x.y.z release.
 
 We welcome your help and feedback. For more information on how to
 report problems, and to get involved, visit the project website at

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1754479&r1=1754478&r2=1754479&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Fri Jul 29 06:00:48 2016
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Fri, 29 Jul 2016 03:07:01 -0700</pubDate>
-    <lastBuildDate>Fri, 29 Jul 2016 03:07:01 -0700</lastBuildDate>
+    <pubDate>Fri, 29 Jul 2016 06:59:27 -0700</pubDate>
+    <lastBuildDate>Fri, 29 Jul 2016 06:59:27 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>

Modified: kylin/site/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/index.html?rev=1754479&r1=1754478&r2=1754479&view=diff
==============================================================================
--- kylin/site/index.html (original)
+++ kylin/site/index.html Fri Jul 29 06:00:48 2016
@@ -169,12 +169,12 @@
           <div class="row" style="margin-top:-20px;">
             <div class="col-sm-12 col-md-12">              
               <p class="title_text">Apache Kylin™ is an open source 
Distributed Analytics Engine designed to provide SQL interface and 
multi-dimensional analysis (OLAP) on Hadoop supporting extremely large 
datasets, original contributed from eBay Inc.</p>
-              <p class="title_text">Apache Kylin™ lets you query big Hive 
tables at sub-second latency in 3 simple steps.</p>
+              <p class="title_text">Apache Kylin™ lets you query massive 
data set at sub-second latency in 3 steps.</p>
               <div align="left">
                 <ol>
-                  <li>Identify a set of Hive tables in star schema.</li>
-                  <li>Build a cube from the Hive tables in an offline batch 
process.</li>
-                  <li>Query the Hive tables using SQL and get results in 
sub-seconds, via Rest API, ODBC, or JDBC.</li>
+                  <li>Identify a Star Schema data on Hadoop.</li>
+                  <li>Build Cube on Hadoop.</li>
+                  <li>Query data with ANSI-SQL and get results in sub-second, 
via ODBC, JDBC or RESTful API.</li>
                 </ol>
               </div>
               <img id="diagram" src="assets/images/kylin_diagram.png" />


Reply via email to