This is an automated email from the ASF dual-hosted git repository. xxyu 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 bb68a5d Update download and release info for kylin 3.1.2 bb68a5d is described below commit bb68a5d295d31deb0a6f971b27fb15995c05c8d6 Author: XiaoxiangYu <x...@apache.org> AuthorDate: Tue Apr 27 10:19:37 2021 +0800 Update download and release info for kylin 3.1.2 --- website/_docs/release_notes.md | 51 ++++++++++++++++++++++++++++++++++++++++++ website/download/index.cn.md | 14 ++++++------ website/download/index.md | 14 ++++++------ 3 files changed, 65 insertions(+), 14 deletions(-) diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md index cefc274..a4a10bd 100644 --- a/website/_docs/release_notes.md +++ b/website/_docs/release_notes.md @@ -15,6 +15,57 @@ or send to Apache Kylin mailing list: * User relative: [u...@kylin.apache.org](mailto:u...@kylin.apache.org) * Development relative: [d...@kylin.apache.org](mailto:d...@kylin.apache.org) +## v3.1.2 - 2021-04-26 + +__New Feature__ + +* [KYLIN-4794] - Make it possible to force hit a cube set for sqls with cube join +* [KYLIN-4938] - Remove segment by UUID +* [KYLIN-4939] - Transform lookup table snapshot from segment level to cube level +* [KYLIN-4940] - Implement the step of "Extract Dictionary from Global Dictionary" for spark cubing engine + +__Improvement__ + +* [KYLIN-4613] - add buildCubeCLi as hadoop main class and jobRestClient +* [KYLIN-4636] - Make /api/admin/public_config callable for profile saml +* [KYLIN-4658] - Union all issue with regarding to windows function & aggregation on +* [KYLIN-4667] - Automatically set kylin.query.cache-signature-enabled to be true when memcached is enabled +* [KYLIN-4702] - Missing cube-level lookup table snapshot when doing cube migration +* [KYLIN-4711] - Change default value to 3 for kylin.metadata.hbase-client-retries-number +* [KYLIN-4827] - SparkMergingDictionary parallelize not work +* [KYLIN-4833] - use distcp to control the speed of writting hfile data to hbase cluster +* [KYLIN-4836] - fix CubeMigrationCLI bug +* [KYLIN-4837] - optimize CubeMigrationCLI +* [KYLIN-4838] - fix KYLIN-4679 bug +* [KYLIN-4854] - the official website document about system cube have some errors +* [KYLIN-4862] - Build Cube use two job engine, cause there is no valid state transfer from:ERROR to:SUCCEED +* [KYLIN-4863] - dependency cache script files not fully used +* [KYLIN-4920] - stream lambda: hive table can be in database other than default +* [KYLIN-4929] - Skip metrics update for simple queries to avoid NPE warnings +* [KYLIN-4933] - Support set cache strength for dict cache +* [KYLIN-4955] - fix typo in KYLIN UI when not set dictionary for count_distinct measure + +__Bug Fix__ + +* [KYLIN-4640] - StepInfo saved wrong key about flink or spark +* [KYLIN-4771] - Query streaming cube - Thread pool of MultiThreadsResultCollector be blocked. +* [KYLIN-4787] - The script sample.sh cannot automatically switch to the hive database set by the user to create sample hive tables +* [KYLIN-4810] - TrieDictionary is not correctly build +* [KYLIN-4819] - build cube failed when `kylin.metadata.hbase-client-retries-number` great than 1 +* [KYLIN-4826] - The value of config kylin.source.hive.warehouse-dir can not be found +* [KYLIN-4841] - Spark RDD cache is invalid when building with spark engine +* [KYLIN-4847] - Cuboid to HFile step failed on multiple job server env because of trying to read the metric jar file from the inactive job server's location. +* [KYLIN-4855] - kylin metrics prefix bug in system-cube.sh +* [KYLIN-4879] - The function of sql to remove comments is not perfect. In some cases, the sql query conditions used will be modified +* [KYLIN-4882] - config["kylin.engine.spark-fact-distinct"] overwrite in the Cube-level is invalid +* [KYLIN-4896] - cube metadata miss +* [KYLIN-4900] - The result of derived time columns are error, when timezone is GMT-1 or GMT-N +* [KYLIN-4901] - Query result use diff timezone in real-time stream +* [KYLIN-4921] - stream config lost when create table with same table_name in diff project. +* [KYLIN-4930] - unexpected empty search result in group/user management page +* [KYLIN-4962] - Fix NPE in ShrunkDict step +* [KYLIN-4979] - Fix flink shaded jar version error in download-flink.sh + ## v4.0.0-beta - 2021-02-07 _Tag:_ [kylin-4.0.0-beta](https://github.com/apache/kylin/tree/kylin-4.0.0-beta) This is a major release after 4.0.0-alpha, with 25 new features/improvements and 14 bug fixes. diff --git a/website/download/index.cn.md b/website/download/index.cn.md index 675d845..f91f594 100644 --- a/website/download/index.cn.md +++ b/website/download/index.cn.md @@ -12,16 +12,16 @@ title: 下载 - Hadoop 2 和 Hadoop 3 二进制包 (请为 Kylin 4.X 使用指定版本的 Spark,版本为 Apache Spark 2.4.6, 而不是环境自带的 Spark): - [apache-kylin-4.0.0-beta-bin.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-4.0.0-beta/apache-kylin-4.0.0-beta-bin.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-beta/apache-kylin-4.0.0-beta-bin.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-beta/apache-kylin-4.0.0-beta-bin.tar.gz.sha256)\] (已经在 CDH 5.7, CDH 6.2, AWS EMR 5.31, AWS EMR 6.0.0, HDP 2.4 环境下验证, Hadoop3 和 EMR 环境需做额外配置,请[查看安装指南](https://cwiki.apache.org/ [...] -#### v3.1.1 -- 这是 3.1.0 版本后的一个bug-fix版本,包含58个问题的修复以及各种改进。关于具体内容请查看发布说明。 +#### v3.1.2 +- 这是 3.1.2 版本后的一个bug-fix版本,包含40个问题的修复以及各种改进。关于具体内容请查看发布说明。 - [发布说明](/docs/release_notes.html), [安装指南](/docs/install/index.html) and [升级指南](/docs/howto/howto_upgrade.html) -- 源码下载: [apache-kylin-3.1.1-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-source-release.zip.sha256)\] +- 源码下载: [apache-kylin-3.1.2-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.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-3.1.1-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-hbase1x.tar.gz.sha256)\] - - for Cloudera CDH 5.7+ - [apache-kylin-3.1.1-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.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-3.1.2-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-hbase1x.tar.gz.sha256)\] + - for Cloudera CDH 5.7+ - [apache-kylin-3.1.2-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-cdh57.tar.gz.sha256)\] - Hadoop 3 二进制包: - - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-3.1.1-bin-hadoop3.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-hadoop3.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.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-3.1.1-bin-cdh60.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-cdh60.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-cdh60.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-cdh60.tar.gz.sha256)\] + - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-3.1.2-bin-hadoop3.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-hadoop3.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.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-3.1.2-bin-cdh60.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-cdh60.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-cdh60.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-cdh60.tar.gz.sha256)\] #### JDBC 驱动程序 diff --git a/website/download/index.md b/website/download/index.md index 144086f..e55dab0 100644 --- a/website/download/index.md +++ b/website/download/index.md @@ -13,17 +13,17 @@ You can verify the download by following these [procedures](https://www.apache.o - Binary for Apache Hadoop 2 and Hadoop 3 download (Please use the specified version Spark for Kylin 4.X, the version should be Apache Spark 2.4.6, not the Spark that provided by the environment): - [apache-kylin-4.0.0-beta-bin.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-4.0.0-beta/apache-kylin-4.0.0-beta-bin.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-beta/apache-kylin-4.0.0-beta-bin.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-beta/apache-kylin-4.0.0-beta-bin.tar.gz.sha256)\] (Verified on CDH 5.7, CDH 6.2, AWS EMR 5.31, AWS EMR 6.0.0, HDP 2.4, Hadoop 3 and EMR environments require additional configu [...] -#### v3.1.1 -- This is a bug-fix release after 3.1.0, with 58 bug fixes and enhancement. Check the release notes. +#### v3.1.2 +- This is a bug-fix release after 3.1.0, with 40 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-3.1.1-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-source-release.zip.sha256)\] +- Source download: [apache-kylin-3.1.2-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.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-3.1.1-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-hbase1x.tar.gz.sha256)\] - - for Cloudera CDH 5.7+ - [apache-kylin-3.1.1-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.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-3.1.2-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-hbase1x.tar.gz.sha256)\] + - for Cloudera CDH 5.7+ - [apache-kylin-3.1.2-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.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-3.1.1-bin-hadoop3.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-hadoop3.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.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-3.1.1-bin-cdh60.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-cdh60.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-cdh60.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.1/apache-kylin-3.1.1-bin-cdh60.tar.gz.sha256)\] + - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - [apache-kylin-3.1.2-bin-hadoop3.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-hadoop3.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-hadoop3.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.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-3.1.2-bin-cdh60.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-cdh60.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-cdh60.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.2/apache-kylin-3.1.2-bin-cdh60.tar.gz.sha256)\] #### JDBC Driver