You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2021/02/07 06:35:44 UTC

[kylin] branch document updated: Update download and release info for kylin4.0.0-beta

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 52f77b1  Update download and release info for kylin4.0.0-beta
52f77b1 is described below

commit 52f77b1c3848445171fc1c204fc53ca9ed08c38b
Author: yaqian.zhang <59...@qq.com>
AuthorDate: Fri Feb 5 18:56:18 2021 +0800

    Update download and release info for kylin4.0.0-beta
---
 website/_docs/release_notes.md | 56 ++++++++++++++++++++++++++++++++++++++++++
 website/download/index.cn.md   | 15 +++++------
 website/download/index.md      | 13 ++++------
 3 files changed, 67 insertions(+), 17 deletions(-)

diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md
index 5d29414..cefc274 100644
--- a/website/_docs/release_notes.md
+++ b/website/_docs/release_notes.md
@@ -15,6 +15,62 @@ 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)
 
+## 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.
+
+__New Feature__
+
+* [KYLIN-4842] - Supports grouping sets function for Kylin 4
+* [KYLIN-4843] - Support INTERSECT_COUNT/INTERSECT_VALUE function for Kylin 4
+
+__Improvement__
+
+* [KYLIN-4712] - Optimize CubeMetaIngester.java CLI
+* [KYLIN-4754] - The Cleanup tool cannot clean the the parquet file of the deleted cube and project
+* [KYLIN-4760] - Optimize TopN measure
+* [KYLIN-4763] - Rename ISourceAware.ID_SPARK to ISourceAware.ID_CSV
+* [KYLIN-4766] - After the job is discarded, the temporary file and segment file are not deleted
+* [KYLIN-4782] - Verify if the query hit the true cuboid in IT
+* [KYLIN-4790] - Automaticly copy required jars to SPARK_HOME/jars for HDI3.6
+* [KYLIN-4792] - Verify several attribute values of segment in the build/merge test
+* [KYLIN-4800] - Add canary tool for sparder-context
+* [KYLIN-4808] - Auto copy hive-site.xml to hadoop_conf_dir in kylin4
+* [KYLIN-4811] - Support cube level configuration for BuildingJob
+* [KYLIN-4813] - Refine spark logger for Kylin 4 build engine
+* [KYLIN-4814] - Support Kylin4 delopyment on EMR 5.X
+* [KYLIN-4815] - Support Kylin4 delopyment on EMR 6.x
+* [KYLIN-4817] - Refine Cube Migration Tool for Kylin4
+* [KYLIN-4825] - Add spark job tracking url in step details page
+* [KYLIN-4828] - Add more sql test cases into NBuildAndQueryTest
+* [KYLIN-4829] - Support to use thread-level SparkSession to execute query
+* [KYLIN-4844] - Add lookup table duplicate key check when building job
+* [KYLIN-4850] - Cube's override kylin_properties were ignored in building jobs
+* [KYLIN-4857] - Refactor system cube for kylin4
+* [KYLIN-4875] - Remove executor configurations when execute resource detect step (local mode)
+* [KYLIN-4877] - Use all dimension columns as sort columns when saving cuboid data
+
+__Bug Fix__
+
+* [KYLIN-4737] - The precision in the returned result is different from the one by Spark SQL
+* [KYLIN-4738] - The order in the returned result is wrong when use window function to query in kylin
+* [KYLIN-4751] - Throws NPE when run test case TestTopNUDAF
+* [KYLIN-4761] - Update some missing values of new segment when merge segments
+* [KYLIN-4764] - Throws NoClassDefFoundError when run query test cases
+* [KYLIN-4791] - Throws exception 'UnsupportedOperationException: empty.reduceLeft' when there are cast expressions in the filters of FilePruner
+* [KYLIN-4793] - In some Hadoop versions, kylin calcite reported error because there is no guava14
+* [KYLIN-4820] - Can not auto set spark resources configurations when building cube
+* [KYLIN-4822] - The metrics 'Total spark scan time' of query log is negative in some cases
+* [KYLIN-4824] - The metric 'Total scan bytes' of 'Query Log' is always 0 when querying
+* [KYLIN-4853] - QueryPreparedStatementCache invalid in Spark Query Engine
+* [KYLIN-4858] - Support Kylin4 deployment on CDH 6.X
+* [KYLIN-4872] - Fix NPE when there are more than one segment if cube planner is open
+* [KYLIN-4874] - Fix CubeMigrationCLI bug for kylin4
+
+__Sub-task__
+
+* [KYLIN-4818] - Calculate cuboid statistics in Kylin 4
+
 ## v3.1.1 - 2020-10-18
 _Tag:_ [kylin-3.1.1](https://github.com/apache/kylin/tree/kylin-3.1.1)
 This is a bug-fix release after 3.1.0, with 37 improvements and 21 bug fixes.
diff --git a/website/download/index.cn.md b/website/download/index.cn.md
index 8b3c274..8c07373 100644
--- a/website/download/index.cn.md
+++ b/website/download/index.cn.md
@@ -5,18 +5,15 @@ title: 下载
 
 您可以按照这些[步骤](https://www.apache.org/info/verification.html) 并使用这些[KEYS](https://www.apache.org/dist/kylin/KEYS)来验证下载文件的有效性.
 
-#### v4.0.0-alpha
-- 这是 3.1.0 版本后的一个主要版本,包含35个新功能和22个问题的修复以及各种改进。关于具体内容请查看发布说明.
+#### v4.0.0-beta
+- 这是 4.0.0-beta 版本后的一个主要版本,包含25个新功能以及改进和14个问题的修复。关于具体内容请查看发布说明。
 - [发布说明](/docs/release_notes.html), [安装指南](https://cwiki.apache.org/confluence/display/KYLIN/Installation+Guide) and [升级指南](https://cwiki.apache.org/confluence/display/KYLIN/How+to+upgrade)
-- 源码下载: [apache-kylin-4.0.0-alpha-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-source-release.zip.sha256)\]
-- Hadoop 2 二进制包:
-  - for Apache Hadoop 2 (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-4.0.0-alpha-bin-hadoop2.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-bin-hadoop2.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-bin-hadoop2.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-bin-hadoop2.tar.gz.sha256)\]
-  - for Cloudera CDH 5.7+ - [apache-kylin-4.0.0-alpha-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-bin-cdh57.tar.gz.sha256)\]
-
-- Hadoop 3 的二进制包尚未提供, 我们计划于 4.0.0-beta 开始支持
+- 源码下载: [apache-kylin-4.0.0-beta-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-4.0.0-beta/apache-kylin-4.0.0-beta-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-beta/apache-kylin-4.0.0-beta-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-beta/apache-kylin-4.0.0-beta-source-release.zip.sha256)\]
+- Hadoop 2 和 Hadoop 3 二进制包:
+  - Verified on CDH 5.7, CDH 6.2, EMR 5.31, EMR 6.0.0, HDP2.4 (Hadoop3 和 EMR 环境需做额外配置,请[查看安装指南](https://cwiki.apache.org/confluence/display/KYLIN/Installation+Guide)) - [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/apach [...]
 
 #### v3.1.1
-- 这是 3.1.0 版本后的一个bug-fix版本,包含58个问题的修复以及各种改进。关于具体内容请查看发布说明.
+- 这是 3.1.0 版本后的一个bug-fix版本,包含58个问题的修复以及各种改进。关于具体内容请查看发布说明。
 - [发布说明](/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)\]
 - Hadoop 2 二进制包:
diff --git a/website/download/index.md b/website/download/index.md
index b3b5538..ed27860 100644
--- a/website/download/index.md
+++ b/website/download/index.md
@@ -6,15 +6,12 @@ permalink: /download/index.html
 
 You can verify the download by following these [procedures](https://www.apache.org/info/verification.html) and using these [KEYS](https://www.apache.org/dist/kylin/KEYS).
 
-#### v4.0.0-alpha
-- This is a major release after 3.1.0, with 35 new features and 22 bug fixes. Check the release notes.
+#### v4.0.0-beta
+- This is a major release after 3.1.0, with 25 new features/improvements and 14 bug fixes. Check the release notes.
 - [Release notes](/docs/release_notes.html), [installation guide](https://cwiki.apache.org/confluence/display/KYLIN/Installation+Guide) and [upgrade guide](https://cwiki.apache.org/confluence/display/KYLIN/How+to+upgrade)
-- Source download: [apache-kylin-4.0.0-alpha-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-source-release.zip.sha256)\]
-- Binary for Hadoop 2 download:
-  - for Apache Hadoop 2 (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - [apache-kylin-4.0.0-alpha-bin-hadoop2.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-bin-hadoop2.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-bin-hadoop2.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-bin-hadoop2.tar.gz.sha256)\]
-  - for Cloudera CDH 5.7+ - [apache-kylin-4.0.0-alpha-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-bin-cdh57.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-bin-cdh57.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-alpha/apache-kylin-4.0.0-alpha-bin-cdh57.tar.gz.sha256)\]
-
-- Binary for Hadoop 3 is not currently provided, we plan to support Hadoop3 in Kylin 4.0.0-beta .
+- Source download: [apache-kylin-4.0.0-beta-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-4.0.0-beta/apache-kylin-4.0.0-beta-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-beta/apache-kylin-4.0.0-beta-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-4.0.0-beta/apache-kylin-4.0.0-beta-source-release.zip.sha256)\]
+- Binary for Apache Hadoop 2 and Hadoop 3 download:
+  - Verified on CDH 5.7, CDH 6.2, EMR 5.31, EMR 6.0.0, HDP2.4 (Hadoop 3 and EMR environments require additional configuration, please check the [installation guide](https://cwiki.apache.org/confluence/display/KYLIN/Installation+Guide)) - [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)\] \[[sh [...]
   
 #### v3.1.1
 - This is a bug-fix release after 3.1.0, with 58 bug fixes and enhancement. Check the release notes.