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 2016/04/13 03:53:29 UTC

[1/2] kylin git commit: Release v1.5.1

Repository: kylin
Updated Branches:
  refs/heads/document ba80d86f0 -> 86bd1ac31


Release v1.5.1


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

Branch: refs/heads/document
Commit: 6ff52198fa24249d928358350c9da05f1b7da850
Parents: ba80d86
Author: lidongsjtu <li...@apache.org>
Authored: Tue Apr 12 10:11:43 2016 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Tue Apr 12 10:11:43 2016 +0800

----------------------------------------------------------------------
 website/_data/docs15.yml                        |  1 +
 website/_dev/howto_release.md                   |  3 -
 .../_docs15/howto/howto_update_coprocessor.md   | 14 ++++
 website/_docs15/release_notes.md                | 60 +++++++++++++++
 .../_posts/blog/2016-04-12-release-v1.5.1.cn.md | 81 ++++++++++++++++++++
 .../_posts/blog/2016-04-12-release-v1.5.1.md    | 80 +++++++++++++++++++
 website/download/index.cn.md                    |  8 +-
 website/download/index.md                       |  8 +-
 8 files changed, 244 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/6ff52198/website/_data/docs15.yml
----------------------------------------------------------------------
diff --git a/website/_data/docs15.yml b/website/_data/docs15.yml
index 7f75946..0c0ef61 100644
--- a/website/_data/docs15.yml
+++ b/website/_data/docs15.yml
@@ -56,3 +56,4 @@
   - howto/howto_jdbc
   - howto/howto_upgrade
   - howto/howto_ldap_and_sso
+  - howto/howto_update_coprocessor

http://git-wip-us.apache.org/repos/asf/kylin/blob/6ff52198/website/_dev/howto_release.md
----------------------------------------------------------------------
diff --git a/website/_dev/howto_release.md b/website/_dev/howto_release.md
index 2f68e3d..ebcac1c 100644
--- a/website/_dev/howto_release.md
+++ b/website/_dev/howto_release.md
@@ -353,9 +353,6 @@ No 0s or -1s.
 Therefore I am delighted to announce that the proposal to release
 Apache-Kylin-X.Y.Z has passed.
 
-I'll now start a vote on the general list. Those of you in the IPMC,
-please recast your vote on the new thread.
-
 Luke
 
 {% endhighlight %}

http://git-wip-us.apache.org/repos/asf/kylin/blob/6ff52198/website/_docs15/howto/howto_update_coprocessor.md
----------------------------------------------------------------------
diff --git a/website/_docs15/howto/howto_update_coprocessor.md b/website/_docs15/howto/howto_update_coprocessor.md
new file mode 100644
index 0000000..8c8b0a4
--- /dev/null
+++ b/website/_docs15/howto/howto_update_coprocessor.md
@@ -0,0 +1,14 @@
+---
+layout: docs15
+title:  How to Update HBase Coprocessor
+categories: howto
+permalink: /docs15/howto/howto_update_coprocessor.html
+---
+
+Kylin leverages HBase coprocessor to optimize query performance. After new versions released, the RPC protocol may get changed, so user need to redeploy coprocessor to HTable.
+
+There's a CLI tool to update HBase Coprocessor:
+
+{% highlight Groff markup %}
+$KYLIN_HOME/kylin.sh org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI $KYLIN_HOME/lib/kylin-coprocessor-*.jar all
+{% endhighlight %}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/kylin/blob/6ff52198/website/_docs15/release_notes.md
----------------------------------------------------------------------
diff --git a/website/_docs15/release_notes.md b/website/_docs15/release_notes.md
index 9b46d0d..70a7dcb 100644
--- a/website/_docs15/release_notes.md
+++ b/website/_docs15/release_notes.md
@@ -15,6 +15,66 @@ or send to Apache Kylin mailing list:
 * User relative: [user@kylin.apache.org](mailto:user@kylin.apache.org)
 * Development relative: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)
 
