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 2c82e56  Doc update for Kylin 2.6.6&3.0.2
2c82e56 is described below

commit 2c82e568fd5458414769f673e1459679a8f166be
Author: nichunen <n...@apache.org>
AuthorDate: Tue May 19 10:37:32 2020 +0800

    Doc update for Kylin 2.6.6&3.0.2
---
 website/_docs/release_notes.md | 65 ++++++++++++++++++++++++++++++++++++++++++
 website/download/index.md      | 28 +++++++++---------
 2 files changed, 79 insertions(+), 14 deletions(-)

diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md
index de5d1e7..1efdad8 100644
--- a/website/_docs/release_notes.md
+++ b/website/_docs/release_notes.md
@@ -15,6 +15,41 @@ 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.0.2 - 2020-05-19
+_Tag:_ [kylin-3.0.2](https://github.com/apache/kylin/tree/kylin-3.0.2)
+This is a bugfix release after 3.0.1, with 6 enhancements and 19 bug fixes.
+
+__Improvement__
+
+* [KYLIN-3628] - Query with lookup table always use latest snapshot
+* [KYLIN-4132] - Kylin needn't use "org.apache.directory.api.util.Strings" to 
import api-util.jar
+* [KYLIN-4388] - Refine the Dockerfile
+* [KYLIN-4390] - Update tomcat to 7.0.100
+* [KYLIN-4400] - Use beeline as hive client in system-cube.sh
+* [KYLIN-4437] - Should replace deprecated "mapred.job.name"
+
+__Bug Fix__
+
+* [KYLIN-4119] - The admin of project can't operate the action of Hybrids
+* [KYLIN-4206] - Build kylin on EMR 5.23. The kylin version is 2.6.4. When 
building the cube, the hive table cannot be found
+* [KYLIN-4340] - Fix bug of get value of isSparkFactDistinctEnable for cube 
not correct
+* [KYLIN-4353] - Realtime Segment is not closed in expected duration
+* [KYLIN-4354] - Prune segment not using given filter when using jdbc 
preparestatement
+* [KYLIN-4370] - Spark job failing with JDBC source on 8th step with error : 
org.apache.kylin.engine.spark.SparkCubingByLayer. Root cause: Table or view not 
found: `default`.`kylin_intermediate table'
+* [KYLIN-4372] - Docker entrypoint delete file too later cause ZK started by 
HBase crash
+* [KYLIN-4379] - Calculate column cardinality cannot use kylin config 
overwrite cause job failed
+* [KYLIN-4383] - Kylin Integrated Issue with Amazon EMR and AWS Glue in 
HiveMetaStoreClientFactory.java
+* [KYLIN-4385] - KYLIN system cube failing to update table when run on EMR 
with S3 as storage and EMRFS
+* [KYLIN-4396] - File Descriptor Leakage in MR Build Engine
+* [KYLIN-4397] - Use newLinkedHashMap in AssignmentUtil.java
+* [KYLIN-4405] - Internal exception when trying to build cube whose modal has 
null PartitionDesc
+* [KYLIN-4425] - Refactor Diagnosis Tool
+* [KYLIN-4426] - Refine CliCommandExecutor
+* [KYLIN-4433] - When uhc step is turned on, Build Dimension Dictionary job 
cannot get correct configuration
+* [KYLIN-4438] - Null password may cause RuntimeException when starting up
+* [KYLIN-4470] - The user cannot log in kylin normally after being assigned to 
a group
+* [KYLIN-4481] - Project-level ACL lookups not working for non-admin 
SAML-federated users
+
 ## v3.0.1 - 2020-02-20
 _Tag:_ [kylin-3.0.1](https://github.com/apache/kylin/tree/kylin-3.0.1)
 This is a bugfix release after 3.0.0, with 10 enhancements and 14 bug fixes.
@@ -303,6 +338,36 @@ __Bug Fix__
 * [KYLIN-3922] - Fail to update coprocessor when run DeployCoprocessorCLI
 * [KYLIN-3923] - UT GeneralColumnDataTest fail
 
+## v2.6.6 - 2020-05-19
+_Tag:_ [kylin-2.6.6](https://github.com/apache/kylin/tree/kylin-2.6.6)
+This is a bugfix release after 2.6.5, with 6 enhancements and 14 bug fixes.
+
+__Improvement__
+
+* [KYLIN-3628] - Query with lookup table always use latest snapshot
+* [KYLIN-4132] - Kylin needn't use "org.apache.directory.api.util.Strings" to 
import api-util.jar
+* [KYLIN-4160] - Auto redirect to host:port/kylin when user only enter 
host:port in broswer
+* [KYLIN-4314] - Support union in intersect_count() function
+* [KYLIN-4390] - Update tomcat to 7.0.100
+* [KYLIN-4400] - Use beeline as hive client in system-cube.sh
+
+__Bug Fix__
+
+* [KYLIN-4072] - CDH 6.x find-hbase-dependency.sh return with "base-common lib 
not found"
+* [KYLIN-4119] - The admin of project can't operate the action of Hybrids
+* [KYLIN-4206] - Build kylin on EMR 5.23. The kylin version is 2.6.4. When 
building the cube, the hive table cannot be found
+* [KYLIN-4245] - SqlConverter returns wrong syntax SQL when SqlParser fails 
for JDBC source
+* [KYLIN-4354] - Prune segment not using given filter when using jdbc 
preparestatement
+* [KYLIN-4370] - Spark job failing with JDBC source on 8th step with error : 
org.apache.kylin.engine.spark.SparkCubingByLayer. Root cause: Table or view not 
found: `default`.`kylin_intermediate table'
+* [KYLIN-4379] - Calculate column cardinality cannot use kylin config 
overwrite cause job failed
+* [KYLIN-4383] - Kylin Integrated Issue with Amazon EMR and AWS Glue in 
HiveMetaStoreClientFactory.java
+* [KYLIN-4385] - KYLIN system cube failing to update table when run on EMR 
with S3 as storage and EMRFS
+* [KYLIN-4405] - Internal exception when trying to build cube whose modal has 
null PartitionDesc
+* [KYLIN-4426] - Refine CliCommandExecutor
+* [KYLIN-4433] - When uhc step is turned on, Build Dimension Dictionary job 
cannot get correct configuration
+* [KYLIN-4438] - Null password may cause RuntimeException when starting up
+* [KYLIN-4481] - Project-level ACL lookups not working for non-admin 
SAML-federated users
+
 ## v2.6.5 - 2020-02-20
 _Tag:_ [kylin-2.6.5](https://github.com/apache/kylin/tree/kylin-2.6.5)
 This is a bugfix release after 2.6.4, with 12 enhancements and 20 bug fixes.
diff --git a/website/download/index.md b/website/download/index.md
index b6dd484..da0998a 100644
--- a/website/download/index.md
+++ b/website/download/index.md
@@ -6,29 +6,29 @@ 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).
 
-#### v3.0.1
-- Kylin 3.0.0 is a major release of Kylin's next generation after 2.x, with 
the new real-time OLAP feature, Kylin can query streaming data with sub-second 
latency. Kylin 3.0.1 is a release after 3.0.0, with 24 bug fixes and 
enhancement. To learn about real-time OLAP, please visit [the tech 
blog](/blog/2019/04/12/rt-streaming-design/) and [the 
tutorial](/docs/tutorial/realtime_olap.html) for real-time OLAP.
+#### v3.0.2
+- Kylin 3.0.0 is a major release of Kylin's next generation after 2.x, with 
the new real-time OLAP feature, Kylin can query streaming data with sub-second 
latency. Kylin 3.0.2 is a release after 3.0.0, with 25 bug fixes and 
enhancement. To learn about real-time OLAP, please visit [the tech 
blog](/blog/2019/04/12/rt-streaming-design/) and [the 
tutorial](/docs/tutorial/realtime_olap.html) for real-time OLAP.
 - [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.0.1-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-source-release.zip)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-source-release.zip.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-source-release.zip.sha256)\]
