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/11/18 03:39:04 UTC

[10/30] incubator-kylin git commit: add v1.1 release blog

add v1.1 release blog


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

Branch: refs/heads/1.x-HBase1.1.3
Commit: 70e3b39c5566018a7a9781a19a08e354a017749d
Parents: 824f96a
Author: Luke Han <lu...@apache.org>
Authored: Mon Nov 2 20:39:22 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Thu Nov 5 13:49:07 2015 +0800

----------------------------------------------------------------------
 .../blog/2015-09-06-release-v1.0-incubating.md  |  2 +-
 .../2015-10-25-release-v1.1-incubating.cn.md    | 53 ++++++++++++++++++++
 .../blog/2015-10-25-release-v1.1-incubating.md  | 24 +++++----
 3 files changed, 68 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/70e3b39c/website/_posts/blog/2015-09-06-release-v1.0-incubating.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-09-06-release-v1.0-incubating.md b/website/_posts/blog/2015-09-06-release-v1.0-incubating.md
index 085c7a1..cd13cc6 100644
--- a/website/_posts/blog/2015-09-06-release-v1.0-incubating.md
+++ b/website/_posts/blog/2015-09-06-release-v1.0-incubating.md
@@ -1,6 +1,6 @@
 ---
 layout: post-blog
-title:  Apache Kylin 1.0 (incubating) Release Announcement
+title:  Apache Kylin v1.0 (incubating) Release Announcement
 date:   2015-09-06 17:28:00
 author: Luke Han
 categories: blog

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/70e3b39c/website/_posts/blog/2015-10-25-release-v1.1-incubating.cn.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-10-25-release-v1.1-incubating.cn.md b/website/_posts/blog/2015-10-25-release-v1.1-incubating.cn.md
new file mode 100644
index 0000000..7d994cc
--- /dev/null
+++ b/website/_posts/blog/2015-10-25-release-v1.1-incubating.cn.md
@@ -0,0 +1,53 @@
+---
+layout: post-blog
+title:  Apache Kylin v1.1 (incubating) 正式发布
+date:   2015-10-25 17:28:00
+author: Luke Han
+categories: blog
+---
+
+Apache Kylin社区非常高兴宣布Apache Kylin v1.1 (incubating)正式发布.
+ 
+Apache Kylin一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由eBay Inc. 开发并贡献至开源社区。
+
+下载Apache Kylin v1.1 (incubating) 源代码及二进制安装包, 
+请访问[下载](http://kylin.incubator.apache.org/cn/download/)页面.
+
+这是一个主要的版本发布带来了更稳定,健壮及更好管理的版本,Apache Kylin社区解决了56个issue,包括Bug修复,功能增强及一些新特性等。
+
+## 主要变化
+
+__Kylin 核心功能增强__
+
+* 支持Cube数据保留时间设置 [KYLIN-906](https://issues.apache.org/jira/browse/KYLIN-906)
+* 升级Apache Calcite至1.4 [KYLIN-1047](https://issues.apache.org/jira/browse/KYLIN-1047) 
+* 在Cube构建成功后清理Hive中间文件 [KYLIN-589](https://issues.apache.org/jira/browse/KYLIN-589)
+* 当Hive返回空值时继续Cube构建任务 [KYLIN-772](https://issues.apache.org/jira/browse/KYLIN-772)
+* 支持可配置HBase压缩算法,包括Snappy及GZip [KYLIN-956](https://issues.apache.org/jira/browse/KYLIN-956) 
+* 支持将Cube数据导入到独立的HBase集群 [KYLIN-957](https://issues.apache.org/jira/browse/KYLIN-957)
+* 将Roaring bitmaps引入InvertedIndex模块 [KYLIN-1034](https://issues.apache.org/jira/browse/KYLIN-1034)
+
+__主要Bug修复__
+
+* 当有多个IN条件时SQL执行缓慢 [KYLIN-740](https://issues.apache.org/jira/browse/KYLIN-740)
+* Jobs页面加载Bug [KYLIN-950](https://issues.apache.org/jira/browse/KYLIN-950)
+* 查询缓存没有随元数据更新而刷新 [KYLIN-771](https://issues.apache.org/jira/browse/KYLIN-771)
+* 在事实表上执行“select * from fact”不工作 [KYLIN-847](https://issues.apache.org/jira/browse/KYLIN-847)
+* SQL执行时报Float 不能转换成为Double异常 [KYLIN-918](https://issues.apache.org/jira/browse/KYLIN-918)
+* 更新Cube数据模型失败后元数据状态不一致 [KYLIN-958](https://issues.apache.org/jira/browse/KYLIN-958)
+* SQL中关键字"offset"的Bug [KYLIN-983](https://issues.apache.org/jira/browse/KYLIN-983)
+* 平均值函数AVG不工作 [KYLIN-985](https://issues.apache.org/jira/browse/KYLIN-985)
+* 字典中空值''导致Cube合并失败 [KYLIN-1004](https://issues.apache.org/jira/browse/KYLIN-1004)
+
+
+__升级__  
+我们建议从v0.7.x及v1.0升级到此版本已获得更好的性能,稳定性及Bug修复等。
+并且与社区最新特性及支持保持同步。
+
+__支持__  
+升级和使用过程中有任何问题,请: 
+提交至Kylin的JIRA: [https://issues.apache.org/jira/browse/KYLIN/](https://issues.apache.org/jira/browse/KYLIN/)  
+或者  
+发送邮件到Apache Kylin邮件列表: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)  
+
+_感谢各位的贡献!_
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/70e3b39c/website/_posts/blog/2015-10-25-release-v1.1-incubating.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2015-10-25-release-v1.1-incubating.md b/website/_posts/blog/2015-10-25-release-v1.1-incubating.md
index 645f5f3..409289a 100644
--- a/website/_posts/blog/2015-10-25-release-v1.1-incubating.md
+++ b/website/_posts/blog/2015-10-25-release-v1.1-incubating.md
@@ -1,19 +1,19 @@
 ---
 layout: post-blog
-title:  Apache Kylin 1.1 (incubating) Release Announcement
+title:  Apache Kylin v1.1 (incubating) Release Announcement
 date:   2015-10-25 17:28:00
 author: Luke Han
 categories: blog
 ---
 
-The Apache Kylin team is pleased to announce the release of Apache Kylin v1.1 (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, original contributed from eBay Inc.
+The Apache Kylin community is pleased to announce the release of Apache Kylin v1.1 (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, original contributed from eBay Inc.
 
-To download Apache Kylin v1.1 (incubating) visit the [download](http://kylin.incubator.apache.org/download) page.
+To download Apache Kylin v1.1 (incubating) source code or binary package: 
+please visit the [download](http://kylin.incubator.apache.org/download) page.
 
-This is a major release which brings more stable, robust and well management version, Apache Kylin team resolved about 
-56 issues including bug fixes, improvements, and few new features.
+This is a major release which brings more stable, robust and well management version, Apache Kylin community resolved about 56 issues including bug fixes, improvements, and few new features.
 
 ## Change Highlights
 
@@ -40,10 +40,14 @@ __Main Bug Fixes__
 * Dictionary with '' value cause cube merge fail [KYLIN-1004](https://issues.apache.org/jira/browse/KYLIN-1004)
 
 
-__Upgrade__
-
+__Upgrade__  
 We recommend to upgrade to this version from v0.7.x and v1.0 for better performance, stability and bug fixes.
 Also to keep up to date with community with latest features and supports.
-Any issue or question during upgrade, please send to Apache Kylin dev mailing list: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)
+
+__Support__  
+Any issue or question during upgrade, please 
+open JIRA to Kylin project: [https://issues.apache.org/jira/browse/KYLIN/](https://issues.apache.org/jira/browse/KYLIN/)  
+or  
+send mail to Apache Kylin dev mailing list: [dev@kylin.incubator.apache.org](mailto:dev@kylin.incubator.apache.org)  
 
 _Great thanks to everyone who contributed!_
\ No newline at end of file