Repository: incubator-kylin
Updated Branches:
  refs/heads/1.x-staging e1cd2efa8 -> bbb89f453


add blog v1.1 released


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

Branch: refs/heads/1.x-staging
Commit: bbb89f453139fe267e1c778a5d65506fa818f41f
Parents: e1cd2ef
Author: Luke Han <luke...@apache.org>
Authored: Mon Nov 2 19:53:38 2015 +0800
Committer: Luke Han <luke...@apache.org>
Committed: Mon Nov 2 19:53:50 2015 +0800

----------------------------------------------------------------------
 website/_docs/release_notes.md                  |  3 +-
 .../blog/2015-10-25-release-v1.1-incubating.md  | 49 ++++++++++++++++++++
 2 files changed, 51 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/bbb89f45/website/_docs/release_notes.md
----------------------------------------------------------------------
diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md
index a034010..36380c4 100644
--- a/website/_docs/release_notes.md
+++ b/website/_docs/release_notes.md
@@ -7,7 +7,8 @@ version: v1.1
 since: v0.7.1
 ---
 
-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.
+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 report to Apache Kylin JIRA project: 
[https://issues.apache.org/jira/browse/KYLIN](https://issues.apache.org/jira/browse/KYLIN)
 

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/bbb89f45/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
new file mode 100644
index 0000000..645f5f3
--- /dev/null
+++ b/website/_posts/blog/2015-10-25-release-v1.1-incubating.md
@@ -0,0 +1,49 @@
+---
+layout: post-blog
+title:  Apache Kylin 1.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.
+
+To download Apache Kylin v1.1 (incubating) 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.
+
+## Change Highlights
+
+__Kylin Core Improvement__
+
+* Support data retention by cube 
[KYLIN-906](https://issues.apache.org/jira/browse/KYLIN-906)
+* Upgraded Apache Calcite to 1.4 for more bug fixes and SQL functions 
[KYLIN-1047](https://issues.apache.org/jira/browse/KYLIN-1047) 
+* Cleanup intermediate Hive data after cube build 
[KYLIN-589](https://issues.apache.org/jira/browse/KYLIN-589)
+* Continue cube job when Hive return empty resultset 
[KYLIN-772](https://issues.apache.org/jira/browse/KYLIN-772)
+* Support setting for HBase compression with Snappy or GZip 
[KYLIN-956](https://issues.apache.org/jira/browse/KYLIN-956) 
+* Support load data to separated HBase cluster 
[KYLIN-957](https://issues.apache.org/jira/browse/KYLIN-957)
+* Introduced Roaring bitmaps for InvertedIndex, contributed by Daniel Lemire 
[KYLIN-1034](https://issues.apache.org/jira/browse/KYLIN-1034)
+
+__Main Bug Fixes__
+
+* Slowness with many IN() values 
[KYLIN-740](https://issues.apache.org/jira/browse/KYLIN-740)
+* Web UI "Jobs" issue 
[KYLIN-950](https://issues.apache.org/jira/browse/KYLIN-950)
+* Query cache is not evicted when metadata changed 
[KYLIN-771](https://issues.apache.org/jira/browse/KYLIN-771)
+* Select * from fact not work 
[KYLIN-847](https://issues.apache.org/jira/browse/KYLIN-847)
+* Float can't be cast to Double when execute SQL 
[KYLIN-918](https://issues.apache.org/jira/browse/KYLIN-918)
+* Update cube data model may fail and leave metadata in inconsistent state 
[KYLIN-958](https://issues.apache.org/jira/browse/KYLIN-958)
+* SQL keyword "offset" bug 
[KYLIN-983](https://issues.apache.org/jira/browse/KYLIN-983)
+* AVG not work [KYLIN-985](https://issues.apache.org/jira/browse/KYLIN-985)
+* Dictionary with '' value cause cube merge fail 
[KYLIN-1004](https://issues.apache.org/jira/browse/KYLIN-1004)
+
+
+__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: [d...@kylin.incubator.apache.org](mailto:d...@kylin.incubator.apache.org)
+
+_Great thanks to everyone who contributed!_
\ No newline at end of file

Reply via email to