This is an automated email from the ASF dual-hosted git repository. shaofengshi 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 8607fff update release notes 8607fff is described below commit 8607fffe6d587a307bf79e3cf5f75b0d0f21ee2b Author: shaofengshi <shaofeng...@apache.org> AuthorDate: Mon Apr 15 15:13:08 2019 +0800 update release notes --- website/_docs/index.cn.md | 4 +-- website/_docs/index.md | 6 ++--- website/_docs/release_notes.md | 58 ++++++++++++++++++++++++++++++++++++++-- website/_docs21/index.cn.md | 5 ---- website/_docs21/index.md | 8 ------ website/_docs23/index.cn.md | 2 -- website/_docs23/index.md | 4 +-- website/_docs24/index.cn.md | 2 -- website/_docs24/index.md | 4 +-- website/_docs30/index.md | 22 ++++++++------- website/_docs30/release_notes.md | 54 +++++++++++++++++++++++++++++++++++++ 11 files changed, 129 insertions(+), 40 deletions(-) diff --git a/website/_docs/index.cn.md b/website/_docs/index.cn.md index 02dcefb..0a0b4e4 100644 --- a/website/_docs/index.cn.md +++ b/website/_docs/index.cn.md @@ -11,11 +11,11 @@ permalink: /cn/docs/index.html Apache Kylin™是一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由eBay Inc.开发并贡献至开源社区。 -查看旧版本文档: +查看其它版本文档: +* [v3.0-alpha document](/docs30) * [v2.4 document](/cn/docs24/) * [v2.3 document](/cn/docs23/) * [v2.1 and v2.2 document](/cn/docs21/) -* [v2.0 document](/cn/docs20/) * [归档](/archive/) 安装 diff --git a/website/_docs/index.md b/website/_docs/index.md index bb6cd8e..ea3eae6 100644 --- a/website/_docs/index.md +++ b/website/_docs/index.md @@ -11,12 +11,12 @@ Welcome to Apache Kylin™: Extreme OLAP Engine for Big Data Apache Kylin™ is an open source Distributed Analytics Engine designed to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets. -This is the document for the latest released version (v2.5 & v2.6). Document of prior versions: +This is the document for the latest released version (v2.5 & v2.6). Document of other versions: +* [v3.0-alpha document](/docs30) * [v2.4 document](/docs24) * [v2.3 document](/docs23) * [v2.1 and v2.2 document](/docs21/) -* [v2.0 document](/docs20/) -* [Archive](/archive/) +* [Archived](/archive/) Installation & Setup ------------ diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md index 5dc774c..b1f250e 100644 --- a/website/_docs/release_notes.md +++ b/website/_docs/release_notes.md @@ -1,8 +1,8 @@ --- -layout: docs +layout: docs30 title: Release Notes categories: gettingstarted -permalink: /docs/release_notes.html +permalink: /docs30/release_notes.html --- To download latest release, please visit: [http://kylin.apache.org/download/](http://kylin.apache.org/download/), @@ -15,6 +15,60 @@ 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.0-alpha - 2019-04-12 +_Tag:_ [kylin-3.0.0-alpha](https://github.com/apache/kylin/tree/kylin-3.0.0-alpha) +This is the alpha release of Kylin's next generation after 2.x, with the new real-time OLAP feature. + +__New Feature__ +* [KYLIN-3654] - Kylin Real-time Streaming +* [KYLIN-3795] - Submit Spark jobs via Apache Livy +* [KYLIN-3820] - Add a curator-based scheduler + +__Improvement__ +* [KYLIN-3716] - FastThreadLocal replaces ThreadLocal +* [KYLIN-3744] - Add javadoc and unittest for Kylin New Streaming Solution +* [KYLIN-3759] - Streaming ClassNotFoundExeception when lambda is enable in MR job +* [KYLIN-3786] - Add integration test for real-time streaming +* [KYLIN-3791] - Map return by Maps.transformValues is a immutable view +* [KYLIN-3797] - Too many or filters may break Kylin server when flatting filter +* [KYLIN-3814] - Add pause interval for job retry +* [KYLIN-3821] - Expose real-time streaming data consuming lag info +* [KYLIN-3834] - Add monitor for curator-based scheduler +* [KYLIN-3839] - Storage clean up after refreshing or deleting a segment +* [KYLIN-3864] - Provide a function to judge whether the os type is Mac os x or not +* [KYLIN-3867] - Enable JDBC to use key store & trust store for https connection +* [KYLIN-3901] - Use multi threads to speed up the storage cleanup job +* [KYLIN-3905] - Enable shrunken dictionary default +* [KYLIN-3908] - KylinClient's HttpRequest.releaseConnection is not needed in retrieveMetaData & executeKylinQuery +* [KYLIN-3929] - Check satisfaction before execute cubeplanner algorithm +* [KYLIN-3690] - New streaming backend implementation +* [KYLIN-3691] - New streaming ui implementation +* [KYLIN-3692] - New streaming ui implementation +* [KYLIN-3745] - Real-time segment state changed from active to immutable is not sequently +* [KYLIN-3747] - Use FQDN to register a streaming receiver instead of ip +* [KYLIN-3768] - Save streaming metadata a standard kylin path in zookeeper + +__Bug Fix__ +* [KYLIN-3787] - NPE throws when dimension value has null when query real-time data +* [KYLIN-3789] - Stream receiver admin page issue fix +Bug +* [KYLIN-3800] - Real-time streaming count distinct result wrong +* [KYLIN-3817] - Duration in Cube building is a negative number +* [KYLIN-3818] - After Cube disabled, auto-merge cube job still running +* [KYLIN-3830] - Wrong result when 'SELECT SUM(dim1)' without set a relative metric of dim1. +* [KYLIN-3866] - Whether to set mapreduce.application.classpath is determined by the user +* [KYLIN-3880] - DataType is incompatible in Kylin HBase coprocessor +* [KYLIN-3888] - TableNotDisabledException when running "Convert Lookup Table to HFile" +* [KYLIN-3898] - Cube level properties are ineffective in the some build steps +* [KYLIN-3902] - NoRealizationFoundException due to creating a wrong JoinDesc +* [KYLIN-3909] - Spark cubing job failed for MappeableRunContainer is not registered +* [KYLIN-3911] - Check if HBase table is enabled before diabling table in DeployCoprocessorCLI +* [KYLIN-3916] - Fix cube build action issue after streaming migrate +* [KYLIN-3922] - Fail to update coprocessor when run DeployCoprocessorCLI +* [KYLIN-3923] - UT GeneralColumnDataTest fail + + ## v2.6.1 - 2019-03-08 _Tag:_ [kylin-2.6.1](https://github.com/apache/kylin/tree/kylin-2.6.1) This is a bugfix release after 2.6.0, with 7 enhancements and 19 bug fixes. diff --git a/website/_docs21/index.cn.md b/website/_docs21/index.cn.md index 76152cc..1f504be 100644 --- a/website/_docs21/index.cn.md +++ b/website/_docs21/index.cn.md @@ -11,11 +11,6 @@ permalink: /cn/docs21/index.html Apache Kylin™是一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由eBay Inc.开发并贡献至开源社区。 -查看旧版本文档: -* [v2.1.x and v2.2.x document](/docs21/) -* [v2.0.x document](/docs20/) -* [v1.6.x document](/docs16/) -* [v1.5.x document](/docs15/) 安装 ------------ diff --git a/website/_docs21/index.md b/website/_docs21/index.md index 11d1fe2..e2f9b01 100644 --- a/website/_docs21/index.md +++ b/website/_docs21/index.md @@ -11,14 +11,6 @@ Welcome to Apache Kylin™: Extreme OLAP Engine for Big Data Apache Kylin™ is an open source Distributed Analytics Engine designed to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets. -Document of prior versions: - -* [v2.1.x and v2.2.x document](/docs21/) -* [v2.0.x document](/docs20/) -* [v1.6.x document](/docs16/) -* [v1.5.x document](/docs15/) - - Installation & Setup ------------ 1. [Hadoop Env](install/hadoop_env.html) diff --git a/website/_docs23/index.cn.md b/website/_docs23/index.cn.md index ab7e22e..c88ef59 100644 --- a/website/_docs23/index.cn.md +++ b/website/_docs23/index.cn.md @@ -14,8 +14,6 @@ Apache Kylin™是一个开源的分布式分析引擎,提供Hadoop之上的SQ 查看旧版本文档: * [v2.3.x document](/cn/docs23/) * [v2.1.x and v2.2.x document](/cn/docs21/) -* [v2.0.x document](/cn/docs20/) -* [v1.6.x document](/cn/docs16/) * [归档](/archive/) 安装 diff --git a/website/_docs23/index.md b/website/_docs23/index.md index 3ba0811..f0dd562 100644 --- a/website/_docs23/index.md +++ b/website/_docs23/index.md @@ -14,9 +14,7 @@ Apache Kylin™ is an open source Distributed Analytics Engine designed to provi Document of prior versions: * [v2.3.x document](/docs23) * [v2.1.x and v2.2.x document](/docs21/) -* [v2.0.x document](/docs20/) -* [v1.6.x document](/docs16/) -* [Archive](/archive/) +* [Archived](/archive/) Installation & Setup diff --git a/website/_docs24/index.cn.md b/website/_docs24/index.cn.md index d2bf1cb..3258526 100644 --- a/website/_docs24/index.cn.md +++ b/website/_docs24/index.cn.md @@ -14,8 +14,6 @@ Apache Kylin™是一个开源的分布式分析引擎,提供Hadoop之上的SQ 查看旧版本文档: * [v2.3.x document](/cn/docs23/) * [v2.1.x and v2.2.x document](/cn/docs21/) -* [v2.0.x document](/cn/docs20/) -* [v1.6.x document](/cn/docs16/) * [归档](/archive/) 安装 diff --git a/website/_docs24/index.md b/website/_docs24/index.md index c4cacc8..e1a646c 100644 --- a/website/_docs24/index.md +++ b/website/_docs24/index.md @@ -14,9 +14,7 @@ Apache Kylin™ is an open source Distributed Analytics Engine designed to provi This is the document for the latest released version (v2.4). Document of prior versions: * [v2.3.x document](/docs23) * [v2.1.x and v2.2.x document](/docs21/) -* [v2.0.x document](/docs20/) -* [v1.6.x document](/docs16/) -* [Archive](/archive/) +* [Archived](/archive/) Installation & Setup ------------ diff --git a/website/_docs30/index.md b/website/_docs30/index.md index 86b3e5a..6bc0c0e 100644 --- a/website/_docs30/index.md +++ b/website/_docs30/index.md @@ -11,12 +11,13 @@ Welcome to Apache Kylin™: Extreme OLAP Engine for Big Data Apache Kylin™ is an open source Distributed Analytics Engine designed to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets. -This is the document for the latest released version (v2.5 & v2.6). Document of prior versions: +This is the document for v3.0 with the new feature Real-time OLAP. Document of prior versions: +* [v2.5 and v2.6 document](/docs) * [v2.4 document](/docs24) * [v2.3 document](/docs23) * [v2.1 and v2.2 document](/docs21/) * [v2.0 document](/docs20/) -* [Archive](/archive/) +* [Archived](/archive/) Installation & Setup ------------ @@ -34,14 +35,15 @@ Tutorial 3. [Cube Wizard](tutorial/create_cube.html) 4. [Cube Build and Job Monitoring](tutorial/cube_build_job.html) 5. [SQL reference](tutorial/sql_reference.html) -6. [Build Cube with Streaming Data](tutorial/cube_streaming.html) -7. [Build Cube with Spark Engine](tutorial/cube_spark.html) -8. [Cube Build Tuning](tutorial/cube_build_performance.html) -9. [Enable Query Pushdown](tutorial/query_pushdown.html) -10. [Setup System Cube](tutorial/setup_systemcube.html) -11. [Optimize with Cube Planner](tutorial/use_cube_planner.html) -12. [Use System Dashboard](tutorial/use_dashboard.html) -13. [Setup JDBC Data Source](tutorial/setup_jdbc_datasource.html) +6. [Build Cube with Streaming Data (Near real-time)](tutorial/cube_streaming.html) +7. [Real-time OLAP (NEW!)](tutorial/realtime_olap.html) +8. [Build Cube with Spark Engine](tutorial/cube_spark.html) +9. [Cube Build Tuning](tutorial/cube_build_performance.html) +10. [Enable Query Pushdown](tutorial/query_pushdown.html) +11. [Setup System Cube](tutorial/setup_systemcube.html) +12. [Optimize with Cube Planner](tutorial/use_cube_planner.html) +13. [Use System Dashboard](tutorial/use_dashboard.html) +14. [Setup JDBC Data Source](tutorial/setup_jdbc_datasource.html) Connectivity and APIs diff --git a/website/_docs30/release_notes.md b/website/_docs30/release_notes.md index 3f0bdd1..b1f250e 100644 --- a/website/_docs30/release_notes.md +++ b/website/_docs30/release_notes.md @@ -15,6 +15,60 @@ 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.0-alpha - 2019-04-12 +_Tag:_ [kylin-3.0.0-alpha](https://github.com/apache/kylin/tree/kylin-3.0.0-alpha) +This is the alpha release of Kylin's next generation after 2.x, with the new real-time OLAP feature. + +__New Feature__ +* [KYLIN-3654] - Kylin Real-time Streaming +* [KYLIN-3795] - Submit Spark jobs via Apache Livy +* [KYLIN-3820] - Add a curator-based scheduler + +__Improvement__ +* [KYLIN-3716] - FastThreadLocal replaces ThreadLocal +* [KYLIN-3744] - Add javadoc and unittest for Kylin New Streaming Solution +* [KYLIN-3759] - Streaming ClassNotFoundExeception when lambda is enable in MR job +* [KYLIN-3786] - Add integration test for real-time streaming +* [KYLIN-3791] - Map return by Maps.transformValues is a immutable view +* [KYLIN-3797] - Too many or filters may break Kylin server when flatting filter +* [KYLIN-3814] - Add pause interval for job retry +* [KYLIN-3821] - Expose real-time streaming data consuming lag info +* [KYLIN-3834] - Add monitor for curator-based scheduler +* [KYLIN-3839] - Storage clean up after refreshing or deleting a segment +* [KYLIN-3864] - Provide a function to judge whether the os type is Mac os x or not +* [KYLIN-3867] - Enable JDBC to use key store & trust store for https connection +* [KYLIN-3901] - Use multi threads to speed up the storage cleanup job +* [KYLIN-3905] - Enable shrunken dictionary default +* [KYLIN-3908] - KylinClient's HttpRequest.releaseConnection is not needed in retrieveMetaData & executeKylinQuery +* [KYLIN-3929] - Check satisfaction before execute cubeplanner algorithm +* [KYLIN-3690] - New streaming backend implementation +* [KYLIN-3691] - New streaming ui implementation +* [KYLIN-3692] - New streaming ui implementation +* [KYLIN-3745] - Real-time segment state changed from active to immutable is not sequently +* [KYLIN-3747] - Use FQDN to register a streaming receiver instead of ip +* [KYLIN-3768] - Save streaming metadata a standard kylin path in zookeeper + +__Bug Fix__ +* [KYLIN-3787] - NPE throws when dimension value has null when query real-time data +* [KYLIN-3789] - Stream receiver admin page issue fix +Bug +* [KYLIN-3800] - Real-time streaming count distinct result wrong +* [KYLIN-3817] - Duration in Cube building is a negative number +* [KYLIN-3818] - After Cube disabled, auto-merge cube job still running +* [KYLIN-3830] - Wrong result when 'SELECT SUM(dim1)' without set a relative metric of dim1. +* [KYLIN-3866] - Whether to set mapreduce.application.classpath is determined by the user +* [KYLIN-3880] - DataType is incompatible in Kylin HBase coprocessor +* [KYLIN-3888] - TableNotDisabledException when running "Convert Lookup Table to HFile" +* [KYLIN-3898] - Cube level properties are ineffective in the some build steps +* [KYLIN-3902] - NoRealizationFoundException due to creating a wrong JoinDesc +* [KYLIN-3909] - Spark cubing job failed for MappeableRunContainer is not registered +* [KYLIN-3911] - Check if HBase table is enabled before diabling table in DeployCoprocessorCLI +* [KYLIN-3916] - Fix cube build action issue after streaming migrate +* [KYLIN-3922] - Fail to update coprocessor when run DeployCoprocessorCLI +* [KYLIN-3923] - UT GeneralColumnDataTest fail + + ## v2.6.1 - 2019-03-08 _Tag:_ [kylin-2.6.1](https://github.com/apache/kylin/tree/kylin-2.6.1) This is a bugfix release after 2.6.0, with 7 enhancements and 19 bug fixes.