+## v1.5.1 - 2016-04-11
+_Tag:_ [kylin-1.5.1](https://github.com/apache/kylin/tree/kylin-1.5.1)
+
+This version is backward compatiple with v1.5.0. But you need to update coprocessor after deploy Kylin v1.5.1 instance, refer to [How to update coprocessor](/docs15/howto/howto_update_coprocessor.html).
+
+__Highlights__
+
+* [KYLIN-1122] - Kylin support detail data query from fact table
+* [KYLIN-1492] - Custom dimension encoding
+* [KYLIN-1495] - Metadata upgrade from 1.0~1.3 to 1.5, including metadata correction, relevant tools, etc.
+* [KYLIN-1534] - Cube specific config, override global kylin.properties
+* [KYLIN-1546] - Tool to dump information for diagnosis
+
+__New Feature__
+
+* [KYLIN-1122] - Kylin support detail data query from fact table
+* [KYLIN-1378] - Add UI for TopN measure
+* [KYLIN-1492] - Custom dimension encoding
+* [KYLIN-1495] - Metadata upgrade from 1.0~1.3 to 1.5, including metadata correction, relevant tools, etc.
+* [KYLIN-1501] - Run some classes at the beginning of kylin server startup
+* [KYLIN-1503] - Print version information with kylin.sh
+* [KYLIN-1531] - Add smoke test scripts
+* [KYLIN-1534] - Cube specific config, override global kylin.properties
+* [KYLIN-1540] - REST API for deleting segment
+* [KYLIN-1541] - IntegerDimEnc, custom dimension encoding for integers
+* [KYLIN-1546] - Tool to dump information for diagnosis
+* [KYLIN-1550] - Persist some recent bad query
+
+__Improvement__
+
+* [KYLIN-1490] - Use InstallShield 2015 to generate ODBC Driver setup files
+* [KYLIN-1498] - cube desc signature not calculated correctly
+* [KYLIN-1500] - streaming_fillgap cause out of memory
+* [KYLIN-1502] - When cube is not empty, only signature consistent cube desc updates are allowed
+* [KYLIN-1504] - Use NavigableSet to store rowkey and use prefix filter to check resource path prefix instead String comparison on tomcat side
+* [KYLIN-1505] - Combine guava filters with Predicates.and
+* [KYLIN-1543] - GTFilterScanner performance tuning
+* [KYLIN-1557] - Enhance the check on aggregation group dimension number
+
+__Bug__
+
+* [KYLIN-1373] - need to encode export query url to get right result in query page
+* [KYLIN-1434] - Kylin Job Monitor API: /kylin/api/jobs is too slow in large kylin deployment
+* [KYLIN-1472] - Export csv get error when there is a plus sign in the sql
+* [KYLIN-1486] - java.lang.IllegalArgumentException: Too many digits for NumberDictionary
+* [KYLIN-1491] - Should return base cuboid as valid cuboid if no aggregation group matches
+* [KYLIN-1493] - make ExecutableManager.getInstance thread safe
+* [KYLIN-1497] - Make three <class>.getInstance thread safe
+* [KYLIN-1507] - Couldn't find hive dependency jar on some platform like CDH
+* [KYLIN-1513] - Time partitioning doesn't work across multiple days
+* [KYLIN-1514] - MD5 validation of Tomcat does not work when package tar
+* [KYLIN-1521] - Couldn't refresh a cube segment whose start time is before 1970-01-01
+* [KYLIN-1522] - HLLC is incorrect when result is feed from cache
+* [KYLIN-1524] - Get "java.lang.Double cannot be cast to java.lang.Long" error when Top-N metris data type is BigInt
+* [KYLIN-1527] - Columns with all NULL values can't be queried
+* [KYLIN-1537] - Failed to create flat hive table, when name is too long
+* [KYLIN-1538] - DoubleDeltaSerializer cause obvious error after deserialize and serialize
+* [KYLIN-1553] - Cannot find rowkey column "COL_NAME" in cube CubeDesc
+* [KYLIN-1564] - Unclosed table in BuildCubeWithEngine#checkHFilesInHBase()
+* [KYLIN-1569] - Select any column when adding a custom aggregation in GUI
 
 ## v1.5.0 - 2016-03-12
 _Tag:_ [kylin-1.5.0](https://github.com/apache/kylin/tree/kylin-1.5.0)

http://git-wip-us.apache.org/repos/asf/kylin/blob/6ff52198/website/_posts/blog/2016-04-12-release-v1.5.1.cn.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2016-04-12-release-v1.5.1.cn.md b/website/_posts/blog/2016-04-12-release-v1.5.1.cn.md
new file mode 100644
index 0000000..f75d918
--- /dev/null
+++ b/website/_posts/blog/2016-04-12-release-v1.5.1.cn.md
@@ -0,0 +1,81 @@
+---
+layout: post-blog
+title:  Apache Kylin v1.5.1 正式发布
+date:   2016-04-12 11:00:00
+author: Dong Li
+categories: blog
+---
+
+Apache Kylin社区非常高兴宣布Apache Kylin v1.5.1正式发布。
+
+Apache Kylin是一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由eBay Inc. 开发并贡献至开源社区。
+
+下载Apache Kylin v1.5.1源代码及二进制安装包,
+请访问[下载](http://kylin.apache.org/cn/download/)页面.
+
+这是一个主要的版本发布带来了更稳定,健壮及更好管理的版本,Apache Kylin社区解决了37个issue,包括Bug修复,功能增强及一些新特性等。
+
+
+
+## 主要变化
+
+
+__新功能__
+
+- 支持fact表明细数据查询 [KYLIN-1122](https://issues.apache.org/jira/browse/KYLIN-1122)
+- 为TopN度量添加交互界面 [KYLIN-1378](https://issues.apache.org/jira/browse/KYLIN-1378)
+- 自定义维度编码 [KYLIN-1492](https://issues.apache.org/jira/browse/KYLIN-1492)
+- 元数据从1.0~1.3升级到1.5的校对与相关工具 [KYLIN-1495](https://issues.apache.org/jira/browse/KYLIN-1495)
+- 在Kylin服务启动时执行某些类 [KYLIN-1501](https://issues.apache.org/jira/browse/KYLIN-1501)
+- 通过Kylin.sh打印版本信息 [KYLIN-1503](https://issues.apache.org/jira/browse/KYLIN-1503)
+- 增加冒烟测试脚本 [KYLIN-1531](https://issues.apache.org/jira/browse/KYLIN-1531)
+- Cube特定配置以覆盖全局kylin.properties配置 [KYLIN-1534](https://issues.apache.org/jira/browse/KYLIN-1534)
+- 删除Segment的REST接口 [KYLIN-1540](https://issues.apache.org/jira/browse/KYLIN-1540)
+- IntegerDimEnc, 为整数类型实现的自定义维度编码 [KYLIN-1541](https://issues.apache.org/jira/browse/KYLIN-1541)
+- 打印诊断信息的工具 [KYLIN-1546](https://issues.apache.org/jira/browse/KYLIN-1546)
+- 持久化最近几条不良查询 [KYLIN-1550](https://issues.apache.org/jira/browse/KYLIN-1550)
+
+__改进__
+
+- 使用InstallShield 2015产生ODBC驱动安装包 [KYLIN-1490](https://issues.apache.org/jira/browse/KYLIN-1490)
+- Cube描述子签名没有被正确计算 [KYLIN-1498](https://issues.apache.org/jira/browse/KYLIN-1498)
+- streaming_fillgap引起内存溢出 [KYLIN-1500](https://issues.apache.org/jira/browse/KYLIN-1500)
+- 当Cube非空,只有签名一致的Cube描述子可以被更新 [KYLIN-1502](https://issues.apache.org/jira/browse/KYLIN-1502)
+- 使用NavigableSet存储Rowkey并使用前缀过滤器检查资源路径,以替代在tomcat里使用字符串比较 [KYLIN-1504](https://issues.apache.org/jira/browse/KYLIN-1504)
+- 结合guava filters和Predicates.and函数 [KYLIN-1505](https://issues.apache.org/jira/browse/KYLIN-1505)
+- GTFilterScanner性能调优 [KYLIN-1543](https://issues.apache.org/jira/browse/KYLIN-1543)
+- 增强aggregation group维度数量的检查 [KYLIN-1557](https://issues.apache.org/jira/browse/KYLIN-1557)
+
+__Bug修复__
+
+- 在查询页面需要编码输出查询的URL来得到正确结果 [KYLIN-1373](https://issues.apache.org/jira/browse/KYLIN-1373)
+- Kylin任务监控接口/kylin/api/jobs在大规模kylin部署环境中较慢 [KYLIN-1434](https://issues.apache.org/jira/browse/KYLIN-1434)
+- 当SQL中有加号时导出csv报错 [KYLIN-1472](https://issues.apache.org/jira/browse/KYLIN-1472)
+- java.lang.IllegalArgumentException: NumberDictionary中有太多位 [KYLIN-1486](https://issues.apache.org/jira/browse/KYLIN-1486)
+- 当没有aggregation group匹配时应返回base cuboid [KYLIN-1491](https://issues.apache.org/jira/browse/KYLIN-1491)
+- 使ExecutableManager.getInstance线程安全 [KYLIN-1493](https://issues.apache.org/jira/browse/KYLIN-1493)
+- 使三个class.getInstance线程安全 [KYLIN-1497](https://issues.apache.org/jira/browse/KYLIN-1497)
+- 在CDN等某些平台上不能正确找到hive依赖 [KYLIN-1507](https://issues.apache.org/jira/browse/KYLIN-1507)
+- 跨天的时间分区工作不正常 [KYLIN-1513](https://issues.apache.org/jira/browse/KYLIN-1513)
+- 打包时Tomcat的MD5校验工作不正常 [KYLIN-1514](https://issues.apache.org/jira/browse/KYLIN-1514)
+- 当Cube段的起始时间在1970-01-01前不能刷新该段 [KYLIN-1521](https://issues.apache.org/jira/browse/KYLIN-1521)
+- 当从cache读取时HLLC结果异常 [KYLIN-1522](https://issues.apache.org/jira/browse/KYLIN-1522)
+- 当Top-N度量类型是BigInt时报错"java.lang.Double cannot be cast to java.lang.Long" [KYLIN-1524](https://issues.apache.org/jira/browse/KYLIN-1524)
+- 全部是NULL的列不能被查询 [KYLIN-1527](https://issues.apache.org/jira/browse/KYLIN-1527)
+- 当名字过长时,不能生成hive平表 [KYLIN-1537](https://issues.apache.org/jira/browse/KYLIN-1537)
+- DoubleDeltaSerializer在序列化和反序列化后会出错 [KYLIN-1538](https://issues.apache.org/jira/browse/KYLIN-1538)
+- 在Cube描述子中找不到Rowkey列"COL_NAME" [KYLIN-1553](https://issues.apache.org/jira/browse/KYLIN-1553)
+- Table在BuildCubeWithEngine#checkHFilesInHBase()未关闭 [KYLIN-1564](https://issues.apache.org/jira/browse/KYLIN-1564)
+
+__升级__
+
+该版本的数据与元数据与v1.5.0完全兼容,但也许需要[更新HBase协处理器](/docs15/howto/howto_update_coprocessor.html).
+
+__支持__
+
+升级和使用过程中有任何问题,请:
+提交至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/6ff52198/website/_posts/blog/2016-04-12-release-v1.5.1.md
----------------------------------------------------------------------
diff --git a/website/_posts/blog/2016-04-12-release-v1.5.1.md b/website/_posts/blog/2016-04-12-release-v1.5.1.md
new file mode 100644
index 0000000..1a3dabd
--- /dev/null
+++ b/website/_posts/blog/2016-04-12-release-v1.5.1.md
@@ -0,0 +1,80 @@
+---
+layout: post-blog
+title:  Apache Kylin v1.5.1 Release Announcement
+date:   2016-04-12 11:00:00
+author: Dong Li
+categories: blog
+---
+
+The Apache Kylin community is pleased to announce the release of Apache Kylin v1.5.1.
+
+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.5.1 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 37 issues including bug fixes, improvements, and few new features.
+
+
+## Change Highlights
+
+
+__New Feature__
+
+- Kylin support detail data query from fact table [KYLIN-1122](https://issues.apache.org/jira/browse/KYLIN-1122)
+- Add UI for TopN measure [KYLIN-1378](https://issues.apache.org/jira/browse/KYLIN-1378)
+- Custom dimension encoding [KYLIN-1492](https://issues.apache.org/jira/browse/KYLIN-1492)
+- Metadata upgrade from 1.0~1.3 to 1.5, including metadata correction, relevant tools, etc. [KYLIN-1495](https://issues.apache.org/jira/browse/KYLIN-1495)
+- Run some classes at the beginning of kylin server startup [KYLIN-1501](https://issues.apache.org/jira/browse/KYLIN-1501)
+- Print version information with kylin.sh [KYLIN-1503](https://issues.apache.org/jira/browse/KYLIN-1503)
+- Add smoke test scripts [KYLIN-1531](https://issues.apache.org/jira/browse/KYLIN-1531)
+- Cube specific config, override global kylin.properties [KYLIN-1534](https://issues.apache.org/jira/browse/KYLIN-1534)
+- REST API for deleting segment [KYLIN-1540](https://issues.apache.org/jira/browse/KYLIN-1540)
+- IntegerDimEnc, custom dimension encoding for integers [KYLIN-1541](https://issues.apache.org/jira/browse/KYLIN-1541)
+- Tool to dump information for diagnosis [KYLIN-1546](https://issues.apache.org/jira/browse/KYLIN-1546)
+- Persist some recent bad query [KYLIN-1550](https://issues.apache.org/jira/browse/KYLIN-1550)
+
+__Improvement__
+
+- Use InstallShield 2015 to generate ODBC Driver setup files [KYLIN-1490](https://issues.apache.org/jira/browse/KYLIN-1490)
+- cube desc signature not calculated correctly [KYLIN-1498](https://issues.apache.org/jira/browse/KYLIN-1498)
+- streaming_fillgap cause out of memory [KYLIN-1500](https://issues.apache.org/jira/browse/KYLIN-1500)
+- When cube is not empty, only signature consistent cube desc updates are allowed [KYLIN-1502](https://issues.apache.org/jira/browse/KYLIN-1502)
+- Use NavigableSet to store rowkey and use prefix filter to check resource path prefix instead String comparison on tomcat side [KYLIN-1504](https://issues.apache.org/jira/browse/KYLIN-1504)
+- Combine guava filters with Predicates.and [KYLIN-1505](https://issues.apache.org/jira/browse/KYLIN-1505)
+- GTFilterScanner performance tuning [KYLIN-1543](https://issues.apache.org/jira/browse/KYLIN-1543)
+- Enhance the check on aggregation group dimension number [KYLIN-1557](https://issues.apache.org/jira/browse/KYLIN-1557)
+
+__Bug__
+
+- need to encode export query url to get right result in query page [KYLIN-1373](https://issues.apache.org/jira/browse/KYLIN-1373)
+- Kylin Job Monitor API: /kylin/api/jobs is too slow in large kylin deployment [KYLIN-1434](https://issues.apache.org/jira/browse/KYLIN-1434)
+- Export csv get error when there is a plus sign in the sql [KYLIN-1472](https://issues.apache.org/jira/browse/KYLIN-1472)
+- java.lang.IllegalArgumentException: Too many digits for NumberDictionary [KYLIN-1486](https://issues.apache.org/jira/browse/KYLIN-1486)
+- Should return base cuboid as valid cuboid if no aggregation group matches [KYLIN-1491](https://issues.apache.org/jira/browse/KYLIN-1491)
+- make ExecutableManager.getInstance thread safe [KYLIN-1493](https://issues.apache.org/jira/browse/KYLIN-1493)
+- Make three class.getInstance thread safe [KYLIN-1497](https://issues.apache.org/jira/browse/KYLIN-1497)
+- Couldn't find hive dependency jar on some platform like CDH [KYLIN-1507](https://issues.apache.org/jira/browse/KYLIN-1507)
+- Time partitioning doesn't work across multiple days [KYLIN-1513](https://issues.apache.org/jira/browse/KYLIN-1513)
+- MD5 validation of Tomcat does not work when package tar [KYLIN-1514](https://issues.apache.org/jira/browse/KYLIN-1514)
+- Couldn't refresh a cube segment whose start time is before 1970-01-01 [KYLIN-1521](https://issues.apache.org/jira/browse/KYLIN-1521)
+- HLLC is incorrect when result is feed from cache [KYLIN-1522](https://issues.apache.org/jira/browse/KYLIN-1522)
+- Get "java.lang.Double cannot be cast to java.lang.Long" error when Top-N metris data type is BigInt [KYLIN-1524](https://issues.apache.org/jira/browse/KYLIN-1524)
+- Columns with all NULL values can't be queried [KYLIN-1527](https://issues.apache.org/jira/browse/KYLIN-1527)
+- Failed to create flat hive table, when name is too long [KYLIN-1537](https://issues.apache.org/jira/browse/KYLIN-1537)
+- DoubleDeltaSerializer cause obvious error after deserialize and serialize [KYLIN-1538](https://issues.apache.org/jira/browse/KYLIN-1538)
+- Cannot find rowkey column "COL_NAME" in cube CubeDesc [KYLIN-1553](https://issues.apache.org/jira/browse/KYLIN-1553)
+- Unclosed table in BuildCubeWithEngine#checkHFilesInHBase() [KYLIN-1564](https://issues.apache.org/jira/browse/KYLIN-1564)
+
+__Upgrade__
+ 
+Data and metadata of this version is back compatible with v1.5.0, but may need to [redeploy hbase coprocessor](/docs15/howto/howto_update_coprocessor.html).
+
+__Support__
+
+Any issue or question, 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!_

http://git-wip-us.apache.org/repos/asf/kylin/blob/6ff52198/website/download/index.cn.md
----------------------------------------------------------------------
diff --git a/website/download/index.cn.md b/website/download/index.cn.md
index 435f30c..448fdd8 100644
--- a/website/download/index.cn.md
+++ b/website/download/index.cn.md
@@ -6,15 +6,15 @@ title: 下载
 __1.5.0 最新发布(源代码)__
 最新发布的Apache Kylin™可以从ASF网站下载::
 
-* [Apache Kylin v1.5.0](http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-1.5.0/)
+* [Apache Kylin v1.5.1](http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-1.5.1/)
 * [发布日志](http://kylin.apache.org/docs15/release_notes.html)
-* Git 标签: [kylin-1.5.0](https://github.com/apache/kylin/tree/kylin-1.5.0)
-* Git Commit: [64d02018fcf082745d4104d604646058fcb7e17c](https://github.com/apache/kylin/commit/64d02018fcf082745d4104d604646058fcb7e17c)
+* Git 标签: [kylin-1.5.1](https://github.com/apache/kylin/tree/kylin-1.5.1)
+* Git Commit: [aa98875c1b603e79b866b5e91bc3288e61a0b679](https://github.com/apache/kylin/commit/aa98875c1b603e79b866b5e91bc3288e61a0b679)
 
 __1.5.0 二进制包 for HBase 0.98/0.99__
 为方便使用,我们提供预打包的二进制安装包:
 
-* [apache-kylin-1.5.0-bin.tar.gz](https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.5.0/apache-kylin-1.5.0-bin.tar.gz)
+* [apache-kylin-1.5.1-bin.tar.gz](https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.5.1/apache-kylin-1.5.1-bin.tar.gz)
 * [安装帮助](http://kylin.apache.org/docs15/install)
 
 __特别二进制包 for HBase 1.1.3及更高版本__

http://git-wip-us.apache.org/repos/asf/kylin/blob/6ff52198/website/download/index.md
----------------------------------------------------------------------
diff --git a/website/download/index.md b/website/download/index.md
index 85ec16a..bf016bd 100644
--- a/website/download/index.md
+++ b/website/download/index.md
@@ -7,15 +7,15 @@ permalink: /download/index.html
 __Latest Release (Source Code)__  
 The latest release of Apache Kylin™ can be downloaded from the ASF:
 
-* [Apache Kylin v1.5.0](http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-1.5.0/)
+* [Apache Kylin v1.5.1](http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-1.5.1/)
 * [Release Notes](http://kylin.apache.org/docs15/release_notes.html)
-* Git Tag: [kylin-1.5.0](https://github.com/apache/kylin/tree/kylin-1.5.0)
-* Git Commit: [64d02018fcf082745d4104d604646058fcb7e17c](https://github.com/apache/kylin/commit/64d02018fcf082745d4104d604646058fcb7e17c)
+* Git Tag: [kylin-1.5.1](https://github.com/apache/kylin/tree/kylin-1.5.1)
+* Git Commit: [aa98875c1b603e79b866b5e91bc3288e61a0b679](https://github.com/apache/kylin/commit/aa98875c1b603e79b866b5e91bc3288e61a0b679)
 
 __Binary Package (for running on HBase 0.98/0.99)__
 For convenience, there’s binary package also available: 
 
-* [apache-kylin-1.5.0-bin.tar.gz](https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.5.0/apache-kylin-1.5.0-bin.tar.gz)
+* [apache-kylin-1.5.1-bin.tar.gz](https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.5.1/apache-kylin-1.5.1-bin.tar.gz)
 * [Installation Guide](http://kylin.apache.org/docs15/install)
 
 __Special Binary Package (for running on HBase 1.1.3 or above)__


[2/2] kylin git commit: Update community page

Posted by li...@apache.org.
Update community page


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

Branch: refs/heads/document
Commit: 86bd1ac312d2385b619042fe6a9e6828937e4132
Parents: 6ff5219
Author: lidongsjtu <li...@apache.org>
Authored: Wed Apr 13 09:51:47 2016 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Wed Apr 13 09:51:47 2016 +0800

----------------------------------------------------------------------
 website/_data/contributors.yml | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/86bd1ac3/website/_data/contributors.yml
----------------------------------------------------------------------
diff --git a/website/_data/contributors.yml b/website/_data/contributors.yml
index d32b93f..db1bf21 100644
--- a/website/_data/contributors.yml
+++ b/website/_data/contributors.yml
@@ -27,12 +27,12 @@
 - name: Hongbin Ma (马洪宾)
   apacheId: mahongbin
   githubId: binmahone
-  org: eBay
+  org: Kyligence Inc.
   role: PMC
 - name: Jason Zhong (仲俭)
   apacheId: zhongjian
   githubId: janzhongi
-  org: eBay
+  org: Kyligence Inc.
   role: PMC
 - name: Julian Hyde
   apacheId: jhyde
@@ -42,7 +42,7 @@
 - name: Luke Han (韩卿) (Chair)
   apacheId: lukehan
   githubId: lukehan
-  org: eBay
+  org: Kyligence Inc.
   role: PMC
 - name: Owen O'Malley
   apacheId: omalley
@@ -68,7 +68,7 @@
 - name: Shaofeng Shi (史少锋) 
   apacheId: shaofengshi
   githubId: shaofengshi
-  org: eBay
+  org: Kyligence Inc.
   role: PMC
 - name: Xiaodong Duo (朵晓东)
   apacheId: xduo
@@ -88,7 +88,7 @@
 - name: Yang Li (李扬)
   apacheId: liyang
   githubId: liyang-gmt8
-  org: eBay
+  org: Kyligence Inc.
   role: PMC
 - name: Dayue Gao (高大月)
   apacheId: gaodayue
@@ -103,16 +103,26 @@
 - name: Dong Li (李栋)
   apacheId: lidong
   githubId: lidongsjtu
-  org: eBay
-  role: committer
+  org: Kyligence Inc.
+  role: PMC
 - name: Xiaoyu Wang (王晓雨)
   apacheId: wangxiaoyu
   githubId: xiaowangyu
   org: JD.com
-  role: committer
+  role: PMC
 - name: Yerui Sun (孙叶锐)
   apacheId: sunyerui
   githubId: sunyerui
   org: Meituan
   role: PMC
+- name: Luwei Chen (陈露薇)
+  apacheId: chenluwei
+  githubId: LouisaChen
+  org: 
+  role: committer
+- name: Yanghong Zhong (钟阳红)
+  apacheId: 
+  githubId: kyotoYaho
+  org: eBay
+  role: committer