You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/09/19 01:47:00 UTC

[24/50] [abbrv] incubator-kylin git commit: update website for 1.0 release

update website for 1.0 release


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/33f1a8b8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/33f1a8b8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/33f1a8b8

Branch: refs/heads/master
Commit: 33f1a8b82cd87ca9d2f59811743b5e3f1df6593a
Parents: e73c822
Author: Luke Han <lu...@apache.org>
Authored: Mon Sep 7 15:27:06 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Mon Sep 7 15:27:06 2015 +0800

----------------------------------------------------------------------
 website/_docs/release_notes.md | 34 +++++++++++++++--------------
 website/download/index.cn.md   | 41 +++++++++++++----------------------
 website/download/index.md      | 43 +++++++++++++++----------------------
 website/index.cn.md            |  2 +-
 website/index.md               |  2 +-
 5 files changed, 52 insertions(+), 70 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/33f1a8b8/website/_docs/release_notes.md
----------------------------------------------------------------------
diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md
index 1e9c072..c100ae1 100644
--- a/website/_docs/release_notes.md
+++ b/website/_docs/release_notes.md
@@ -7,17 +7,15 @@ version: v1.0
 since: v0.7.1
 ---
 
-# Apache Kylin Release Notes
-
 To download latest release, please visit: [http://kylin.incubator.apache.org/download/](http://kylin.incubator.apache.org/download/), there are source code package, binary package, ODBC driver and installation guide avaliable.
 
-Any problem or issue, please send to Apache Kylin mailing list:   
-* User relative: [user@kylin.incubator.apache.org](mailto:user@kylin.incubator.apache.org)  
-* Development relative: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)
+Any problem or issue, please report to Apache Kylin JIRA project: [https://issues.apache.org/jira/browse/KYLIN](https://issues.apache.org/jira/browse/KYLIN)
 
-Or, report to Apache Kylin JIRA project: [https://issues.apache.org/jira/browse/KYLIN](https://issues.apache.org/jira/browse/KYLIN)
+or send to Apache Kylin mailing list:   
+* User relative: [user@kylin.incubator.apache.org](mailto:user@kylin.incubator.apache.org)
+* Development relative: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)
 
-## v1.0-incubating - releasing
+## v1.0-incubating - 2015-09-06
 _Tag:_ [kylin-1.0-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.0-incubating)
 
 __New Feature__
@@ -31,16 +29,24 @@ __Bug__
     * [KYLIN-751] - Max on negative double values is not working
     * [KYLIN-757] - Cache wasn't flushed in cluster mode
     * [KYLIN-780] - Upgrade Calcite to 1.0
+    * [KYLIN-805] - Drop useless Hive intermediate table and HBase tables in the last step of cube build/merge
     * [KYLIN-889] - Support more than one HDFS files of lookup table
     * [KYLIN-897] - Update CubeMigrationCLI to copy data model info
+    * [KYLIN-898] - "CUBOID_CACHE" in Cuboid.java never flushes
+    * [KYLIN-911] - NEW segments not DELETED when cancel BuildAndMerge Job
+    * [KYLIN-912] - $KYLIN_HOME/tomcat/temp folder takes much disk space after long run
     * [KYLIN-914] - Scripts shebang should use /bin/bash
+    * [KYLIN-915] - appendDBName in CubeMetadataUpgrade will return null
     * [KYLIN-921] - Dimension with all nulls cause BuildDimensionDictionary failed due to FileNotFoundException
+    * [KYLIN-923] - FetcherRunner will never run again if encountered exception during running
     * [KYLIN-929] - can not sort cubes by [Source Records] at cubes list page
     * [KYLIN-934] - Negative number in SUM result and Kylin results not matching exactly Hive results
     * [KYLIN-935] - always loading when try to view the log of the sub-step of cube build job
     * [KYLIN-936] - can not see job step log 
     * [KYLIN-940] - NPE when close the null resouce
+    * [KYLIN-945] - Kylin JDBC - Get Connection from DataSource results in NullPointerException
     * [KYLIN-946] - [UI] refresh page show no results when Project selected as [--Select All--]
+    * [KYLIN-949] - Query cache doesn't work properly for prepareStatement queries
 
 __Improvement__
 
@@ -52,8 +58,10 @@ __Improvement__
     * [KYLIN-844] - add backdoor toggles to control query behavior 
     * [KYLIN-857] - backport coprocessor improvement in 0.8 to 0.7
     * [KYLIN-866] - Confirm with user when he selects empty segments to merge
+    * [KYLIN-867] - Hybrid model for multiple realizations/cubes
     * [KYLIN-880] -  Kylin should change the default folder from /tmp to user configurable destination
     * [KYLIN-881] - Upgrade Calcite to 1.3.0
+    * [KYLIN-883] - Using configurable option for Hive intermediate tables created by Kylin job
     * [KYLIN-893] - Remove the dependency on quartz and metrics
     * [KYLIN-922] - Enforce same code style for both intellij and eclipse user
     * [KYLIN-926] - Make sure Kylin leaves no garbage files in local OS and HDFS/HBASE
@@ -63,9 +71,9 @@ __Improvement__
 __Task__
 
     * [KYLIN-884] - Restructure docs and website
-    
-__Sub-task__
-
+    * [KYLIN-907] - Improve Kylin community development experience
+    * [KYLIN-954] - Release v1.0 (formerly v0.7.3)
+    * [KYLIN-863] - create empty segment when there is no data in one single streaming batch
     * [KYLIN-908] - Help community developer to setup develop/debug environment
     * [KYLIN-931] - Port KYLIN-921 to 0.8 branch
 
@@ -123,9 +131,6 @@ __Task__
 
     * [KYLIN-7] - Enable maven checkstyle plugin
     * [KYLIN-885] - Release v0.7.2
-
-__Sub-task__
-
     * [KYLIN-812] - Upgrade to Calcite 0.9.2
 
 ## v0.7.1-incubating (First Apache Release) - 2015-06-10  
@@ -161,9 +166,6 @@ __Task__
     * [KYLIN-624] - Add dimension and metric info into DataModel
     * [KYLIN-650] - Move all document from github wiki to code repository (using md file)
     * [KYLIN-669] - Release v0.7.1 as first apache release
-
-__Sub-task__
-
     * [KYLIN-670] - Update pom with "incubating" in version number
     * [KYLIN-737] - Generate and sign release package for review and vote
     * [KYLIN-795] - Release after success vote

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/33f1a8b8/website/download/index.cn.md
----------------------------------------------------------------------
diff --git a/website/download/index.cn.md b/website/download/index.cn.md
index 992500a..e372fdc 100644
--- a/website/download/index.cn.md
+++ b/website/download/index.cn.md
@@ -6,36 +6,25 @@ title: 下载
 __最新发布 (源代码)__  
 最新发布的Apache Kylin可以从ASF网站下载::
 
-The latest release of Apache Kylin can be downloaded from the ASF:
-  * [Apache-Kylin-0.7.2-Incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-0.7.2-incubating)
-  * [Release Notes](../docs/release_notes.html)
-  * Git Tag: [kylin-0.7.2-incubating](https://github.com/apache/incubator-kylin/tree/kylin-0.7.2-incubating)
-  * Git Commit: [f7a28422645bc209b2c38bb05b24a340444f9066](https://github.com/apache/incubator-kylin/commit/f7a28422645bc209b2c38bb05b24a340444f9066)
+* [Apache Kylin v1.0-incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-1.0-incubating/)
+* [发布日志](http://kylin.incubator.apache.org/docs/release_notes.html)
+* Git 标签: [kylin-1.0-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.0-incubating)
+* Git Commit: [ef067de4ae43303c015118ad39a9aba7172bc250](https://github.com/apache/incubator-kylin/commit/ef067de4ae43303c015118ad39a9aba7172bc250)
 
+__二进制包__
+为方便实用,我们也提供预打包的二进制安装包:
 
-__之前的发布__  
-  * [Apache-Kylin-0.7.1-Incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-0.7.1-incubating)
-  * [Release Notes](http://kylin.incubator.apache.org/docs/release_notes.html)
-  * Git Tag: [kylin-0.7.1-incubating](https://github.com/apache/incubator-kylin/tree/kylin-0.7.1-incubating)
-  * Git Commit: [6a7d07dd79ffc00ba1ece330010275b6f0715de8](https://github.com/apache/incubator-kylin/commit/6a7d07dd79ffc00ba1ece330010275b6f0715de8)
+  * Apache Kylin v1.0-indubating [二进制包](https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.0-incubating/apache-kylin-1.0-incubating-bin.tar.gz)
+  * [安装帮助](http://kylin.incubator.apache.org/docs/install)
 
-__二进制包__  
-预打包的二进制包以方便部署:
+__构建二进制包__
+可以从各个版本或当前最新的开发分支中生成二进制包,请参考这篇[帮助文档](http://kylin.incubator.apache.org/docs/howto/howto_package.html)
 
-  * [Kylin 二进制包](kylin-0.7.2-incubating.tar.gz)
-  * [Installation Guide](../docs/install)
-  * 如何从源文件生成二进制包,请参考这篇[教程](http://kylin.incubator.apache.org/docs/howto/howto_package.html)
+__以前的版本__
+Apache Kylin的旧版本可以从[归档](https://dist.apache.org/repos/dist/release/incubator/kylin/)中下载。
 
 __ODBC 驱动__  
-Apache Kylin ODBC驱动:
-
-  * [Kylin ODBC Driver](KylinODBCDriver.zip)
-
-__开发版本二进制包(v0.7.3)__
-
-最新的开发版二进制包:
-
-  * [kylin-v0.7.3-incubating-SNAPSHOT](kylin-0.7.3-incubating-SNAPSHOT.tar.gz)
-  * 更新日期: 2015-08-03
-  * Commit ID: a880dd4fb6e4443d2bcad0d57db3ae09bac65c4d
+Kylin ODBC 驱动要求首先安装[Microsoft Visual C++ 2012 Redistributable]()。 
+Kylin ODBC 驱动可以从这里下载:
 
+  * [Kylin ODBC 驱动](http://kylin.incubator.apache.org/download/KylinODBCDriver.zip)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/33f1a8b8/website/download/index.md
----------------------------------------------------------------------
diff --git a/website/download/index.md b/website/download/index.md
index aab1e22..e7db862 100644
--- a/website/download/index.md
+++ b/website/download/index.md
@@ -6,37 +6,28 @@ permalink: /download/index.html
 
 __Latest Release (Source Code)__  
 The latest release of Apache Kylin can be downloaded from the ASF:
-  * [Apache-Kylin-0.7.2-Incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-0.7.2-incubating)
-  * [Release Notes](../docs/release_notes.html)
-  * Git Tag: [kylin-0.7.2-incubating](https://github.com/apache/incubator-kylin/tree/kylin-0.7.2-incubating)
-  * Git Commit: [f7a28422645bc209b2c38bb05b24a340444f9066](https://github.com/apache/incubator-kylin/commit/f7a28422645bc209b2c38bb05b24a340444f9066)
 
-__Previous Release__  
-  * [Apache-Kylin-0.7.1-Incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-0.7.1-incubating)
-  * [Release Notes](../docs/release_notes.html)
-  * Git Tag: [kylin-0.7.1-incubating](https://github.com/apache/incubator-kylin/tree/kylin-0.7.1-incubating)
-  * Git Commit: [6a7d07dd79ffc00ba1ece330010275b6f0715de8](https://github.com/apache/incubator-kylin/commit/6a7d07dd79ffc00ba1ece330010275b6f0715de8)
-
-__Binary Package__  
-For convenience, there's binary package also available:
-
-  * [Kylin Binary Package for Deployment](kylin-0.7.2-incubating.tar.gz)
-  * [Installation Guide](../docs/install)
-  * Generate binary package from source, please refer to this [guide](../docs/howto/howto_package.html)
-    
-__ODBC Driver__  
-Kylin ODBC requires you first install Microsoft Visual C++ 2012 Redistributable first, it can be downloaded at:http://www.microsoft.com/en-us/download/details.aspx?id=30679
+* [Apache Kylin v1.0-incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-1.0-incubating/)
+* [Release Notes](http://kylin.incubator.apache.org/docs/release_notes.html)
+* Git Tag: [kylin-1.0-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.0-incubating)
+* Git Commit: [ef067de4ae43303c015118ad39a9aba7172bc250](https://github.com/apache/incubator-kylin/commit/ef067de4ae43303c015118ad39a9aba7172bc250)
 
-And Kylin ODBC Driver could be find here:
+__Binary Package__
+For convenience, there’s binary package also available: 
 
-  * [Kylin ODBC Driver](KylinODBCDriver.zip)
+* Apache Kylin v1.0-indubating [Binary Package](https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.0-incubating/apache-kylin-1.0-incubating-bin.tar.gz)
+* [Installation Guide](http://kylin.incubator.apache.org/docs/install)
 
-__Development Version (v0.7.3)__  
-Here's latest development version binary package:
+__Build Binary Package__
+To build binary package from any version even latest development branch, please refer to this [guide](http://kylin.incubator.apache.org/docs/howto/howto_package.html)
 
-  * [kylin-v1.0-incubating-SNAPSHOT](kylin-1.0-incubating-SNAPSHOT-bin.tar.gz)
-  * Updated Date: 2015-08-14
-  * Commit ID: b449590cc5c6aaa3eea9d19f922473bff6fce4b0
+__Previous Release__  
+ Older releases may be found in the [archives](https://dist.apache.org/repos/dist/release/incubator/kylin/).
+    
+__ODBC Driver__  
+Kylin ODBC driver requires [Microsoft Visual C++ 2012 Redistributable](http://www.microsoft.com/en-us/download/details.aspx?id=30679) installed first. 
+And Kylin ODBC Driver could be downloaded here: 
 
+* [Kylin ODBC Driver](http://kylin.incubator.apache.org/download/KylinODBCDriver.zip)
 
 

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/33f1a8b8/website/index.cn.md
----------------------------------------------------------------------
diff --git a/website/index.cn.md b/website/index.cn.md
index b0d19ee..e840db9 100644
--- a/website/index.cn.md
+++ b/website/index.cn.md
@@ -14,7 +14,7 @@ title: 首页
           <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"| prepend: site.baseurl }}"> </div>
           </div>
         </div>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/33f1a8b8/website/index.md
----------------------------------------------------------------------
diff --git a/website/index.md b/website/index.md
index f18a7c3..8efac9a 100644
--- a/website/index.md
+++ b/website/index.md
@@ -14,7 +14,7 @@ title: Home
           <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>
+              <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>
               <img id="diagram" src="assets/images/kylin_diagram.png"> </div>
           </div>
         </div>