This is an automated email from the ASF dual-hosted git repository.
xxyu pushed a change to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git
from 2e29cffe56 KYLIN-5367 fix updata layoutHits error in fusion model
new 676fdf7691 KYLIN-5370 DDL operations ignore table name case
new aaa1debe72 KYLIN-5369 Fix job is running, the job fails after the KE
restart and failure information is displayed for several times
new c0290399fc KYLIN-5368 Fix when stop ke job on yarn are not be killed
for yarn cluster mode
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../rest/ISmartApplicationListenerForSystem.java} | 17 +++---
.../rest/config/initialize/BootstrapCommand.java | 6 ++-
.../config/initialize/EpochChangedListener.java | 5 +-
.../org/apache/kylin/common/msg/CnMessage.java | 2 +-
.../job/impl/threadpool/NDefaultScheduler.java | 8 +++
.../apache/kylin/job/runners/FetcherRunner.java | 8 +++
.../apache/kylin/metadata/epoch/EpochManager.java | 5 ++
.../kylin/metadata/epoch/EpochManagerTest.java | 22 ++++++++
.../org/apache/kylin/rest/service/JobService.java | 34 +++++++++++-
.../apache/kylin/rest/service/SparkDDLTest.java | 2 +-
.../apache/kylin/rest/service/JobServiceTest.java | 61 ++++++++++++++++++++++
.../org/apache/kylin/rest/BootstrapServer.java | 9 +++-
.../apache/kylin/spark/ddl/SourceTableCheck.java | 14 +++--
13 files changed, 173 insertions(+), 20 deletions(-)
copy
src/{server/src/main/java/org/apache/kylin/rest/ProxyUriTemplateHandler.java =>
common-service/src/main/java/org/apache/kylin/rest/ISmartApplicationListenerForSystem.java}
(62%)