You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/10/26 04:29:43 UTC

incubator-kylin git commit: KYLIN-1052 update release note and download page for v1.1

Repository: incubator-kylin
Updated Branches:
  refs/heads/1.x-staging ec63bd714 -> 7c24de17d


KYLIN-1052 update release note and download page for v1.1

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

Branch: refs/heads/1.x-staging
Commit: 7c24de17dc36d8792b702b1a71dbd0574b38b975
Parents: ec63bd7
Author: shaofengshi <sh...@apache.org>
Authored: Mon Oct 26 11:28:51 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Mon Oct 26 11:28:51 2015 +0800

----------------------------------------------------------------------
 website/_docs/release_notes.md | 68 ++++++++++++++++++++++++++++++++++++-
 website/download/index.cn.md   | 20 +++++++----
 website/download/index.md      | 18 +++++++---
 3 files changed, 94 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7c24de17/website/_docs/release_notes.md
----------------------------------------------------------------------
diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md
index c100ae1..2ae6dd3 100644
--- a/website/_docs/release_notes.md
+++ b/website/_docs/release_notes.md
@@ -3,7 +3,7 @@ layout: docs
 title:  Release Notes
 categories: gettingstarted
 permalink: /docs/release_notes.html
-version: v1.0
+version: v1.1
 since: v0.7.1
 ---
 
@@ -15,6 +15,72 @@ 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.1-incubating - 2015-10-25
+_Tag:_ [kylin-1.1-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.1-incubating)
+
+__New Feature__
+
+    * [KYLIN-222] - Web UI to Display CubeInstance Information
+    * [KYLIN-906] - cube retention
+    * [KYLIN-910] - Allow user to enter "retention range" in days on Cube UI
+    
+__Bug__
+
+    * [KYLIN-457] - log4j error and dup lines in kylin.log
+    * [KYLIN-632] - "kylin.sh stop" doesn't check whether KYLIN_HOME was set
+    * [KYLIN-740] - Slowness with many IN() values
+    * [KYLIN-747] - bad query performance when IN clause contains a value doesn't exist in the dictionary
+    * [KYLIN-771] - query cache is not evicted when metadata changes
+    * [KYLIN-797] - Cuboid cache will cache massive invalid cuboid if existed many cubes which already be deleted 
+    * [KYLIN-847] - "select * from fact" does not work on 0.7 branch
+    * [KYLIN-913] - Cannot find rowkey column XXX in cube CubeDesc
+    * [KYLIN-918] - Calcite throws "java.lang.Float cannot be cast to java.lang.Double" error while executing SQL
+    * [KYLIN-944] - update doc about how to consume kylin API in javascript
+    * [KYLIN-950] - Web UI "Jobs" tab view the job reduplicated
+    * [KYLIN-952] - User can trigger a Refresh job on an non-existing cube segment via REST API
+    * [KYLIN-958] - update cube data model may fail and leave metadata in inconsistent state
+    * [KYLIN-961] - Can't get cube  source record count.
+    * [KYLIN-967] - Dump running queries on memory shortage
+    * [KYLIN-968] - CubeSegment.lastBuildJobID is null in new instance but used for rowkey_stats path
+    * [KYLIN-975] - change kylin.job.hive.database.for.intermediatetable cause job to fail
+    * [KYLIN-978] - GarbageCollectionStep dropped Hive Intermediate Table but didn't drop external hdfs path
+    * [KYLIN-982] - package.sh should grep out "Download*" messages when determining version
+    * [KYLIN-983] - Query sql offset keyword bug
+    * [KYLIN-985] - Don't suppoprt aggregation AVG while executing SQL
+    * [KYLIN-1001] - Kylin generates wrong HDFS path in creating intermediate table
+    * [KYLIN-1004] - Dictionary with '' value cause cube merge to fail
+    * [KYLIN-1005] - fail to acquire ZookeeperJobLock when hbase.zookeeper.property.clientPort is configured other than 2181
+    * [KYLIN-1015] - Hive dependency jars appeared twice on job configuration
+    * [KYLIN-1020] - Although "kylin.query.scan.threshold" is set, it still be restricted to less than 4 million 
+    * [KYLIN-1026] - Error message for git check is not correct in package.sh
+
+
+__Improvement__
+
+    * [KYLIN-343] - Enable timeout on query 
+    * [KYLIN-367] - automatically backup metadata everyday
+    * [KYLIN-589] - Cleanup Intermediate hive table after cube build
+    * [KYLIN-772] - Continue cube job when hive query return empty resultset
+    * [KYLIN-858] - add snappy compression support
+    * [KYLIN-882] - check access to kylin.hdfs.working.dir
+    * [KYLIN-895] - Add "retention_range" attribute for cube instance, and automatically drop the oldest segment when exceeds retention
+    * [KYLIN-901] - Add tool for cleanup Kylin metadata storage
+    * [KYLIN-956] - Allow users to configure hbase compression algorithm in kylin.properties
+    * [KYLIN-957] - Support HBase in a separate cluster
+    * [KYLIN-965] - Allow user to configure the region split size for cube
+    * [KYLIN-971] - kylin display timezone on UI
+    * [KYLIN-987] - Rename 0.7-staging and 0.8 branch
+    * [KYLIN-998] - Finish the hive intermediate table clean up job in org.apache.kylin.job.hadoop.cube.StorageCleanupJob
+    * [KYLIN-999] - License check and cleanup for release
+    * [KYLIN-1013] - Make hbase client configurations like timeout configurable
+    * [KYLIN-1025] - Save cube change is very slow
+    * [KYLIN-1034] - Faster bitmap indexes with Roaring bitmaps
+    * [KYLIN-1035] - Validate [Project] before create Cube on UI
+    * [KYLIN-1037] - Remove hardcoded "hdp.version" from regression tests
+    * [KYLIN-1047] - Upgrade to Calcite 1.4
+    * [KYLIN-1048] - CPU and memory killer in Cuboid.findById()
+    * [KYLIN-1061] - "kylin.sh start" should check whether kylin has already been running
+
 ## v1.0-incubating - 2015-09-06
 _Tag:_ [kylin-1.0-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.0-incubating)
 

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7c24de17/website/download/index.cn.md
----------------------------------------------------------------------
diff --git a/website/download/index.cn.md b/website/download/index.cn.md
index 5bba309..e5b08f0 100644
--- a/website/download/index.cn.md
+++ b/website/download/index.cn.md
@@ -6,17 +6,25 @@ title: 下载
 __最新发布(源代码)__  
 最新发布的Apache Kylin可以从ASF网站下载::
 
