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/09/07 10:13:02 UTC

svn commit: r1701576 - in /incubator/kylin/site: ./ blog/2015/09/06/release-v1.0-incubating/ cn/ cn/docs/ cn/download/ community/ development/ docs/ download/

Author: lukehan
Date: Mon Sep  7 08:13:01 2015
New Revision: 1701576

URL: http://svn.apache.org/r1701576
Log:
fix broken links

Modified:
    incubator/kylin/site/blog/2015/09/06/release-v1.0-incubating/index.html
    incubator/kylin/site/cn/docs/index.html
    incubator/kylin/site/cn/download/index.html
    incubator/kylin/site/cn/index.html
    incubator/kylin/site/community/index.html
    incubator/kylin/site/development/dev_env.html
    incubator/kylin/site/development/howto_release.html
    incubator/kylin/site/docs/index.html
    incubator/kylin/site/docs/release_notes.html
    incubator/kylin/site/download/index.html
    incubator/kylin/site/feed.xml

Modified: incubator/kylin/site/blog/2015/09/06/release-v1.0-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/blog/2015/09/06/release-v1.0-incubating/index.html?rev=1701576&r1=1701575&r2=1701576&view=diff
==============================================================================
--- incubator/kylin/site/blog/2015/09/06/release-v1.0-incubating/index.html (original)
+++ incubator/kylin/site/blog/2015/09/06/release-v1.0-incubating/index.html Mon Sep  7 08:13:01 2015
@@ -187,33 +187,41 @@
   <article class="post-content" >
     <p>The Apache Kylin team is pleased to announce the release of Apache Kylin v1.0 (incubating). 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.</p>
 
-<p>To download Apache Kylin v1.0 (incubating) visit the <a href="">download</a> page.</p>
+<p>To download Apache Kylin v1.0 (incubating) visit the <a href="http://kylin.incubator.apache.org/download">download</a> page.</p>
 
 <p>This is a majority release which brings more stable, robust and well management version, Apache Kylin team resolved about 47 issues including bug fixes, improvements, and few new features.</p>
 
-<h3 id="change-highlights">Change Highlights</h3>
+<h2 id="change-highlights">Change Highlights</h2>
 
-<p><strong>Kylin Core Improvement</strong><br />
-    * Dynamic Data Model has been supported for new added or removed column in data model without rebuild cube from the beginning <a href="https://issues.apache.org/jira/browse/KYLIN-867">KYLIN-867</a>  <br />
-    * Upgraded Apache Calcite to 1.3 for more bug fixes and new SQL functions <a href="https://issues.apache.org/jira/browse/KYLIN-881">KYLIN-881</a>  <br />
-    * Cleanup job enhanced to make sure there’s no garbage files left in OS and HDFS/HBase after job build <a href="https://issues.apache.org/jira/browse/KYLIN-926">KYLIN-926</a>  <br />
-    * Added setting option for Hive intermediate tables created by Kylin <a href="https://issues.apache.org/jira/browse/KYLIN-883">KYLIN-883</a>  <br />
-    * HBase Corprocessor enhanced to imrpove query performance <a href="https://issues.apache.org/jira/browse/KYLIN-857">KYLIN-857</a>  <br />
-    * Kylin System Dashboard for usage, storage, performance <a href="https://issues.apache.org/jira/browse/KYLIN-792">KYLIN-792</a></p>
-
-<p><strong>Main Bug Fixes</strong>   <br />
-    * Can’t get source record size, especially when using other Hadoop distribution rather than HDP, like Cloudera and MapR <a href="https://issues.apache.org/jira/browse/KYLIN-404">KYLIN-404</a><br />
-    * Front-end cache cleanup issue <a href="https://issues.apache.org/jira/browse/KYLIN-757">KYLIN-757</a><br />
-    * Useless hive intermediate tables and HBase tables will be dropped after cube build/merge <a href="https://issues.apache.org/jira/browse/KYLIN-805">KYLIN-805</a><br />
-    * Support More than one HDFS files of lookup table, especially for large lookup table <a href="https://issues.apache.org/jira/browse/KYLIN-889">KYLIN-889</a><br />
-    * JDBC driver bug fixes <a href="https://issues.apache.org/jira/browse/KYLIN-945">KYLIN-945</a>, <a href="https://issues.apache.org/jira/browse/KYLIN-626">KYLIN-626</a>   <br />
-    * UI Bug fixes <a href="https://issues.apache.org/jira/browse/KYLIN-946">KYLIN-946</a>, <a href="https://issues.apache.org/jira/browse/KYLIN-935">KYLIN-935</a></p>
+<p><strong>Kylin Core Improvement</strong></p>
 
