[
https://issues.apache.org/jira/browse/KYLIN-4855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258001#comment-17258001
]
ASF GitHub Bot commented on KYLIN-4855:
---------------------------------------
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]
> kylin metrics prefix bug in system-cube.sh
> ------------------------------------------
>
> Key: KYLIN-4855
> URL: https://issues.apache.org/jira/browse/KYLIN-4855
> Project: Kylin
> Issue Type: Bug
> Components: Environment
> Affects Versions: v2.6.0
> Environment: 2.6.0+
> Reporter: huajiewang
> Priority: Minor
> Labels: easyfix
> Fix For: Future
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> After executed "system-cube.sh cron", the system cube will be added to the
> crontab, but the cube name is wrong, and it does not match the actual
> situation. After testing, it is found that the system-cube is
> There is a bug in the handling of kylin metrics prefix
> In the system-cube.sh script, the prefix is "KYLIN". The logic is wrong. You
> should get "kylin.metrics.prefix" from kylin.properties. If this item is set,
> take the value set by the user, if not set, go to the default value. "KYLIN"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)