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

pengfei.zhan commented on KYLIN-5960:
-------------------------------------

h1. This issue add frontend for recommendation.

h2. In the project setting page, we can change the project mode to support 
recommendation. 

!project-setting1.png|width=642,height=216!
!project-setting2.png|width=642,height=216!

h2. Support generating model from sql.

 !modeling1.png|width=642,height=216!
 !modeling2.png|width=642,height=216!
 !modeling3.png|width=642,height=216!
 !modeling4.png|width=642,height=216!

h2. Display recommendations in the model page.

 !model1.png|width=642,height=216!
 !model2.png|width=642,height=216!

At present, you need use the api to generate recommendations immediately. For 
example:

{code:bash}
curl -X PUT 
'http://10.1.2.113:8899/kylin/api/recommendations/acceleration?project=test' \
    -H 'Accept-Encoding: gzip, deflate, br' \
    -H 'Accept: application/vnd.apache.kylin-v4+json' \
    -H 'Content-Type: application/json;charset=UTF-8' \
    -H 'Accept-Language: en'
{code}

Or you can wait for the execution of the system task to get recommendations, 
but there is a delay, which depends on the recommended frequency you set in the 
project settings.



 

> Add frontend for recommendation
> -------------------------------
>
>                 Key: KYLIN-5960
>                 URL: https://issues.apache.org/jira/browse/KYLIN-5960
>             Project: Kylin
>          Issue Type: New Feature
>          Components: Modeling
>    Affects Versions: 5.0.0
>            Reporter: pengfei.zhan
>            Assignee: pengfei.zhan
>            Priority: Major
>             Fix For: 5.0.0
>
>         Attachments: model1.png, model2.png, modeling1.png, modeling2.png, 
> modeling3.png, modeling4.png, project-setting1.png, project-setting2.png
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to