You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Chao Long (JIRA)" <ji...@apache.org> on 2019/04/01 11:05:00 UTC

[jira] [Updated] (KYLIN-3929) Check satisfaction before execute cubeplanner algorithm

     [ https://issues.apache.org/jira/browse/KYLIN-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chao Long updated KYLIN-3929:
-----------------------------
    Description: 
{code:java}
if (!ifForceRecommend && allCuboidCount <= threshold1) {
    return null;
}
{code}
In class CuboidRecommender.java, this check after the selection of cube planner algorithm. 

When ifForceRecommend=false and allCuboidCount <= threshold1, cube planner algorithm should not be triggered.

> Check satisfaction before execute cubeplanner algorithm
> -------------------------------------------------------
>
>                 Key: KYLIN-3929
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3929
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: Chao Long
>            Assignee: Chao Long
>            Priority: Minor
>             Fix For: v2.6.2
>
>
> {code:java}
> if (!ifForceRecommend && allCuboidCount <= threshold1) {
>     return null;
> }
> {code}
> In class CuboidRecommender.java, this check after the selection of cube planner algorithm. 
> When ifForceRecommend=false and allCuboidCount <= threshold1, cube planner algorithm should not be triggered.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)