-* [Apache Kylin v1.0-incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-1.0-incubating/)
+* [Apache Kylin v1.1-incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-1.1-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)
+* Git 标签: [kylin-1.1-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.1-incubating)
+* Git Commit: [1955a2f9aea7b7f608f0496c00807715ea4246a5](https://github.com/apache/incubator-kylin/commit/1955a2f9aea7b7f608f0496c00807715ea4246a5)
 
-__二进制包__
-为方便实用,我们也提供预打包的二进制安装包:
+__二进制包 for HBase 0.98/0.99__
+为方便使用,我们提供预打包的二进制安装包:
 
-  * 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)
+  * [apache-kylin-1.1-incubating-bin.tar.gz](https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.1-incubating/apache-kylin-1.1-incubating-bin.tar.gz)
   * [安装帮助](http://kylin.incubator.apache.org/docs/install)
 
+__二进制包 for HBase 1.1__
+越来越多的用户开始部署使用HBase 1.1或更高版本,我们提供一个在HBase 1.1上编译的Kylin快照二进制包;请注意,这不是一个正式的发布版,没有经过完整的测试。
+
+  * [apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz](https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.2-incubating/apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz)
+  * Git commit [3623dd6ff93d76141bb6a5fb623a3421ae78ca93](https://github.com/apache/incubator-kylin/commit/3623dd6ff93d76141bb6a5fb623a3421ae78ca93)
+
+对于HBase 1.0用户,建议您升级到1.1或降级到0.98/0.99.
+
 __构建二进制包__
 可以从各个版本或当前最新的开发分支中生成二进制包,请参考这篇[帮助文档](http://kylin.incubator.apache.org/docs/howto/howto_package.html)
 

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7c24de17/website/download/index.md
----------------------------------------------------------------------
diff --git a/website/download/index.md b/website/download/index.md
index e757d65..e2c20b5 100644
--- a/website/download/index.md
+++ b/website/download/index.md
@@ -7,17 +7,25 @@ permalink: /download/index.html
 __Latest Release(Source Code)__  
 The latest release of Apache Kylin can be downloaded from the ASF:
 
-* [Apache Kylin v1.0-incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-1.0-incubating/)
+* [Apache Kylin v1.1-incubating](http://www.apache.org/dyn/closer.cgi/incubator/kylin/apache-kylin-1.1-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)
+* Git Tag: [kylin-1.1-incubating](https://github.com/apache/incubator-kylin/tree/kylin-1.1-incubating)
+* Git Commit: [1955a2f9aea7b7f608f0496c00807715ea4246a5](https://github.com/apache/incubator-kylin/commit/1955a2f9aea7b7f608f0496c00807715ea4246a5)
 
-__Binary Package__
+__Binary Package (for running on HBase 0.98/0.99)__
 For convenience, there’s binary package also available: 
 
-* 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)
+* [apache-kylin-1.1-incubating-bin.tar.gz](https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.1-incubating/apache-kylin-1.1-incubating-bin.tar.gz)
 * [Installation Guide](http://kylin.incubator.apache.org/docs/install)
 
+__Binary Package (for running on HBase 1.1)__
+As there are more and more HBase 1.1 deployments, an binary snapshot build for HBase 1.1 is provided; Please note this is not a formal release, and it is not fully tested:
+
+* [apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz](https://dist.apache.org/repos/dist/release/incubator/kylin/apache-kylin-1.2-incubating/apache-kylin-1.2-HBase1.1-incubating-SNAPSHOT-bin.tar.gz)
+* Git commit [3623dd6ff93d76141bb6a5fb623a3421ae78ca93](https://github.com/apache/incubator-kylin/commit/3623dd6ff93d76141bb6a5fb623a3421ae78ca93) 
+
+If you're using HBase 1.0, we suggest you to upgrade to 1.1 or downgrade to 0.98/0.99.
+
 __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)