+- Source download: 
[apache-kylin-3.0.2-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.2/apache-kylin-3.0.2-source-release.zip)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.2/apache-kylin-3.0.2-source-release.zip.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.2/apache-kylin-3.0.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.0.1-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-bin-hbase1x.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-bin-hbase1x.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-bin-hbase1x.tar.gz.sha256)\]
-  - for Cloudera CDH 5.7+ - 
[apache-kylin-3.0.1-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-bin-cdh57.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-bin-cdh57.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.1/apache-kylin-3.0.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.0.2-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.2/apache-kylin-3.0.2-bin-hbase1x.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.2/apache-kylin-3.0.2-bin-hbase1x.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.2/apache-kylin-3.0.2-bin-hbase1x.tar.gz.sha256)\]
+  - for Cloudera CDH 5.7+ - 
[apache-kylin-3.0.2-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.2/apache-kylin-3.0.2-bin-cdh57.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.2/apache-kylin-3.0.2-bin-cdh57.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.2/apache-kylin-3.0.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.0.1-bin-hadoop3.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-bin-hadoop3.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-bin-hadoop3.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.1/apache-kylin-3.0.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.0.1-bin-cdh60.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-bin-cdh60.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-bin-cdh60.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.1/apache-kylin-3.0.1-bin-cdh60.tar.gz.sha256)\]
+  - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - 
[apache-kylin-3.0.2-bin-hadoop3.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.2/apache-kylin-3.0.2-bin-hadoop3.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.2/apache-kylin-3.0.2-bin-hadoop3.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.2/apache-kylin-3.0.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.0.2-bin-cdh60.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-3.0.2/apache-kylin-3.0.2-bin-cdh60.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-3.0.2/apache-kylin-3.0.2-bin-cdh60.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-3.0.2/apache-kylin-3.0.2-bin-cdh60.tar.gz.sha256)\]
 