-<p><strong>Zeppelin Integration</strong><br />
-<a href="http://zeppelin.incubator.apache.org/">Apache Zeppelin</a> is a web-based notebook that enables interactive data analytics. The Apache Kylin team has contributed Kylin Interpreter which enable Zeppelin interactive with Kylin from notebook using ANSI SQL, this interpreter could be found from Zeppelin master code repo <a href="https://github.com/apache/incubator-zeppelin/tree/master/kylin">here</a> .</p>
+<ul>
+  <li>Dynamic Data Model has been supported for new added or removed column in data model without rebuild cube from the beginning <a href="https://issues.apache.org/jira/browse/KYLIN-867">KYLIN-867</a></li>
+  <li>Upgraded Apache Calcite to 1.3 for more bug fixes and new SQL functions <a href="https://issues.apache.org/jira/browse/KYLIN-881">KYLIN-881</a></li>
+  <li>Cleanup job enhanced to make sure there’s no garbage files left in OS and HDFS/HBase after job build <a href="https://issues.apache.org/jira/browse/KYLIN-926">KYLIN-926</a></li>
+  <li>Added setting option for Hive intermediate tables created by Kylin <a href="https://issues.apache.org/jira/browse/KYLIN-883">KYLIN-883</a></li>
+  <li>HBase Corprocessor enhanced to imrpove query performance <a href="https://issues.apache.org/jira/browse/KYLIN-857">KYLIN-857</a></li>
+  <li>Kylin System Dashboard for usage, storage, performance <a href="https://issues.apache.org/jira/browse/KYLIN-792">KYLIN-792</a></li>
+</ul>
 
-<p><strong>Upgrade</strong><br />
-We recommend to upgrade to this version from v0.7.x or even more early version for better performance, stablility and more clear one (most of the intermediate files will be cleaned up automatically). Also to keep up to date with community with latest features and supports.<br />
+<p><strong>Main Bug Fixes</strong></p>
+
+<ul>
+  <li>Can’t get source record size, especially when using other Hadoop distribution rather than HDP, like Cloudera and MapR <a href="https://issues.apache.org/jira/browse/KYLIN-404">KYLIN-404</a></li>
+  <li>Front-end cache cleanup issue <a href="https://issues.apache.org/jira/browse/KYLIN-757">KYLIN-757</a></li>
+  <li>Useless hive intermediate tables and HBase tables will be dropped after cube build/merge <a href="https://issues.apache.org/jira/browse/KYLIN-805">KYLIN-805</a></li>
+  <li>Support More than one HDFS files of lookup table, especially for large lookup table <a href="https://issues.apache.org/jira/browse/KYLIN-889">KYLIN-889</a></li>
+  <li>JDBC driver bug fixes <a href="https://issues.apache.org/jira/browse/KYLIN-945">KYLIN-945</a>, <a href="https://issues.apache.org/jira/browse/KYLIN-626">KYLIN-626</a></li>
+  <li>UI Bug fixes <a href="https://issues.apache.org/jira/browse/KYLIN-946">KYLIN-946</a>, <a href="https://issues.apache.org/jira/browse/KYLIN-935">KYLIN-935</a></li>
+</ul>
+
+<p><strong>Zeppelin Integration</strong></p>
+
+<p><a href="http://zeppelin.incubator.apache.org/">Apache Zeppelin</a> is a web-based notebook that enables interactive data analytics. The Apache Kylin team has contributed Kylin Interpreter which enable Zeppelin interactive with Kylin from notebook using ANSI SQL, this interpreter could be found from Zeppelin master code repo <a href="https://github.com/apache/incubator-zeppelin/tree/master/kylin">here</a>.</p>
+
+<p><strong>Upgrade</strong></p>
+
+<p>We recommend to upgrade to this version from v0.7.x or even more early version for better performance, stablility and more clear one (most of the intermediate files will be cleaned up automatically). Also to keep up to date with community with latest features and supports.<br />
 Any issue or question during upgrade, please send to Apache Kylin dev mailing list: <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#107;&#121;&#108;&#105;&#110;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#100;&#101;&#118;&#064;&#107;&#121;&#108;&#105;&#110;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a></p>
 
 <p><em>Great thanks to everyone who contributed!</em></p>

Modified: incubator/kylin/site/cn/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/cn/docs/index.html?rev=1701576&r1=1701575&r2=1701576&view=diff
==============================================================================
--- incubator/kylin/site/cn/docs/index.html (original)
+++ incubator/kylin/site/cn/docs/index.html Mon Sep  7 08:13:01 2015
@@ -867,7 +867,7 @@
   <p>Extreme OLAP Engine for Big Data</p>
 </blockquote>
 
