wolfboys commented on pull request #1534:
URL: https://github.com/apache/kylin/pull/1534#issuecomment-753777780
Update as follows:
1) Import bin in unified script/ header.sh Code style, all using source
${KYLIN_HOME:-"$(cd -P -- "$(dirname -- "$0")" && pwd -P)/../"}/bin/header.sh
2) There are code format problems in unified scripts. 1 tab and 2 tab can be
seen everywhere. Now the unified code is indented to 2 tab
3) cached-*- dependency.sh Change to .cached-*- dependency.sh The file is
not directly visible by default
4) Underutilized cached-*- dependency.sh File. Only some files use the
dependent cache file. Now we use the dependent cache file globally to increase
the startup time after the first time
5) Repair incremental build- cube.sh The problem of building user name and
password in the system (if the admin password changed cannot be work)
6) Fix multiple execution of "system- cube.sh Cron " will repeatedly add
tasks to crontab
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]