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 b646649 fix format issue in release notes b646649 is described below commit b6466490ed2dd846d57c0e9f88079c1565928bc3 Author: shaofengshi <shaofeng...@apache.org> AuthorDate: Mon Apr 15 22:27:06 2019 +0800 fix format issue in release notes --- website/_docs/release_notes.md | 9 ++++++--- website/_docs30/release_notes.md | 5 ++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md index b1f250e..786e8f1 100644 --- a/website/_docs/release_notes.md +++ b/website/_docs/release_notes.md @@ -1,12 +1,12 @@ --- -layout: docs30 +layout: docs title: Release Notes categories: gettingstarted -permalink: /docs30/release_notes.html +permalink: /docs/release_notes.html --- To download latest release, please visit: [http://kylin.apache.org/download/](http://kylin.apache.org/download/), -there are source code package, binary package, ODBC driver and installation guide avaliable. +there are source code package, binary package and installation guide avaliable. Any problem or issue, please report to Apache Kylin JIRA project: [https://issues.apache.org/jira/browse/KYLIN](https://issues.apache.org/jira/browse/KYLIN) @@ -21,11 +21,13 @@ _Tag:_ [kylin-3.0.0-alpha](https://github.com/apache/kylin/tree/kylin-3.0.0-alph 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 @@ -50,6 +52,7 @@ __Improvement__ * [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 diff --git a/website/_docs30/release_notes.md b/website/_docs30/release_notes.md index b1f250e..163dd95 100644 --- a/website/_docs30/release_notes.md +++ b/website/_docs30/release_notes.md @@ -6,7 +6,7 @@ permalink: /docs30/release_notes.html --- To download latest release, please visit: [http://kylin.apache.org/download/](http://kylin.apache.org/download/), -there are source code package, binary package, ODBC driver and installation guide avaliable. +there are source code package, binary package and installation guide avaliable. Any problem or issue, please report to Apache Kylin JIRA project: [https://issues.apache.org/jira/browse/KYLIN](https://issues.apache.org/jira/browse/KYLIN) @@ -21,11 +21,13 @@ _Tag:_ [kylin-3.0.0-alpha](https://github.com/apache/kylin/tree/kylin-3.0.0-alph 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 @@ -50,6 +52,7 @@ __Improvement__ * [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