-<p>Apache Kylin 是由eBay开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据。</p>
+<p>Apache Kylin一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由eBay Inc. 开发并贡献至开源社区。</p>
 
 <h2 id="section">安装</h2>
 <p>请参考安装文档以安装Apache Kylin: <a href="/cn/docs/install/">安装向导</a></p>

Modified: incubator/kylin/site/cn/download/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/cn/download/index.html?rev=1701576&r1=1701575&r2=1701576&view=diff
==============================================================================
--- incubator/kylin/site/cn/download/index.html (original)
+++ incubator/kylin/site/cn/download/index.html Mon Sep  7 08:13:01 2015
@@ -162,34 +162,36 @@
                   <h4 class="section-title"><span>Apache Kylin 相关下载</span></h4>
                 </div>
               </header>
-                <p><strong>最新版本 (源代码)</strong>  <br />
+                <p><strong>最新发布 (源代码)</strong>  <br />
 最新发布的Apache Kylin可以从ASF网站下载::</p>
 
 <ul>
-  <li><a href="https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.0-incubating/">Apache Kylin v1.0-incubating</a></li>
-  <li><a href="../docs/release_notes.html">发布日志</a></li>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-1.0-incubating/">Apache Kylin v1.0-incubating</a></li>
+  <li><a href="http://kylin.incubator.apache.org/docs/release_notes.html">发布日志</a></li>
   <li>Git 标签: <a href="https://github.com/apache/incubator-kylin/tree/kylin-1.0-incubating">kylin-1.0-incubating</a></li>
   <li>Git Commit: <a href="https://github.com/apache/incubator-kylin/commit/ef067de4ae43303c015118ad39a9aba7172bc250">ef067de4ae43303c015118ad39a9aba7172bc250</a></li>
 </ul>
 
-<p><strong>二进制包</strong>  <br />
+<p><strong>二进制包</strong><br />
 为方便实用,我们也提供预打包的二进制安装包:</p>
 
 <ul>
-  <li><a href="https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.0-incubating/apache-kylin-1.0-incubating-bin.tar.gz">Apache Kylin v1.0-indubating 二进制包</a></li>
-  <li><a href="../docs/install">安装帮助</a></li>
-  <li>请参考如下<a href="../docs/howto/howto_package.html">帮助</a>手动生成二进制安装包.</li>
+  <li>Apache Kylin v1.0-indubating <a href="https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.0-incubating/apache-kylin-1.0-incubating-bin.tar.gz">二进制包</a></li>
+  <li><a href="http://kylin.incubator.apache.org/docs/install">安装帮助</a></li>
 </ul>
 
-<p><strong>以前的版本</strong>  <br />
+<p><strong>构建二进制包</strong><br />
+可以从各个版本或当前最新的开发分支中生成二进制包,请参考这篇<a href="http://kylin.incubator.apache.org/docs/howto/howto_package.html">帮助文档</a></p>
+
+<p><strong>以前的版本</strong><br />
 Apache Kylin的旧版本可以从<a href="https://dist.apache.org/repos/dist/release/incubator/kylin/">归档</a>中下载。</p>
 
 <p><strong>ODBC 驱动</strong>  <br />
-Kylin ODBC 驱动要求首先安装<a href="http://www.microsoft.com/en-us/download/details.aspx?id=30679">Microsoft Visual C++ 2012 Redistributable</a>。  <br />
+Kylin ODBC 驱动要求首先安装<a href="">Microsoft Visual C++ 2012 Redistributable</a>。 <br />
 Kylin ODBC 驱动可以从这里下载:</p>
 
 <ul>
-  <li><a href="KylinODBCDriver.zip">Kylin ODBC Driver</a></li>
+  <li><a href="http://kylin.incubator.apache.org/download/KylinODBCDriver.zip">Kylin ODBC 驱动</a></li>
 </ul>
 
             </div>

Modified: incubator/kylin/site/cn/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/cn/index.html?rev=1701576&r1=1701575&r2=1701576&view=diff
==============================================================================
--- incubator/kylin/site/cn/index.html (original)
+++ incubator/kylin/site/cn/index.html Mon Sep  7 08:13:01 2015
@@ -164,7 +164,7 @@
           <div class="row" style="margin-top:-20px;">
             <div class="col-sm-12 col-md-12">
               <p class="title_text"> Kylin 于2014年11月25日被接受会Apache孵化器项目</p>