-#### v2.6.5
-- This is a release after 2.6.4, with 32 bug fixes and enhancement. Check the 
release notes.
+#### v2.6.6
+- This is a release after 2.6.5 with 20 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.5-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-source-release.zip)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-source-release.zip.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-source-release.zip.sha256)\]
+- Source download: 
[apache-kylin-2.6.6-source-release.zip](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-source-release.zip)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-source-release.zip.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-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.5-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-bin-hbase1x.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-bin-hbase1x.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-bin-hbase1x.tar.gz.sha256)\]
-  - for Cloudera CDH 5.7+ - 
[apache-kylin-2.6.5-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-bin-cdh57.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-bin-cdh57.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-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.6-bin-hbase1x.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-bin-hbase1x.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-bin-hbase1x.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-bin-hbase1x.tar.gz.sha256)\]
+  - for Cloudera CDH 5.7+ - 
[apache-kylin-2.6.6-bin-cdh57.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-bin-cdh57.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-bin-cdh57.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-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.5-bin-hadoop3.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-bin-hadoop3.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-bin-hadoop3.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-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.5-bin-cdh60.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-bin-cdh60.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-bin-cdh60.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.5/apache-kylin-2.6.5-bin-cdh60.tar.gz.sha256)\]
+  - for Hadoop 3.1 + HBase 2.0 (includes Hortonworks HDP 3.0) - 
[apache-kylin-2.6.6-bin-hadoop3.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-bin-hadoop3.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-bin-hadoop3.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-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.6-bin-cdh60.tar.gz](https://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-bin-cdh60.tar.gz)
 
\[[asc](https://www.apache.org/dist/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-bin-cdh60.tar.gz.asc)\]
 
\[[sha256](https://www.apache.org/dist/kylin/apache-kylin-2.6.6/apache-kylin-2.6.6-bin-cdh60.tar.gz.sha256)\]
 
 #### JDBC Driver
 

Reply via email to