You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2016/03/16 10:44:48 UTC

kylin git commit: add 1.3.0 release blog

Repository: kylin
Updated Branches:
  refs/heads/document 4b47ab50e -> ebea4878b


add 1.3.0 release blog


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

Branch: refs/heads/document
Commit: ebea4878b8c35f2a7e45f7731f33bb9639149cb8
Parents: 4b47ab5
Author: Hongbin Ma <ma...@apache.org>
Authored: Wed Mar 16 17:44:17 2016 +0800
Committer: Hongbin Ma <ma...@apache.org>
Committed: Wed Mar 16 17:44:38 2016 +0800

----------------------------------------------------------------------
 .../_posts/blog/2016-03-16-release-v1.3.0.cn.md |  77 ++++++++++++++
 .../_posts/blog/2016-03-16-release-v1.3.0.md    | 103 +++++++++++++++++++
 2 files changed, 180 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/ebea4878/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md b/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
new file mode 100644
index 0000000..2dbfd45
--- /dev/null
+++ b/website/_posts/blog/2016-03-16-release-v1.3.0.cn.md
@@ -0,0 +1,77 @@
+---
+layout: post-blog
+title:  Apache Kylin v1.3.0 正式发布
+date:   2016-03-16 22:00:00
+author: Hongbin Ma
+categories: blog
+---
+
+Apache Kylin社区非常高兴宣布Apache Kylin v1.3正式发布,这是自顺利毕业成Apache顶级项目后的第二个发布版本。
+
+Apache Kylin一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由eBay Inc. 开发并贡献至开源社区。
+
+下载Apache Kylin v1.2源代码及二进制安装包,
+请访问[下载](http://kylin.apache.org/cn/download/)页面.
+
+这是一个主要的版本发布带来了更稳定,健壮及更好管理的版本,Apache Kylin社区解决了57个issue,包括Bug修复,功能增强及一些新特性等。
+
+
+
+## 主要变化
+
+
+__新功能__
+
+* 从Kylin中卸载表 [KYLIN-579](https://issues.apache.org/jira/browse/KYLIN-579)
+* 支持自定义的Aggregation Types [KYLIN-976](https://issues.apache.org/jira/browse/KYLIN-976)
+* 支持Hive Beeline客户端 [KYLIN-1054](https://issues.apache.org/jira/browse/KYLIN-1054)
+* 克隆cube元数据 [KYLIN-1128](https://issues.apache.org/jira/browse/KYLIN-1128)
+* 在有限条件下使用bitmap支持精确的distinct count [KYLIN-1186](https://issues.apache.org/jira/browse/KYLIN-1186)
+
+__改进__
+
+* HiveColumnCardinalityJob使用conf/kylin_job_conf.xml下的配置 [KYLIN-955](https://issues.apache.org/jira/browse/KYLIN-955)
+* RM从RM获取状态时支持kerberos [KYLIN-1014](https://issues.apache.org/jira/browse/KYLIN-1014)
+* 选择模式选择hive的表 [KYLIN-1074](https://issues.apache.org/jira/browse/KYLIN-1074)
+* hive的依赖加入到tmpjars [KYLIN-1082](https://issues.apache.org/jira/browse/KYLIN-1082)
+* cube创建cube时简化filter输入 [KYLIN-1132](https://issues.apache.org/jira/browse/KYLIN-1132)
+* 增强project级别的ACL [KYLIN-1201](https://issues.apache.org/jira/browse/KYLIN-1201)
+* 增加'Enable Cache' 按钮 [KYLIN-1211](https://issues.apache.org/jira/browse/KYLIN-1211)
+* 增强DeployCoprocessorCLI支持filter [KYLIN-1312](https://issues.apache.org/jira/browse/KYLIN-1312)
+* 放弃job时杀死后台hadoop进程 [KYLIN-1317](https://issues.apache.org/jira/browse/KYLIN-1317)
+* 改进convert hfile的性能 [KYLIN-1323](https://issues.apache.org/jira/browse/KYLIN-1323)
+* 升级calcite到1.6 [KYLIN-1343](https://issues.apache.org/jira/browse/KYLIN-1343)
+
+
+__Bug修复__
+
+* Calcite报出 "java.lang.Float cannot be cast to java.lang.Double" [KYLIN-918](https://issues.apache.org/jira/browse/KYLIN-918)
+* 不支持select [MeasureCol] from [FactTbl] [KYLIN-1075](https://issues.apache.org/jira/browse/KYLIN-1075)
+* 长维度值导致ArrayIndexOutOfBoundsException [KYLIN-1104](https://issues.apache.org/jira/browse/KYLIN-1104)
+* 前端相关bug [KYLIN-1159](https://issues.apache.org/jira/browse/KYLIN-1159)
+* CubeMigrationCLI ACL 相关问题 [KYLIN-1230](https://issues.apache.org/jira/browse/KYLIN-1230)
+* 创建同名cube时model被覆盖 [KYLIN-1254](https://issues.apache.org/jira/browse/KYLIN-1254)
+* 从JDBC查询时默认返回partial result [KYLIN-1274](https://issues.apache.org/jira/browse/KYLIN-1274)
+* 有多个OR语句的PrepareStatement失败 [KYLIN-1372](https://issues.apache.org/jira/browse/KYLIN-1372)
+* kylin.metadata.url HBase 名字空间问题 [KYLIN-1400](https://issues.apache.org/jira/browse/KYLIN-1400)
+* Hive Column Cardinality 作业时报出 StringIndexOutOfBoundsException [KYLIN-1402](https://issues.apache.org/jira/browse/KYLIN-1402)
+* 子查询中有orderby时报出NullPointerException [KYLIN-1419](https://issues.apache.org/jira/browse/KYLIN-1419)
+* HBase 大小精确度问题 [KYLIN-1423](https://issues.apache.org/jira/browse/KYLIN-1423)
+* 取消使用 "1970-01-01" 作为默认cube结束时间 [KYLIN-1456](https://issues.apache.org/jira/browse/KYLIN-1456)
+* Hive的依赖在测试中被写死 [KYLIN-1469](https://issues.apache.org/jira/browse/KYLIN-1469)
+
+
+
+__升级__
+
+我们建议从早前颁布升级到此版本已获得更好的性能,稳定性及Bug修复等。
+并且与社区最新特性及支持保持同步。
+
+__支持__
+
+升级和使用过程中有任何问题,请:
+提交至Kylin的JIRA: [https://issues.apache.org/jira/browse/KYLIN/](https://issues.apache.org/jira/browse/KYLIN/)
+或者
+发送邮件到Apache Kylin邮件列表: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)
+
+_感谢每一位朋友的参与和贡献!_

http://git-wip-us.apache.org/repos/asf/kylin/blob/ebea4878/website/_posts/blog/2016-03-16-release-v1.3.0.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2016-03-16-release-v1.3.0.md b/website/_posts/blog/2016-03-16-release-v1.3.0.md
new file mode 100644
index 0000000..2cb13db
--- /dev/null
+++ b/website/_posts/blog/2016-03-16-release-v1.3.0.md
@@ -0,0 +1,103 @@
+---
+layout: post-blog
+title:  Apache Kylin v1.3.0 Release Announcement
+date:   2016-03-16 22:00:00
+author: Hongbin Ma
+categories: blog
+---
+
+The Apache Kylin community is pleased to announce the release of Apache Kylin v1.3, the second release after graduation.
+
+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.3.0 source code or binary package:
+please visit the [download](http://kylin.apache.org/download) page.
+
+This is a major release which brings more stable, robust and well management version, Apache Kylin community resolved about 57 issues including bug fixes, improvements, and few new features.
+
+
+## Change Highlights
+
+
+__New Feature__
+
+* Unload table from Kylin [KYLIN-579](https://issues.apache.org/jira/browse/KYLIN-579)
+* Support Custom Aggregation Types [KYLIN-976](https://issues.apache.org/jira/browse/KYLIN-976)
+* Support Hive client Beeline [KYLIN-1054](https://issues.apache.org/jira/browse/KYLIN-1054)
+* Clone Cube Metadata [KYLIN-1128](https://issues.apache.org/jira/browse/KYLIN-1128)
+* Support precise Count Distinct using bitmap (under limited conditions) [KYLIN-1186](https://issues.apache.org/jira/browse/KYLIN-1186)
+
+__Improvement__
+
+* HiveColumnCardinalityJob should use configurations in conf/kylin_job_conf.xml [KYLIN-955](https://issues.apache.org/jira/browse/KYLIN-955)
+* Support kerberos authentication while getting status from RM [KYLIN-1014](https://issues.apache.org/jira/browse/KYLIN-1014)
+* Load hive tables with selecting mode [KYLIN-1074](https://issues.apache.org/jira/browse/KYLIN-1074)
+* Hive dependencies should be add to tmpjars [KYLIN-1082](https://issues.apache.org/jira/browse/KYLIN-1082)
+* make filtering input easier in creating cube [KYLIN-1132](https://issues.apache.org/jira/browse/KYLIN-1132)
+* Enhance project level ACL [KYLIN-1201](https://issues.apache.org/jira/browse/KYLIN-1201)
+* Add 'Enable Cache' button in System page [KYLIN-1211](https://issues.apache.org/jira/browse/KYLIN-1211)
+* Cube ACL does not work [KYLIN-1234](https://issues.apache.org/jira/browse/KYLIN-1234)
+* Fix link and typo in README [KYLIN-1240](https://issues.apache.org/jira/browse/KYLIN-1240)
+* In query window, enable fast copy&paste by double clicking tables/columns' names. [KYLIN-1244](https://issues.apache.org/jira/browse/KYLIN-1244)
+* get cubes API update - offset,limit not required [KYLIN-1246](https://issues.apache.org/jira/browse/KYLIN-1246)
+* add toggle event for tree label [KYLIN-1251](https://issues.apache.org/jira/browse/KYLIN-1251)
+* Change font/background color of job progress [KYLIN-1259](https://issues.apache.org/jira/browse/KYLIN-1259)
+* Enhance DeployCoprocessorCLI to support Cube level filter [KYLIN-1312](https://issues.apache.org/jira/browse/KYLIN-1312)
+* Kill underlying running hadoop job while discard a job [KYLIN-1317](https://issues.apache.org/jira/browse/KYLIN-1317)
+* Improve performance of converting data to hfile [KYLIN-1323](https://issues.apache.org/jira/browse/KYLIN-1323)
+* Kylin Entity Permission Control  [KYLIN-1333](https://issues.apache.org/jira/browse/KYLIN-1333)
+* Upgrade calcite version to 1.6 [KYLIN-1343](https://issues.apache.org/jira/browse/KYLIN-1343)
+* Kylin ACL enhancement [KYLIN-1365](https://issues.apache.org/jira/browse/KYLIN-1365)
+* JDBC Driver is not generic to restAPI json result [KYLIN-1368](https://issues.apache.org/jira/browse/KYLIN-1368)
+
+__Bug__
+
+* Calcite throws "java.lang.Float cannot be cast to java.lang.Double" error while executing SQL [KYLIN-918](https://issues.apache.org/jira/browse/KYLIN-918)
+* select [MeasureCol] from [FactTbl] is not supported [KYLIN-1075](https://issues.apache.org/jira/browse/KYLIN-1075)
+* Cannot have comments in the end of New Query textbox [KYLIN-1078](https://issues.apache.org/jira/browse/KYLIN-1078)
+* Long dimension value cause ArrayIndexOutOfBoundsException [KYLIN-1104](https://issues.apache.org/jira/browse/KYLIN-1104)
+* can not see project options after clear brower cookie and cache [KYLIN-1110](https://issues.apache.org/jira/browse/KYLIN-1110)
+* problem about kylin web UI [KYLIN-1159](https://issues.apache.org/jira/browse/KYLIN-1159)
+* Remove "Back to My Cubes" link in non-edit mode [KYLIN-1214](https://issues.apache.org/jira/browse/KYLIN-1214)
+* minor, update website member's info on community page [KYLIN-1215](https://issues.apache.org/jira/browse/KYLIN-1215)
+* When CubeMigrationCLI copied ACL from one env to another, it may not work [KYLIN-1230](https://issues.apache.org/jira/browse/KYLIN-1230)
+* redirect to home page when input invalid url [KYLIN-1236](https://issues.apache.org/jira/browse/KYLIN-1236)
+* Got NPE when discarding a job [KYLIN-1250](https://issues.apache.org/jira/browse/KYLIN-1250)
+* cube model will be overridden while creating a new cube with the same name [KYLIN-1254](https://issues.apache.org/jira/browse/KYLIN-1254)
+* Job status labels are not in same style [KYLIN-1260](https://issues.apache.org/jira/browse/KYLIN-1260)
+* Query from JDBC is partial results by default [KYLIN-1274](https://issues.apache.org/jira/browse/KYLIN-1274)
+* Wrong label in Dialog CUBE REFRESH CONFIRM [KYLIN-1316](https://issues.apache.org/jira/browse/KYLIN-1316)
+* UI create model: Press enter will go back to pre step [KYLIN-1330](https://issues.apache.org/jira/browse/KYLIN-1330)
+* UI Delete Aggregation Groups: cursor disappeared after delete 1 dimension [KYLIN-1331](https://issues.apache.org/jira/browse/KYLIN-1331)
+* Typo in doc [KYLIN-1342](https://issues.apache.org/jira/browse/KYLIN-1342)
+* Couldn't edit a cube if it has no "partition date" set [KYLIN-1354](https://issues.apache.org/jira/browse/KYLIN-1354)
+* Query using PrepareStatement failed with multi OR clause [KYLIN-1372](https://issues.apache.org/jira/browse/KYLIN-1372)
+* minor bug in BigDecimalSerializer - avoidVerbose should be incremented each time when input scale is larger than given scale  [KYLIN-1396](https://issues.apache.org/jira/browse/KYLIN-1396)
+* kylin.metadata.url with hbase namespace problem [KYLIN-1400](https://issues.apache.org/jira/browse/KYLIN-1400)
+* StringIndexOutOfBoundsException in Kylin Hive Column Cardinality Job [KYLIN-1402](https://issues.apache.org/jira/browse/KYLIN-1402)
+* Widget width of "Partition date column"  is too small to select [KYLIN-1412](https://issues.apache.org/jira/browse/KYLIN-1412)
+* NullPointerException occurs when query from subqueries with order by [KYLIN-1419](https://issues.apache.org/jira/browse/KYLIN-1419)
+* HBase size precision issue [KYLIN-1423](https://issues.apache.org/jira/browse/KYLIN-1423)
+* For setting Auto Merge Time Ranges, before sending them to backend, the related time ranges should be sorted increasingly [KYLIN-1443](https://issues.apache.org/jira/browse/KYLIN-1443)
+* Kylin should throw error if HIVE_CONF dir cannot be found [KYLIN-1445](https://issues.apache.org/jira/browse/KYLIN-1445)
+* Shouldn't use "1970-01-01" as the default end date [KYLIN-1456](https://issues.apache.org/jira/browse/KYLIN-1456)
+* Some environment variables are not used in bin/kylin.sh <RUNNABLE_CLASS_NAME> [KYLIN-1466](https://issues.apache.org/jira/browse/KYLIN-1466)
+* Hive dependency jars are hard coded in test [KYLIN-1469](https://issues.apache.org/jira/browse/KYLIN-1469)
+
+ __Test__
+
+ * Disable PrintResult in KylinQueryTest [KYLIN-1335](https://issues.apache.org/jira/browse/KYLIN-1335)
+
+ __Upgrade__
+ 
+We recommend to upgrade to this version for better performance, stability and bug fixes.
+Also to keep up to date with community with latest features and supports.
+
+__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.apache.org](mailto:dev@kylin.apache.org)
+
+_Great thanks to everyone who contributed!_