-              <p class="title_text"> Apache Kylin 是由eBay开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据</p>
+              <p class="title_text"> Apache Kylin一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由eBay Inc. 开发并贡献至开源社区。</p>
               <img id="diagram" src="/assets/images/kylin_diagram.png" /> </div>
           </div>
         </div>

Modified: incubator/kylin/site/community/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/community/index.html?rev=1701576&r1=1701575&r2=1701576&view=diff
==============================================================================
--- incubator/kylin/site/community/index.html (original)
+++ incubator/kylin/site/community/index.html Mon Sep  7 08:13:01 2015
@@ -315,9 +315,64 @@
       <td style="text-align: left"><a href="http://github.com/liyang-gmt8"><img width="48" src="http://github.com/liyang-gmt8.png" /></a></td>
       <td style="text-align: left">PMC</td>
     </tr>
+    <tr>
+      <td style="text-align: left">Dayue Gao (高大月)</td>
+      <td style="text-align: left"><a href="http://people.apache.org/committer-index#"></a></td>
+      <td style="text-align: left"><a href="http://github.com/"><img width="48" src="http://github.com/.png" /></a></td>
+      <td style="text-align: left">committer</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">Hua Huang (黄桦)</td>
+      <td style="text-align: left"><a href="http://people.apache.org/committer-index#"></a></td>
+      <td style="text-align: left"><a href="http://github.com/superhua"><img width="48" src="http://github.com/superhua.png" /></a></td>
+      <td style="text-align: left">committer</td>
+    </tr>
   </tbody>
 </table>
 
+<h3 id="contributors">Contributors</h3>
+<p>Contributors has commited code could be found <a href="https://github.com/apache/incubator-kylin/graphs/contributors">here</a>.<br />
+<strong>Other contributors</strong></p>
+
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: left">Name</th>
+      <th style="text-align: left">Github</th>
+      <th style="text-align: left"> </th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left">Rui Feng</td>
+      <td style="text-align: left"><a href="https://github.com/fengrui129">fengrui129</a></td>
+      <td style="text-align: left">Website Design, Kylin Logo</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">Luffy Xiao</td>
+      <td style="text-align: left"><a href="http://github.com/luffy-xiao">luffy-xiao</a></td>
+      <td style="text-align: left">Kylin Web application, REST service</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">Kejia Wang</td>
+      <td style="text-align: left"><a href="https://github.com/Kejia-Wang">Kejia-Wang</a></td>
+      <td style="text-align: left">Web aplication, Website</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">Yue Yang</td>
+      <td style="text-align: left"> </td>
+      <td style="text-align: left">Web aplication UI design</td>
+    </tr>
+  </tbody>
+</table>
+
+<h3 id="credits">Credits</h3>
+
+<ul>
+  <li>Thanks <a href="https://www.ebayinc.com/">eBay Inc.</a> to donated this project to open source community, first announement at <a href="http://www.ebaytechblog.com/2014/10/20/announcing-kylin-extreme-olap-engine-for-big-data/">eBay Techblog</a>.</li>
+  <li>Thanks <a href="https://www.jetbrains.com/">JetBrains</a> for providing us a free license of <a href="https://www.jetbrains.com/idea/">IntelliJ IDEA</a>.</li>
+</ul>
+
 
       </div>
     </div>

Modified: incubator/kylin/site/development/dev_env.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/development/dev_env.html?rev=1701576&r1=1701575&r2=1701576&view=diff
==============================================================================
--- incubator/kylin/site/development/dev_env.html (original)
+++ incubator/kylin/site/development/dev_env.html Mon Sep  7 08:13:01 2015
@@ -505,7 +505,7 @@ ln -s /root/apache-maven-3.2.5/bin/mvn /
 It might take a while (maybe one hour), please keep patient.</p>
 
 <div class="highlight"><pre><code class="language-groff" data-lang="groff">mvn test -Dtest=org.apache.kylin.job.BuildCubeWithEngineTest -DfailIfNoTests=false -P sandbox
-mvn test -Dtest=org.apache.kylin.job.BuildIIWithEngineTest -DfailIfNoTests=false -P sandbox</code></pre></div>
+	mvn test -Dtest=org.apache.kylin.job.BuildIIWithEngineTest -DfailIfNoTests=false -P sandbox</code></pre></div>
 
 <p>Run other tests, the end-to-end cube building test is exclueded</p>
 
@@ -517,6 +517,12 @@ mvn test -Dtest=org.apache.kylin.job.Bui
 
 <div class="highlight"><pre><code class="language-groff" data-lang="groff">cp -r server/src/main/webapp/WEB-INF webapp/app/WEB-INF</code></pre></div>
 
