You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2016/10/08 10:30:21 UTC

[jira] [Updated] (KYLIN-2070) UI changes for allowing concurrent build/refresh/merge

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

Shaofeng SHI updated KYLIN-2070:
--------------------------------
    Description: 
From 1.6.0, Kylin will allow user to run multiple build/refresh/merge job at the same time. It is not needed to wait for previous job to complete when submit a new job. The backend are all done I think. Need update the UI accordingly, e.g:

1) when submit a job, remove the check on whether has building segment; 
2) when build a new segment, use last segment's end date as the start date even if it is in NEW state
3) for a "streaming" cube, allow user to trigger a build from UI, while this will go to a new API ("/cubes/<cube_name>/build2"); now when click the "build" button, there is an error : "Streaming cube build is not supported on UI, click here to see how to schedule streaming cube.".

some other changes:

4) suggest to rename the "HBase" section to "Segments", and make it visible for Analyst also.
5) in the "Segments"/"HBase" page, show up the offset information if the cube is a streaming cube.

  was:
From 1.6.0, Kylin will allow user to run multiple build/refresh/merge job at the same time. It is not needed to wait for previous job to complete when submit a new job. The backend are all done I think. Need update the UI accordingly, e.g:

1) when submit a job, remove the check on whether has building segment; 
2) when build a new segment, use last segment's end date as the start date even if it is in NEW state
3) for a "streaming" cube, allow user to trigger a build from UI, while this will go to a new API ("/cubes/<cube_name>/build2").


> UI changes for allowing concurrent build/refresh/merge
> ------------------------------------------------------
>
>                 Key: KYLIN-2070
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2070
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Web 
>    Affects Versions: v1.6.0
>            Reporter: Shaofeng SHI
>            Assignee: Zhong,Jason
>             Fix For: v1.6.0
>
>
> From 1.6.0, Kylin will allow user to run multiple build/refresh/merge job at the same time. It is not needed to wait for previous job to complete when submit a new job. The backend are all done I think. Need update the UI accordingly, e.g:
> 1) when submit a job, remove the check on whether has building segment; 
> 2) when build a new segment, use last segment's end date as the start date even if it is in NEW state
> 3) for a "streaming" cube, allow user to trigger a build from UI, while this will go to a new API ("/cubes/<cube_name>/build2"); now when click the "build" button, there is an error : "Streaming cube build is not supported on UI, click here to see how to schedule streaming cube.".
> some other changes:
> 4) suggest to rename the "HBase" section to "Segments", and make it visible for Analyst also.
> 5) in the "Segments"/"HBase" page, show up the offset information if the cube is a streaming cube.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)