This is an automated email from the ASF dual-hosted git repository. nic pushed a commit to branch document in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/document by this push: new be97ed1 Update download, release notes for v2.6.2 be97ed1 is described below commit be97ed15da6efb5596bf904c7240f533b9784ea6 Author: nichunen <n...@apache.org> AuthorDate: Sun May 19 17:28:37 2019 +0800 Update download, release notes for v2.6.2 --- website/_docs/release_notes.md | 45 ++++++++++++++++++++++++++++++++++++++++++ website/download/index.cn.md | 14 ++++++------- website/download/index.md | 14 ++++++------- 3 files changed, 59 insertions(+), 14 deletions(-) diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md index 786e8f1..2e00a41 100644 --- a/website/_docs/release_notes.md +++ b/website/_docs/release_notes.md @@ -71,6 +71,51 @@ Bug * [KYLIN-3922] - Fail to update coprocessor when run DeployCoprocessorCLI * [KYLIN-3923] - UT GeneralColumnDataTest fail +## v2.6.2 - 2019-05-19 +_Tag:_ [kylin-2.6.2](https://github.com/apache/kylin/tree/kylin-2.6.2) +This is a bugfix release after 2.6.1, with 9 enhancements and 27 bug fixes. + +__Improvement__ + +* [KYLIN-3905] - Enable shrunken dictionary default +* [KYLIN-3571] - Do not package Spark in Kylin's binary package +* [KYLIN-3866] - Add config to determine whether use local classpath for mapreduce's classpath +* [KYLIN-3839] - Storage clean up after refreshing or deleting a segment +* [KYLIN-3885] - Build dimension dictionary with spark costs too much time +* [KYLIN-3873] - Fix inappropriate use of memory in SparkFactDistinct.java +* [KYLIN-3892] - Enable set job's building priority +* [KYLIN-3857] - Add parameter to change sql quoting character for sqoop +* [KYLIN-3987] - Give more reducer for ultra high cardinality columns in fact distinct job + +__Bug Fix__ + +* [KYLIN-3835] - Source table reloading does not check table's reference by models +* [KYLIN-2620] - Result of sum(measure) may not be accurate if there exists a topn measure for the same column +* [KYLIN-3838] - Retry mechanism is invalid when build cube with spark +* [KYLIN-3808] - Some time fields in response of rest api for listing jobs are always 0 +* [KYLIN-3818] - After Cube disabled, auto-merge cube job still running +* [KYLIN-3830] - Wrong result for query 'SELECT SUM(dim1)' without setting a relative measure of dim1 +* [KYLIN-3817] - Duration in Cube building is a negative number +* [KYLIN-3874] - Building step "Convert Cuboid Data to HFile" failed when HBase and MR use different HDFS clusters +* [KYLIN-3880] - DataType is incompatible in Kylin HBase coprocessor +* [KYLIN-3888] - TableNotDisabledException when run step "Convert Lookup Table to HFile" +* [KYLIN-3884] - Loading hfile to HBase failed for temporary dir in output path +* [KYLIN-3474] - Tableau 10.5 gets malformed token after connected with Kylin +* [KYLIN-3895] - Failed to register new MBean when "kylin.server.query-metrics-enabled" set true +* [KYLIN-3909] - Spark cubing job failed for MappeableRunContainer is not registered +* [KYLIN-3898] - Cube level properties are ineffective in the some build steps +* [KYLIN-3911] - Check if HBase table is enabled before disabling tables when update coprocessor +* [KYLIN-3922] - Fail to update coprocessor when run DeployCoprocessorCLI +* [KYLIN-3938] - Can't delete job with type "OPTIMIZE CHECKPOINT" +* [KYLIN-3950] - Cube planner optimize job only use inmem algorithm +* [KYLIN-3788] - Incorrect time zone conversion in parsing Kafka Streaming Data +* [KYLIN-3957] - Query system cube get exception "cannot cast java.math.BigDecimal to java.lang.Double" +* [KYLIN-3943] - Fix hardcode in system-cube.sh +* [KYLIN-3936] - MR/Spark task will still run after the job is stopped +* [KYLIN-3968] - Customized precision of sum measure doesn't work on web +* [KYLIN-3965] - SQLException with message "No suitable driver found for jdbc:kylin://" when try to connect Kylin with JDBC +* [KYLIN-3926] - Set source record count for cubes with topn and count distinct measures when updating statistics +* [KYLIN-3934] - Sqoop import param '--null-string' result in null value become blank string in hive table ## v2.6.1 - 2019-03-08 _Tag:_ [kylin-2.6.1](https://github.com/apache/kylin/tree/kylin-2.6.1) diff --git a/website/download/index.cn.md b/website/download/index.cn.md index d26382c..4aa66e9 100644 --- a/website/download/index.cn.md +++ b/website/download/index.cn.md @@ -13,17 +13,17 @@ title: 下载 - for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-3.0.0-alpha-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.0-alpha/apache-kylin-3.0.0-alpha-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.0-alpha/apache-kylin-3.0.0-alpha-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.0-alpha/apache-kylin-3.0.0-alpha-bin-hbase1x.tar.gz.sha256)\] - for Cloudera CDH 5.7+ - [apache-kylin-3.0.0-alpha-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.0-alpha/apache-kylin-3.0.0-alpha-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.0-alpha/apache-kylin-3.0.0-alpha-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.0-alpha/apache-kylin-3.0.0-alpha-bin-cdh57.tar.gz.sha256)\] -#### v2.6.1 -- 这是2.6.0 版本后的一个 bugfix 发布版本,包含了26个问题的修复以及各种改进。关于具体内容请查看发布说明. +#### v2.6.2 +- 这是2.6.1 版本后的一个 bugfix 发布版本,包含36个问题的修复以及各种改进。关于具体内容请查看发布说明. - [发布说明](/docs/release_notes.html), [安装指南](/docs/install/index.html) 和 [升级指南](/docs/howto/howto_upgrade.html) -- 源码下载: [apache-kylin-2.6.1-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-source-release.zip.sha256)\] +- 源码下载: [apache-kylin-2.6.2-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-source-release.zip.sha256)\] - Hadoop 2 二进制包: - - for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-2.6.1-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hbase1x.tar.gz.sha256)\] - - for Cloudera CDH 5.7+ - [apache-kylin-2.6.1-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh57.tar.gz.sha256)\] + - for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-2.6.2-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.2-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-hbase1x.tar.gz.sha256)\] + - for Cloudera CDH 5.7+ - [apache-kylin-2.6.2-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-cdh57.tar.gz.sha256)\] - Hadoop 3 二进制包: - - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-2.6.1-bin-hadoop3.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hadoop3.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hadoop3.tar.gz.sha256)\] - - for Cloudera CDH 6.0/6.1 (check [KYLIN-3564](https://issues.apache.org/jira/browse/KYLIN-3564) first) - [apache-kylin-2.6.1-bin-cdh60.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh60.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh60.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh60.tar.gz.sha256)\] + - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-2.6.2-bin-hadoop3.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-hadoop3.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-hadoop3.tar.gz.sha256)\] + - for Cloudera CDH 6.0/6.1 (check [KYLIN-3564](https://issues.apache.org/jira/browse/KYLIN-3564) first) - [apache-kylin-2.6.2-bin-cdh60.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-cdh60.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-cdh60.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-cdh60.tar.gz.sha256)\] #### JDBC 驱动程序 diff --git a/website/download/index.md b/website/download/index.md index 27c75d2..f6e7235 100644 --- a/website/download/index.md +++ b/website/download/index.md @@ -14,17 +14,17 @@ You can verify the download by following these [procedures](https://www.apache.o - for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-3.0.0-alpha-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.0-alpha/apache-kylin-3.0.0-alpha-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.0-alpha/apache-kylin-3.0.0-alpha-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.0-alpha/apache-kylin-3.0.0-alpha-bin-hbase1x.tar.gz.sha256)\] - for Cloudera CDH 5.7+ - [apache-kylin-3.0.0-alpha-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.0-alpha/apache-kylin-3.0.0-alpha-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.0-alpha/apache-kylin-3.0.0-alpha-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.0-alpha/apache-kylin-3.0.0-alpha-bin-cdh57.tar.gz.sha256)\] -#### v2.6.1 -- This is a major release after 2.6.0, with 26 bug fixes and enhancement. Check the release notes. +#### v2.6.2 +- This is a major release after 2.6.1, with 36 bug fixes and enhancement. Check the release notes. - [Release notes](/docs/release_notes.html), [installation guide](/docs/install/index.html) and [upgrade guide](/docs/howto/howto_upgrade.html) -- Source download: [apache-kylin-2.6.1-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-source-release.zip.sha256)\] +- Source download: [apache-kylin-2.6.2-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-source-release.zip.sha256)\] - Binary for Hadoop 2 download: - - for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-2.6.1-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hbase1x.tar.gz.sha256)\] - - for Cloudera CDH 5.7+ - [apache-kylin-2.6.1-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh57.tar.gz.sha256)\] + - for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-2.6.2-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-hbase1x.tar.gz.sha256)\] + - for Cloudera CDH 5.7+ - [apache-kylin-2.6.2-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-cdh57.tar.gz.sha256)\] - Binary for Hadoop 3 download: - - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-2.6.1-bin-hadoop3.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hadoop3.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-hadoop3.tar.gz.sha256)\] - - for Cloudera CDH 6.0/6.1 (check [KYLIN-3564](https://issues.apache.org/jira/browse/KYLIN-3564) first) - [apache-kylin-2.6.1-bin-cdh60.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh60.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh60.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.1/apache-kylin-2.6.1-bin-cdh60.tar.gz.sha256)\] + - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-2.6.2-bin-hadoop3.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-hadoop3.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-hadoop3.tar.gz.sha256)\] + - for Cloudera CDH 6.0/6.1 (check [KYLIN-3564](https://issues.apache.org/jira/browse/KYLIN-3564) first) - [apache-kylin-2.6.2-bin-cdh60.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-cdh60.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-cdh60.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.2/apache-kylin-2.6.2-bin-cdh60.tar.gz.sha256)\] #### JDBC Driver