+<p>Download JS for Kylin web GUI. <code class="highlighter-rouge">npm</code> is part of <code class="highlighter-rouge">Node.js</code>, please search about how to install it on your OS.</p>
+
+<div class="highlight"><pre><code class="language-groff" data-lang="groff">cd webapp
+	npm install -g bower
+	bower --allow-root install</code></pre></div>
+
 <p>In IDE, launch <code class="highlighter-rouge">org.apache.kylin.rest.DebugTomcat</code> with working directory set to the /server folder. (By default Kylin server will listen on 7070 port; If you want to use another port, please specify it as a parameter when run `DebugTomcat)</p>
 
 <p>Check Kylin Web available at http://localhost:7070/kylin (user:ADMIN,password:KYLIN)</p>

Modified: incubator/kylin/site/development/howto_release.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/development/howto_release.html?rev=1701576&r1=1701575&r2=1701576&view=diff
==============================================================================
--- incubator/kylin/site/development/howto_release.html (original)
+++ incubator/kylin/site/development/howto_release.html Mon Sep  7 08:13:01 2015
@@ -777,6 +777,8 @@ The artifacts to be voted on are located
 https://dist.apache.org/repos/dist/dev/incubator/kylin/apache-kylin-X.Y.Z-incubating-rcN/
 
 The hashes of the artifacts are as follows:
+src.zip.md5 XXX
+src.zip.sha1 XXX
 src.tar.gz.md5 XXX
 src.tar.gz.sha1 XXX
 
@@ -822,8 +824,7 @@ and do a bulk update changing their stat
 with a change comment<br />
 “Resolved in release X.Y.Z-incubating (YYYY-MM-DD)”<br />
 (fill in release number and date appropriately).  <br />
-<strong>Uncheck “Send mail for this update”.</strong><br />
-Then “Release” relative version in JIRA</p>
+<strong>Uncheck “Send mail for this update”.</strong></p>
 
 <p>Promote the staged nexus artifacts.</p>
 
@@ -847,15 +848,10 @@ Then “Release” relative versio
 <span class="gp">$ </span>svn co https://dist.apache.org/repos/dist/release/incubator/kylin
 <span class="gp">$ </span><span class="nb">cd </span>kylin
 <span class="gp">$ </span>cp -rp ../../dev/kylin/apache-kylin-X.Y.Z-incubating-rcN apache-kylin-X.Y.Z-incubating
-
-<span class="c"># Binary package</span>
-<span class="c"># For convenience, binary package could be generated and publish with source for people to download, go to kylin source folder, then:  </span>
-<span class="gp">$ </span>./script/package.sh 
-<span class="gp">$ </span>cp ./dist/apache-kylin-X.Y.Z-incubating-bin.tar.gz ~/dist/release/apache-kylin-X.Y.Z-incubating
+<span class="gp">$ </span>svn add apache-kylin-X.Y.Z-incubating
 
 <span class="c"># Check in.</span>
-<span class="gp">$ </span>svn add apache-kylin-X.Y.Z-incubating
-<span class="gp">$ </span>svn commit -m <span class="s1">'checkin release artifacts'</span></code></pre></div>
+svn commit -m <span class="s1">'checkin release artifacts'</span></code></pre></div>
 
 <p>Svnpubsub will publish to<br />
 <a href="https://dist.apache.org/repos/dist/release/incubator/kylin">https://dist.apache.org/repos/dist/release/incubator/kylin</a> and propagate to<br />

Modified: incubator/kylin/site/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/docs/index.html?rev=1701576&r1=1701575&r2=1701576&view=diff
==============================================================================
--- incubator/kylin/site/docs/index.html (original)
+++ incubator/kylin/site/docs/index.html Mon Sep  7 08:13:01 2015
@@ -1492,7 +1492,7 @@
   <p>Extreme OLAP Engine for Big Data</p>
 </blockquote>
 
-<p>Apache Kylin is an open source Distributed Analytics Engine, contributed by eBay Inc., provides SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets.</p>
+<p>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>
 
 <h2 id="installation--setup">Installation &amp; Setup</h2>
 

Modified: incubator/kylin/site/docs/release_notes.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/docs/release_notes.html?rev=1701576&r1=1701575&r2=1701576&view=diff
==============================================================================
--- incubator/kylin/site/docs/release_notes.html (original)
+++ incubator/kylin/site/docs/release_notes.html Mon Sep  7 08:13:01 2015
@@ -1493,7 +1493,7 @@
 <p>Any problem or issue, please report to Apache Kylin JIRA project: <a href="https://issues.apache.org/jira/browse/KYLIN">https://issues.apache.org/jira/browse/KYLIN</a></p>
 
 <p>or send to Apache Kylin mailing list:   <br />
-* User relative: <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#117;&#115;&#101;&#114;&#064;&#107;&#121;&#108;&#105;&#110;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#117;&#115;&#101;&#114;&#064;&#107;&#121;&#108;&#105;&#110;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a>  <br />
+* User relative: <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#117;&#115;&#101;&#114;&#064;&#107;&#121;&#108;&#105;&#110;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#117;&#115;&#101;&#114;&#064;&#107;&#121;&#108;&#105;&#110;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a><br />
 * Development relative: <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#107;&#121;&#108;&#105;&#110;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#100;&#101;&#118;&#064;&#107;&#121;&#108;&#105;&#110;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a></p>
 
 <h2 id="v10-incubating---2015-09-06">v1.0-incubating - 2015-09-06</h2>

Modified: incubator/kylin/site/download/index.html
URL: http://svn.apache.org/viewvc/incubator/kylin/site/download/index.html?rev=1701576&r1=1701575&r2=1701576&view=diff
==============================================================================
--- incubator/kylin/site/download/index.html (original)
+++ incubator/kylin/site/download/index.html Mon Sep  7 08:13:01 2015
@@ -166,25 +166,36 @@
                 </div>
               </header>
                 <p><strong>Latest Release (Source Code)</strong>  <br />
-The latest release of Apache Kylin can be downloaded from the ASF:<br />
-  * <a href="https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.0-incubating/">Apache Kylin v1.0-incubating</a><br />
-  * <a href="../docs/release_notes.html">Release Notes</a><br />
-  * Git Tag: <a href="https://github.com/apache/incubator-kylin/tree/kylin-1.0-incubating">kylin-1.0-incubating</a><br />
-  * Git Commit: <a href="https://github.com/apache/incubator-kylin/commit/ef067de4ae43303c015118ad39a9aba7172bc250">ef067de4ae43303c015118ad39a9aba7172bc250</a></p>
-
-<p><strong>Binary Package</strong>  <br />
-For convenience, there’s binary package also available:  <br />
-  * <a href="https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.0-incubating/apache-kylin-1.0-incubating-bin.tar.gz">Apache Kylin v1.0-indubating Binary Package</a><br />
-  * <a href="../docs/install">Installation Guide</a><br />
-  * Generate binary package from source, please refer to this <a href="../docs/howto/howto_package.html">guide</a></p>
+The latest release of Apache Kylin can be downloaded from the ASF:</p>
+
+<ul>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-1.0-incubating/">Apache Kylin v1.0-incubating</a></li>
+  <li><a href="http://kylin.incubator.apache.org/docs/release_notes.html">Release Notes</a></li>
+  <li>Git Tag: <a href="https://github.com/apache/incubator-kylin/tree/kylin-1.0-incubating">kylin-1.0-incubating</a></li>
+  <li>Git Commit: <a href="https://github.com/apache/incubator-kylin/commit/ef067de4ae43303c015118ad39a9aba7172bc250">ef067de4ae43303c015118ad39a9aba7172bc250</a></li>
+</ul>
+
+<p><strong>Binary Package</strong><br />
+For convenience, there’s binary package also available:</p>
+
+<ul>
+  <li>Apache Kylin v1.0-indubating <a href="https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.0-incubating/apache-kylin-1.0-incubating-bin.tar.gz">Binary Package</a></li>
+  <li><a href="http://kylin.incubator.apache.org/docs/install">Installation Guide</a></li>
+</ul>
+
+<p><strong>Build Binary Package</strong><br />
+To build binary package from any version even latest development branch, please refer to this <a href="http://kylin.incubator.apache.org/docs/howto/howto_package.html">guide</a></p>
 
 <p><strong>Previous Release</strong>  <br />
-Older releases may be found in the <a href="https://dist.apache.org/repos/dist/release/incubator/kylin/">archives</a>.</p>
+ Older releases may be found in the <a href="https://dist.apache.org/repos/dist/release/incubator/kylin/">archives</a>.</p>
 
 <p><strong>ODBC Driver</strong>  <br />
-Kylin ODBC driver requires <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30679">Microsoft Visual C++ 2012 Redistributable</a> installed first.  <br />
-And Kylin ODBC Driver could be downloaded here:  <br />
-  * <a href="KylinODBCDriver.zip">Kylin ODBC Driver</a></p>
+Kylin ODBC driver requires <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30679">Microsoft Visual C++ 2012 Redistributable</a> installed first. <br />
+And Kylin ODBC Driver could be downloaded here:</p>
+
+<ul>
+  <li><a href="http://kylin.incubator.apache.org/download/KylinODBCDriver.zip">Kylin ODBC Driver</a></li>
+</ul>
 
 
             </div>

Modified: incubator/kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/incubator/kylin/site/feed.xml?rev=1701576&r1=1701575&r2=1701576&view=diff
==============================================================================
--- incubator/kylin/site/feed.xml (original)
+++ incubator/kylin/site/feed.xml Mon Sep  7 08:13:01 2015
@@ -19,41 +19,49 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.incubator.apache.org/</link>
     <atom:link href="http://kylin.incubator.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Sun, 06 Sep 2015 05:57:16 -0700</pubDate>
-    <lastBuildDate>Sun, 06 Sep 2015 05:57:16 -0700</lastBuildDate>
+    <pubDate>Mon, 07 Sep 2015 01:12:13 -0700</pubDate>
+    <lastBuildDate>Mon, 07 Sep 2015 01:12:13 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
         <title>Apache Kylin 1.0 (incubating) Release Announcement</title>
         <description>&lt;p&gt;The Apache Kylin team is pleased to announce the release of Apache Kylin v1.0 (incubating). 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.&lt;/p&gt;
 
-&lt;p&gt;To download Apache Kylin v1.0 (incubating) visit the &lt;a href=&quot;&quot;&gt;download&lt;/a&gt; page.&lt;/p&gt;
+&lt;p&gt;To download Apache Kylin v1.0 (incubating) visit the &lt;a href=&quot;http://kylin.incubator.apache.org/download&quot;&gt;download&lt;/a&gt; page.&lt;/p&gt;
 
 &lt;p&gt;This is a majority release which brings more stable, robust and well management version, Apache Kylin team resolved about 47 issues including bug fixes, improvements, and few new features.&lt;/p&gt;
 
-&lt;h3 id=&quot;change-highlights&quot;&gt;Change Highlights&lt;/h3&gt;
+&lt;h2 id=&quot;change-highlights&quot;&gt;Change Highlights&lt;/h2&gt;
 
-&lt;p&gt;&lt;strong&gt;Kylin Core Improvement&lt;/strong&gt;&lt;br /&gt;
-    * Dynamic Data Model has been supported for new added or removed column in data model without rebuild cube from the beginning &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-867&quot;&gt;KYLIN-867&lt;/a&gt;  &lt;br /&gt;
-    * Upgraded Apache Calcite to 1.3 for more bug fixes and new SQL functions &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-881&quot;&gt;KYLIN-881&lt;/a&gt;  &lt;br /&gt;
-    * Cleanup job enhanced to make sure there’s no garbage files left in OS and HDFS/HBase after job build &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-926&quot;&gt;KYLIN-926&lt;/a&gt;  &lt;br /&gt;
-    * Added setting option for Hive intermediate tables created by Kylin &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-883&quot;&gt;KYLIN-883&lt;/a&gt;  &lt;br /&gt;
-    * HBase Corprocessor enhanced to imrpove query performance &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-857&quot;&gt;KYLIN-857&lt;/a&gt;  &lt;br /&gt;
-    * Kylin System Dashboard for usage, storage, performance &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-792&quot;&gt;KYLIN-792&lt;/a&gt;&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Main Bug Fixes&lt;/strong&gt;   &lt;br /&gt;
-    * Can’t get source record size, especially when using other Hadoop distribution rather than HDP, like Cloudera and MapR &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-404&quot;&gt;KYLIN-404&lt;/a&gt;&lt;br /&gt;
-    * Front-end cache cleanup issue &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-757&quot;&gt;KYLIN-757&lt;/a&gt;&lt;br /&gt;
-    * Useless hive intermediate tables and HBase tables will be dropped after cube build/merge &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-805&quot;&gt;KYLIN-805&lt;/a&gt;&lt;br /&gt;
-    * Support More than one HDFS files of lookup table, especially for large lookup table &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-889&quot;&gt;KYLIN-889&lt;/a&gt;&lt;br /&gt;
-    * JDBC driver bug fixes &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-945&quot;&gt;KYLIN-945&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-626&quot;&gt;KYLIN-626&lt;/a&gt;   &lt;br /&gt;
-    * UI Bug fixes &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-946&quot;&gt;KYLIN-946&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-935&quot;&gt;KYLIN-935&lt;/a&gt;&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Kylin Core Improvement&lt;/strong&gt;&lt;/p&gt;
 
-&lt;p&gt;&lt;strong&gt;Zeppelin Integration&lt;/strong&gt;&lt;br /&gt;
-&lt;a href=&quot;http://zeppelin.incubator.apache.org/&quot;&gt;Apache Zeppelin&lt;/a&gt; is a web-based notebook that enables interactive data analytics. The Apache Kylin team has contributed Kylin Interpreter which enable Zeppelin interactive with Kylin from notebook using ANSI SQL, this interpreter could be found from Zeppelin master code repo &lt;a href=&quot;https://github.com/apache/incubator-zeppelin/tree/master/kylin&quot;&gt;here&lt;/a&gt; .&lt;/p&gt;
+&lt;ul&gt;
+  &lt;li&gt;Dynamic Data Model has been supported for new added or removed column in data model without rebuild cube from the beginning &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-867&quot;&gt;KYLIN-867&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Upgraded Apache Calcite to 1.3 for more bug fixes and new SQL functions &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-881&quot;&gt;KYLIN-881&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Cleanup job enhanced to make sure there’s no garbage files left in OS and HDFS/HBase after job build &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-926&quot;&gt;KYLIN-926&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Added setting option for Hive intermediate tables created by Kylin &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-883&quot;&gt;KYLIN-883&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;HBase Corprocessor enhanced to imrpove query performance &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-857&quot;&gt;KYLIN-857&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Kylin System Dashboard for usage, storage, performance &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-792&quot;&gt;KYLIN-792&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
 
-&lt;p&gt;&lt;strong&gt;Upgrade&lt;/strong&gt;&lt;br /&gt;
-We recommend to upgrade to this version from v0.7.x or even more early version for better performance, stablility and more clear one (most of the intermediate files will be cleaned up automatically). Also to keep up to date with community with latest features and supports.&lt;br /&gt;
+&lt;p&gt;&lt;strong&gt;Main Bug Fixes&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Can’t get source record size, especially when using other Hadoop distribution rather than HDP, like Cloudera and MapR &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-404&quot;&gt;KYLIN-404&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Front-end cache cleanup issue &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-757&quot;&gt;KYLIN-757&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Useless hive intermediate tables and HBase tables will be dropped after cube build/merge &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-805&quot;&gt;KYLIN-805&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Support More than one HDFS files of lookup table, especially for large lookup table &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-889&quot;&gt;KYLIN-889&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;JDBC driver bug fixes &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-945&quot;&gt;KYLIN-945&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-626&quot;&gt;KYLIN-626&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;UI Bug fixes &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-946&quot;&gt;KYLIN-946&lt;/a&gt;, &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-935&quot;&gt;KYLIN-935&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Zeppelin Integration&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;a href=&quot;http://zeppelin.incubator.apache.org/&quot;&gt;Apache Zeppelin&lt;/a&gt; is a web-based notebook that enables interactive data analytics. The Apache Kylin team has contributed Kylin Interpreter which enable Zeppelin interactive with Kylin from notebook using ANSI SQL, this interpreter could be found from Zeppelin master code repo &lt;a href=&quot;https://github.com/apache/incubator-zeppelin/tree/master/kylin&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Upgrade&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;We recommend to upgrade to this version from v0.7.x or even more early version for better performance, stablility and more clear one (most of the intermediate files will be cleaned up automatically). Also to keep up to date with community with latest features and supports.&lt;br /&gt;
 Any issue or question during upgrade, please send to Apache Kylin dev mailing list: &lt;a href=&quot;&amp;#109;&amp;#097;&amp;#105;&amp;#108;&amp;#116;&amp;#111;:&amp;#100;&amp;#101;&amp;#118;&amp;#064;&amp;#107;&amp;#121;&amp;#108;&amp;#105;&amp;#110;&amp;#046;&amp;#105;&amp;#110;&amp;#099;&amp;#117;&amp;#098;&amp;#097;&amp;#116;&amp;#111;&amp;#114;&amp;#046;&amp;#097;&amp;#112;&amp;#097;&amp;#099;&amp;#104;&amp;#101;&amp;#046;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;&amp;#100;&amp;#101;&amp;#118;&amp;#064;&amp;#107;&amp;#121;&amp;#108;&amp;#105;&amp;#110;&amp;#046;&amp;#105;&amp;#110;&amp;#099;&amp;#117;&amp;#098;&amp;#097;&amp;#116;&amp;#111;&amp;#114;&amp;#046;&amp;#097;&amp;#112;&amp;#097;&amp;#099;&amp;#104;&amp;#101;&amp;#046;&amp;#111;&amp;#114;&amp;#103;&lt;/a&gt;&lt;/p&gt;
 
 &lt;p&gt;&lt;em&gt;Great thanks to everyone who contributed!&lt;/em&gt;&lt;/p&gt;