This is an automated email from the ASF dual-hosted git repository. nic pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kylin.git.
from 1300b26 KYLIN-4197 Fix the problem that no find KYLIN_CONF or KYLIN_HOME when build dictionary add 0ec7541 KYLIN-1850 show kylin version and commit id No new revisions were added by this update. Summary of changes: build/script/compress.sh | 4 +- build/script/package.sh | 1 + .../java/org/apache/kylin/common/KylinConfig.java | 48 ++++++++++------- .../org/apache/kylin/common/util/VersionUtil.java | 62 ++++++++++++++++++++++ .../kylin/rest/controller/AdminController.java | 16 ++++++ server/src/main/resources/kylinSecurity.xml | 1 + webapp/app/js/controllers/page.js | 23 ++++++++ webapp/app/js/services/admin.js | 5 +- webapp/app/js/services/kylinProperties.js | 6 +++ webapp/app/less/app.less | 14 ++++- webapp/app/less/component.less | 13 +++++ webapp/app/partials/header.html | 27 +++++++++- 12 files changed, 195 insertions(+), 25 deletions(-) create mode 100644 core-common/src/main/java/org/apache/kylin/common/util/VersionUtil.java