This is an automated email from the ASF dual-hosted git repository. caolu pushed a change to branch kylin5 in repository https://gitbox.apache.org/repos/asf/kylin.git
from d34174cd1f [maven-release-plugin] prepare for next development iteration new 510edafa12 kylin 5.0.2 followup fix new c401c83588 Fix sample script & data The 2 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: build/bin/sample.sh | 11 - build/release/compress.sh | 7 + .../2d07e878-da28-a203-2d2c-185b4c6656f1.json | 14 - build/sample_project/template/SYSTEM/UUID.json | 8 - .../3372c628-f7f4-ac8c-8fd6-8a493d2dd753.json | 6 - .../52e94c45-05e4-a316-d6a1-f361a3cb5340.json | 6 - .../cbc54374-2940-5f75-80e7-4914d842ea71.json | 6 - .../ee09a64b-57dd-3b9a-2d42-469b8b06e43a.json | 6 - .../ffdd7874-6875-41cd-049c-b7041e5fe606.json | 6 - .../eccbdc7e-a229-3297-6a10-1ccb41d66382.json | 15 + .../eccbdc7e-a229-3297-6a10-1ccb41d66382.json} | 46 +-- .../00ffe9c0-6ad7-6fd8-fcc1-0ad639b9f243.json | 9 + .../eccbdc7e-a229-3297-6a10-1ccb41d66382.json} | 301 ++++++++++--------- .../{ => core_meta}/PROJECT/learn_kylin.json | 16 +- .../00ffe9c0-6ad7-6fd8-fcc1-0ad639b9f243.json | 13 +- .../template/core_meta/SYSTEM/UUID.json | 8 + .../TABLE_INFO/learn_kylin.SSB.CUSTOMER.json | 14 +- .../TABLE_INFO/learn_kylin.SSB.DATES.json | 14 +- .../TABLE_INFO/learn_kylin.SSB.LINEORDER.json | 116 -------- .../TABLE_INFO/learn_kylin.SSB.PART.json | 14 +- .../TABLE_INFO/learn_kylin.SSB.P_LINEORDER.json | 14 +- .../TABLE_INFO/learn_kylin.SSB.SUPPLIER.json | 14 +- .../10d671c8-875d-d2b0-3ed0-16de6da933d9.json | 9 + .../145b7718-df6c-a83f-2cd6-88c03097aa1e.json | 9 + .../20a357ea-595e-9b47-7855-5a0b74f93673.json | 9 + .../25abdb1e-4315-ddbe-a4d2-311e93d7f7b9.json | 9 + .../42a320ee-01c5-7ba3-82b0-ef0989cd2bcb.json | 9 + .../64a36919-b005-b16c-a673-b7fe80e8a1bd.json | 9 + .../68322c9c-8ddd-ab1c-5c1a-208ce9d6479a.json | 9 + .../8bcf58e6-d431-4721-5fda-0cb957b50091.json | 9 + .../b05341cb-7e87-e798-ff61-a0ecdfbd1055.json | 9 + .../b067a959-25ef-79fc-2646-0a60c38f961c.json | 9 + .../b4955606-d1c3-27c8-7568-ce6235eb6a4a.json | 9 + .../c41767da-12b3-39b1-2685-08b9e3722b31.json | 9 + .../d8f4e4f7-762f-335b-e72f-8a72a4d9210b.json | 9 + .../f74096a3-1e60-7702-a9fd-1888dcfcce49.json | 9 + .../fe78f416-12f6-33c5-e6cc-01faf16de176.json | 9 + .../standalone-docker/all-in-one/Dockerfile | 4 +- .../standalone-docker/all-in-one/README.md | 323 +-------------------- .../standalone-docker/all-in-one/build.sh | 12 +- .../standalone-docker/all-in-one/run.sh | 2 +- .../src/components/monitor/batchJobs/locales.js | 25 +- pom.xml | 4 - .../java/org/apache/kylin/common/KylinVersion.java | 12 +- .../src/main/resources/kylin-defaults0.properties | 2 + .../kylin/job/constant/ExecutableConstants.java | 14 +- .../apache/kylin/engine/spark/job/StageEnum.java | 6 +- .../scala/org/apache/spark/sql/KylinSession.scala | 19 -- 48 files changed, 466 insertions(+), 756 deletions(-) delete mode 100644 build/sample_project/template/DATAFLOW/2d07e878-da28-a203-2d2c-185b4c6656f1.json delete mode 100644 build/sample_project/template/SYSTEM/UUID.json delete mode 100644 build/sample_project/template/TABLE_MODEL_RELATION/3372c628-f7f4-ac8c-8fd6-8a493d2dd753.json delete mode 100644 build/sample_project/template/TABLE_MODEL_RELATION/52e94c45-05e4-a316-d6a1-f361a3cb5340.json delete mode 100644 build/sample_project/template/TABLE_MODEL_RELATION/cbc54374-2940-5f75-80e7-4914d842ea71.json delete mode 100644 build/sample_project/template/TABLE_MODEL_RELATION/ee09a64b-57dd-3b9a-2d42-469b8b06e43a.json delete mode 100644 build/sample_project/template/TABLE_MODEL_RELATION/ffdd7874-6875-41cd-049c-b7041e5fe606.json create mode 100644 build/sample_project/template/core_meta/DATAFLOW/eccbdc7e-a229-3297-6a10-1ccb41d66382.json rename build/sample_project/template/{INDEX_PLAN/2d07e878-da28-a203-2d2c-185b4c6656f1.json => core_meta/INDEX_PLAN/eccbdc7e-a229-3297-6a10-1ccb41d66382.json} (62%) create mode 100644 build/sample_project/template/core_meta/LAYOUT/00ffe9c0-6ad7-6fd8-fcc1-0ad639b9f243.json rename build/sample_project/template/{MODEL/2d07e878-da28-a203-2d2c-185b4c6656f1.json => core_meta/MODEL/eccbdc7e-a229-3297-6a10-1ccb41d66382.json} (70%) rename build/sample_project/template/{ => core_meta}/PROJECT/learn_kylin.json (75%) copy src/examples/test_case_data/localmeta/metadata/SEGMENT/7388eda1-75ce-a139-2374-c049a2907eff.json => build/sample_project/template/core_meta/SEGMENT/00ffe9c0-6ad7-6fd8-fcc1-0ad639b9f243.json (71%) create mode 100644 build/sample_project/template/core_meta/SYSTEM/UUID.json rename build/sample_project/template/{ => core_meta}/TABLE_INFO/learn_kylin.SSB.CUSTOMER.json (88%) rename build/sample_project/template/{ => core_meta}/TABLE_INFO/learn_kylin.SSB.DATES.json (93%) delete mode 100644 build/sample_project/template/core_meta/TABLE_INFO/learn_kylin.SSB.LINEORDER.json rename build/sample_project/template/{ => core_meta}/TABLE_INFO/learn_kylin.SSB.PART.json (89%) rename build/sample_project/template/{ => core_meta}/TABLE_INFO/learn_kylin.SSB.P_LINEORDER.json (93%) rename build/sample_project/template/{ => core_meta}/TABLE_INFO/learn_kylin.SSB.SUPPLIER.json (88%) create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/10d671c8-875d-d2b0-3ed0-16de6da933d9.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/145b7718-df6c-a83f-2cd6-88c03097aa1e.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/20a357ea-595e-9b47-7855-5a0b74f93673.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/25abdb1e-4315-ddbe-a4d2-311e93d7f7b9.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/42a320ee-01c5-7ba3-82b0-ef0989cd2bcb.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/64a36919-b005-b16c-a673-b7fe80e8a1bd.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/68322c9c-8ddd-ab1c-5c1a-208ce9d6479a.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/8bcf58e6-d431-4721-5fda-0cb957b50091.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/b05341cb-7e87-e798-ff61-a0ecdfbd1055.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/b067a959-25ef-79fc-2646-0a60c38f961c.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/b4955606-d1c3-27c8-7568-ce6235eb6a4a.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/c41767da-12b3-39b1-2685-08b9e3722b31.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/d8f4e4f7-762f-335b-e72f-8a72a4d9210b.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/f74096a3-1e60-7702-a9fd-1888dcfcce49.json create mode 100644 build/sample_project/template/core_meta/TABLE_MODEL_RELATION/fe78f416-12f6-33c5-e6cc-01faf16de176.json