You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Billy Liu (JIRA)" <ji...@apache.org> on 2017/11/06 15:00:00 UTC

[jira] [Commented] (KYLIN-2970) UI show model duplicate

    [ https://issues.apache.org/jira/browse/KYLIN-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16240402#comment-16240402 ] 

Billy Liu commented on KYLIN-2970:
----------------------------------

When Kylin starts, or "Reload metadata" is clicked. You may see some logs "Failed to load XXX model". Some may caused by missing column or table info, if the original table is reloaded abnormally. 

> UI show model duplicate
> -----------------------
>
>                 Key: KYLIN-2970
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2970
>             Project: Kylin
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: v2.1.0
>            Reporter: 翟玉勇
>            Assignee: liyang
>            Priority: Trivial
>
> *{color:#d04437}the models of project Some don't exist{color}*
> {code}
> sh metastore.sh list /model_desc
> 2017-09-24 19:54:49,190 WARN  [main HeapMemorySizeUtil:76]: hbase.regionserver.global.memstore.upperLimit is deprecated by hbase.regionserver.global.memstore.size
> [/model_desc/GROUP_ORDER.json, /model_desc/GROUP_OVERVIEW.json, /model_desc/USER_OVERVIEW.json, /model_desc/User_Remain.json, /model_desc/User_Remain2.json, /model_desc/User_Remain3.json, /model_desc/match_all_status.json, /model_desc/match_city.json, /model_desc/st_ext_point_supply_match.json]
> {code}
> {code}
> sh metastore.sh cat /project/UserClass.json
> {
>   "uuid" : "4c296e06-07e8-42ef-b086-5b1ad5306ea3",
>   "last_modified" : 1508825560294,
>   "version" : "2.1.0",
>   "name" : "UserClass",
>   "models" : [ "ST_LOG_CAKE_REMAIN_NEW_DAY_INC", "st_log_app_user_overview_result_day_inc", "remain_2", "REMAIN_3", "group_overview", "group_order", "group_result_overview", "dm_trd_abnormal_logic_test_model", "User_Remain", "USER_OVERVIEW", "GROUP_OVERVIEW", "GROUP_ORDER", "User_Remain2", "User_Remain3", "FUNNEL_RESULT" ],
>   "ext_filters" : [ ],
>   "override_kylin_properties" : { }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)