You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ya...@apache.org on 2022/01/07 08:11:17 UTC

[kylin] branch document updated: Fix some link (#1789)

This is an automated email from the ASF dual-hosted git repository.

yaqian 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 8915b12  Fix some link (#1789)
8915b12 is described below

commit 8915b12e7431c98fe54acd612b3461852500b3e7
Author: Yaqian Zhang <59...@qq.com>
AuthorDate: Fri Jan 7 16:11:07 2022 +0800

    Fix some link (#1789)
---
 website/_docs/install/index.md   |  2 +-
 website/_docs31/release_notes.md | 63 ++++++++++++++++++++++++++++++++++++++++
 website/download/index.md        |  2 +-
 3 files changed, 65 insertions(+), 2 deletions(-)

diff --git a/website/_docs/install/index.md b/website/_docs/install/index.md
index 42a4ffa..0df5b3f 100644
--- a/website/_docs/install/index.md
+++ b/website/_docs/install/index.md
@@ -58,7 +58,7 @@ export KYLIN_HOME=`pwd`
 $KYLIN_HOME/bin/download-spark.sh
 ```
 
-Or configure SPARK_HOME points to the path of spark2.4.7 in the environment.
+Or configure SPARK_HOME points to the path of spark2.4.7/3.1.1 in the environment.
 
 - Configure MySQL metastore
 
diff --git a/website/_docs31/release_notes.md b/website/_docs31/release_notes.md
index e2e5ac2..57bb12b 100644
--- a/website/_docs31/release_notes.md
+++ b/website/_docs31/release_notes.md
@@ -15,6 +15,69 @@ 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.1 - 2022-01-05
+
+__New Feature__
+
+* [KYLIN-5117] - Support percentile function after aggregate sub query
+
+__Bug Fix__
+
+* [KYLIN-5067] - CubeBuildJob build unnecessary snapshot
+* [KYLIN-5071] - kylin.engine.build-base-cuboid-enabled=false and kylin.cube.cubeplanner.enabled=true are conflict on build cube step, and will throw NPE.
+* [KYLIN-5083] - Docker for kylin4 need to check hadoop service before start kylin
+* [KYLIN-5086] - When query pushdown, only measure result is empty
+* [KYLIN-5112] - Use 'return' instead of 'exit' in script prepare_hadoop_dependency.sh
+* [KYLIN-5131] - java.lang.UnsupportedOperationException: API getTableSnapshots is not supported in Kylin 4.0
+
+__Improvement__
+
+* [KYLIN-4864] - Support building and testing Kylin on ARM64 architecture platform
+* [KYLIN-5069] - Remove find-hive-dependency.sh in Kylin 4
+* [KYLIN-5076] - Missing tracking URL in spark standalone mode in kylin4
+* [KYLIN-5082] - Exactly aggregation for percentile function
+* [KYLIN-5084] - Kylin4.0.0 is incompatible with HDP-3.1.5's Hive-3.1.0
+* [KYLIN-5090] - The error message was not printed in class JobWoker
+* [KYLIN-5111] - Record the time spent for each stage of query in kylin4's log
+
+## v3.1.3 - 2022-01-05
+
+__New Feature__
+
+* [KYLIN-4947] - Implement spark engine for cube optimization jobs
+* [KYLIN-4948] - Provide an API to allow users to adjust cuboids manually
+* [KYLIN-4982] - Add special spark-sql conf in create intermediate flat table
+
+__Bug Fix__
+
+* [KYLIN-3996] - postgresql can not to be used to construct the flat hive table in NO.1 step in building cube via datasourcedefaultSdk
+* [KYLIN-4964] - Receiver consumer thread should be stoped while encounting unrecoverable error
+* [KYLIN-4970] - Fix spark.executor.extraJavaOptions args
+* [KYLIN-4974] - Kylin does not handle fucntion CURRENT_TIME().
+* [KYLIN-4978] - NPE: submit refresh request using restful api when there is no segments
+* [KYLIN-4983] - The stream cube will be paused when user append a batch segment first
+* [KYLIN-4992] - Source row count statistics calculated in a wrong way in MergeDictionaryMapper
+* [KYLIN-4995] - Query exception when the query statement contains a single left parenthesis
+* [KYLIN-5003] - Fail to package Kylin due to legacy front end dependencies
+* [KYLIN-5007] - queries with limit clause may fail when string dimension is encoded in integer type
+* [KYLIN-5035] - Fix Merge Cuboid Statistics EOFException
+* [KYLIN-5036] - The hive dependency of directory type is filtered out by mistake
+* [KYLIN-5054] - Kylin_System project and cubes create time is wrong (1970).
+* [KYLIN-5097] - modify hive dict table format from textfile to orc
+
+__Improvement__
+
+* [KYLIN-4554] - Validate "filter condition" on model saving
+* [KYLIN-4864] - Support building and testing Kylin on ARM64 architecture platform
+* [KYLIN-4944] - Upgrade CentOS version, Hadoop version and Spark version for Kylin Docker image
+* [KYLIN-4972] - Don't allow segment merge when use dict.global.SegmentAppendTrieDictBuilder to build bitmap measure
+* [KYLIN-5016] - Avoid potential NPE issue in RDBMS Pushdown case
+
+__Task__
+
+* [KYLIN-4971] - Add new measure bitmap_map for count distinct measure in UI
+* [KYLIN-5053] - Update the website to link to TravisCI and Github Actions instead of Jenkins
+
 ## v3.1.2 - 2021-04-26
 
 __New Feature__
diff --git a/website/download/index.md b/website/download/index.md
index d9f8be5..d0bf522 100644
--- a/website/download/index.md
+++ b/website/download/index.md
@@ -16,7 +16,7 @@ You can verify the download by following these [procedures](https://www.apache.o
 
 #### v3.1.3
 - This is a bug-fix release after Kylin 3.1.1, with 10 new features/improvements and 14 bug fixes. Check the release notes.
-- [Release notes](/docs/release_notes.html), [installation guide](/docs/install/index.html) and [upgrade guide](/docs/howto/howto_upgrade.html)
+- [Release notes](/docs31/release_notes.html), [installation guide](/docs31/install/index.html) and [upgrade guide](/docs31/howto/howto_upgrade.html)
 - Source download: [apache-kylin-3.1.3-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.3/apache-kylin-3.1.3-source-release.zip) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.3/apache-kylin-3.1.3-source-release.zip.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.3/apache-kylin-3.1.3-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.3-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.1.3/apache-kylin-3.1.3-bin-hbase1x.tar.gz) \[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.1.3/apache-kylin-3.1.3-bin-hbase1x.tar.gz.asc)\] \[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.1.3/apache-kylin-3.1.3-bin-hbase1x.tar.gz.sha256)\]