You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "wangrupeng (Jira)" <ji...@apache.org> on 2019/10/28 06:46:00 UTC

[jira] [Comment Edited] (KYLIN-4207) CubeMetadataValidator exception

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

wangrupeng edited comment on KYLIN-4207 at 10/28/19 6:45 AM:
-------------------------------------------------------------

+1. It does have the problem. Would  you like to solve this ? Or maybe I can help.


was (Author: wangrupeng):
+1. It does have the problem. Would  you like to solve this ?

> CubeMetadataValidator exception
> -------------------------------
>
>                 Key: KYLIN-4207
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4207
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: ZhouKang
>            Priority: Major
>
> {code:java}
> // code placeholder
> 2019-10-28 11:19:08,583 ERROR [http-nio-7070-exec-9] validation.CubeMetadataValidator:56 : Construct cube metadata validator rule: org.apache.kylin.cube.model.validation.rule.CubeInfoRule failed. Ignore this rule
> java.lang.UnsupportedOperationException
>         at java.util.AbstractList.add(AbstractList.java:148)
>         at java.util.AbstractList.add(AbstractList.java:108)
>         at org.apache.kylin.cube.model.validation.CubeMetadataValidator.<init>(CubeMetadataValidator.java:54)
> {code}
> should not use Arrays.asList() in CubeMetadataValidator.java:49, which will cause UnsupportedOperationExcepiton
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)