[jira] [Commented] (KYLIN-2308) Allow user to set more columnFamily in web
[ https://issues.apache.org/jira/browse/KYLIN-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15831542#comment-15831542 ] Zhong,Jason commented on KYLIN-2308: I have applied your patch, great contribution kaisen! > Allow user to set more columnFamily in web > --- > > Key: KYLIN-2308 > URL: https://issues.apache.org/jira/browse/KYLIN-2308 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen > Attachments: KYLIN-2308.patch > > > currently, when user set dozens of precise count distinct metrics in one > cube, we put all the count distinct metrics column in one columnFamily. Which > result in HBase scan become slow because the one {{KeyValue}} is too big. we > couldset more columnFamily to speed up the HBase scan in this scenario. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2308) Allow user to set more columnFamily in web
[ https://issues.apache.org/jira/browse/KYLIN-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15831456#comment-15831456 ] Zhong,Jason commented on KYLIN-2308: thank you kaisen, the patch looks good to me, it would be better if you could provide more data about the preformance improvement. > Allow user to set more columnFamily in web > --- > > Key: KYLIN-2308 > URL: https://issues.apache.org/jira/browse/KYLIN-2308 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen > Attachments: KYLIN-2308.patch > > > currently, when user set dozens of precise count distinct metrics in one > cube, we put all the count distinct metrics column in one columnFamily. Which > result in HBase scan become slow because the one {{KeyValue}} is too big. we > couldset more columnFamily to speed up the HBase scan in this scenario. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Closed] (KYLIN-2287) Speed up model and cube list load in Web
[ https://issues.apache.org/jira/browse/KYLIN-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason closed KYLIN-2287. -- Resolution: Fixed > Speed up model and cube list load in Web > > > Key: KYLIN-2287 > URL: https://issues.apache.org/jira/browse/KYLIN-2287 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen >Priority: Critical > Fix For: v2.0.0 > > Attachments: > 0001-KYLIN-2287-fix-the-button-display-issue-with-js.patch, KYLIN-2287 model > tab css issue.png, KYLIN-2287.patch > > > Currently, if a project has more than one hundred cubes and models, the > "Model" page load will take a long time because there are a lot of http > requests. So we need to reduce and defer the http requests when initially > load "Model" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2287) Speed up model and cube list load in Web
[ https://issues.apache.org/jira/browse/KYLIN-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15803524#comment-15803524 ] Zhong,Jason commented on KYLIN-2287: [~yushaoqin] patch looks good, i have pushed to master, thank you. > Speed up model and cube list load in Web > > > Key: KYLIN-2287 > URL: https://issues.apache.org/jira/browse/KYLIN-2287 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen >Priority: Critical > Fix For: v2.0.0 > > Attachments: > 0001-KYLIN-2287-fix-the-button-display-issue-with-js.patch, KYLIN-2287 model > tab css issue.png, KYLIN-2287.patch > > > Currently, if a project has more than one hundred cubes and models, the > "Model" page load will take a long time because there are a lot of http > requests. So we need to reduce and defer the http requests when initially > load "Model" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2323) Refine Table load/unload error message
[ https://issues.apache.org/jira/browse/KYLIN-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15785056#comment-15785056 ] Zhong,Jason commented on KYLIN-2323: it looks good > Refine Table load/unload error message > -- > > Key: KYLIN-2323 > URL: https://issues.apache.org/jira/browse/KYLIN-2323 > Project: Kylin > Issue Type: Improvement > Components: REST Service >Affects Versions: v1.6.0 >Reporter: Billy Liu >Assignee: Billy Liu >Priority: Minor > Attachments: KYLIN-2323.patch > > > There is no exception handling in TableController, so most of exceptions will > not be found in kylin.log, but kylin.out. The TableController should provide > more useful messages, and be stable when exception happens. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2323) Refine Table load/unload error message
[ https://issues.apache.org/jira/browse/KYLIN-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15782382#comment-15782382 ] Zhong,Jason commented on KYLIN-2323: Hi [~yimingliu] since TableController.loadHiveTables will return "result.loaded" only, but no "result.unloaded" then in sourceMeta.js, TableService.loadHiveTable will cause null pointer exception since result['result.unloaded'] is undefined. > Refine Table load/unload error message > -- > > Key: KYLIN-2323 > URL: https://issues.apache.org/jira/browse/KYLIN-2323 > Project: Kylin > Issue Type: Improvement > Components: REST Service >Affects Versions: v1.6.0 >Reporter: Billy Liu >Assignee: Billy Liu >Priority: Minor > Attachments: KYLIN-2323.patch > > > There is no exception handling in TableController, so most of exceptions will > not be found in kylin.log, but kylin.out. The TableController should provide > more useful messages, and be stable when exception happens. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2287) Speed up model and cube list load in Web
[ https://issues.apache.org/jira/browse/KYLIN-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781909#comment-15781909 ] Zhong,Jason commented on KYLIN-2287: Hi kaisen, only fix the css issue is enough, thanks! > Speed up model and cube list load in Web > > > Key: KYLIN-2287 > URL: https://issues.apache.org/jira/browse/KYLIN-2287 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen >Priority: Critical > Fix For: v2.0.0 > > Attachments: KYLIN-2287 model tab css issue.png, KYLIN-2287.patch > > > Currently, if a project has more than one hundred cubes and models, the > "Model" page load will take a long time because there are a lot of http > requests. So we need to reduce and defer the http requests when initially > load "Model" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2287) Speed up model and cube list load in Web
[ https://issues.apache.org/jira/browse/KYLIN-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15781910#comment-15781910 ] Zhong,Jason commented on KYLIN-2287: [~kangkaisen] > Speed up model and cube list load in Web > > > Key: KYLIN-2287 > URL: https://issues.apache.org/jira/browse/KYLIN-2287 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen >Priority: Critical > Fix For: v2.0.0 > > Attachments: KYLIN-2287 model tab css issue.png, KYLIN-2287.patch > > > Currently, if a project has more than one hundred cubes and models, the > "Model" page load will take a long time because there are a lot of http > requests. So we need to reduce and defer the http requests when initially > load "Model" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2287) Speed up model and cube list load in Web
[ https://issues.apache.org/jira/browse/KYLIN-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15777904#comment-15777904 ] Zhong,Jason commented on KYLIN-2287: I hava attached the picture https://issues.apache.org/jira/secure/attachment/12844661/KYLIN-2287%20model%20tab%20css%20issue.png > Speed up model and cube list load in Web > > > Key: KYLIN-2287 > URL: https://issues.apache.org/jira/browse/KYLIN-2287 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen >Priority: Critical > Fix For: v2.0.0 > > Attachments: KYLIN-2287 model tab css issue.png, KYLIN-2287.patch > > > Currently, if a project has more than one hundred cubes and models, the > "Model" page load will take a long time because there are a lot of http > requests. So we need to reduce and defer the http requests when initially > load "Model" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2287) Speed up model and cube list load in Web
[ https://issues.apache.org/jira/browse/KYLIN-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15777903#comment-15777903 ] Zhong,Jason commented on KYLIN-2287: I hava attached the picture https://issues.apache.org/jira/secure/attachment/12844661/KYLIN-2287%20model%20tab%20css%20issue.png > Speed up model and cube list load in Web > > > Key: KYLIN-2287 > URL: https://issues.apache.org/jira/browse/KYLIN-2287 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen >Priority: Critical > Fix For: v2.0.0 > > Attachments: KYLIN-2287 model tab css issue.png, KYLIN-2287.patch > > > Currently, if a project has more than one hundred cubes and models, the > "Model" page load will take a long time because there are a lot of http > requests. So we need to reduce and defer the http requests when initially > load "Model" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Issue Comment Deleted] (KYLIN-2287) Speed up model and cube list load in Web
[ https://issues.apache.org/jira/browse/KYLIN-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason updated KYLIN-2287: --- Comment: was deleted (was: I hava attached the picture https://issues.apache.org/jira/secure/attachment/12844661/KYLIN-2287%20model%20tab%20css%20issue.png) > Speed up model and cube list load in Web > > > Key: KYLIN-2287 > URL: https://issues.apache.org/jira/browse/KYLIN-2287 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen >Priority: Critical > Fix For: v2.0.0 > > Attachments: KYLIN-2287 model tab css issue.png, KYLIN-2287.patch > > > Currently, if a project has more than one hundred cubes and models, the > "Model" page load will take a long time because there are a lot of http > requests. So we need to reduce and defer the http requests when initially > load "Model" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (KYLIN-2287) Speed up model and cube list load in Web
[ https://issues.apache.org/jira/browse/KYLIN-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason updated KYLIN-2287: --- Attachment: KYLIN-2287 model tab css issue.png [~kangkaisen] Can you fix this, thanks! > Speed up model and cube list load in Web > > > Key: KYLIN-2287 > URL: https://issues.apache.org/jira/browse/KYLIN-2287 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen >Priority: Critical > Fix For: v2.0.0 > > Attachments: KYLIN-2287 model tab css issue.png, KYLIN-2287.patch > > > Currently, if a project has more than one hundred cubes and models, the > "Model" page load will take a long time because there are a lot of http > requests. So we need to reduce and defer the http requests when initially > load "Model" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Reopened] (KYLIN-2287) Speed up model and cube list load in Web
[ https://issues.apache.org/jira/browse/KYLIN-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason reopened KYLIN-2287: css issue need to fix > Speed up model and cube list load in Web > > > Key: KYLIN-2287 > URL: https://issues.apache.org/jira/browse/KYLIN-2287 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen >Priority: Critical > Fix For: v2.0.0 > > Attachments: KYLIN-2287.patch > > > Currently, if a project has more than one hundred cubes and models, the > "Model" page load will take a long time because there are a lot of http > requests. So we need to reduce and defer the http requests when initially > load "Model" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2180) Add project config and make config priority become "cube > project > server"
[ https://issues.apache.org/jira/browse/KYLIN-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769338#comment-15769338 ] Zhong,Jason commented on KYLIN-2180: [~kangkaisen] sorry, my fault. it works fine. > Add project config and make config priority become "cube > project > server" > > > Key: KYLIN-2180 > URL: https://issues.apache.org/jira/browse/KYLIN-2180 > Project: Kylin > Issue Type: New Feature > Components: Metadata >Affects Versions: v1.5.4.1 >Reporter: kangkaisen >Assignee: kangkaisen > Fix For: v1.6.1 > > Attachments: KYLIN-2180-refactor-ProjectRequest.patch, > KYLIN-2180.patch > > > There are cases we want to override global kylin.properties in the scope of a > project. E.g. the queue name of Hadoop job. > Finally, the config priority for Kylin should be "cube > project > server". I > think which is reasonable. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2180) Add project config and make config priority become "cube > project > server"
[ https://issues.apache.org/jira/browse/KYLIN-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15769318#comment-15769318 ] Zhong,Jason commented on KYLIN-2180: [~kangkaisen] Can't create project on GUI, did you miss any code on GUI? ProjectController.saveProject(@RequestBody ProjectRequest projectRequest) the parameter from GUI is different from property of ProjectRequest > Add project config and make config priority become "cube > project > server" > > > Key: KYLIN-2180 > URL: https://issues.apache.org/jira/browse/KYLIN-2180 > Project: Kylin > Issue Type: New Feature > Components: Metadata >Affects Versions: v1.5.4.1 >Reporter: kangkaisen >Assignee: kangkaisen > Fix For: v1.6.1 > > Attachments: KYLIN-2180-refactor-ProjectRequest.patch, > KYLIN-2180.patch > > > There are cases we want to override global kylin.properties in the scope of a > project. E.g. the queue name of Hadoop job. > Finally, the config priority for Kylin should be "cube > project > server". I > think which is reasonable. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2232) cannot set partition date column pattern when edit a model
[ https://issues.apache.org/jira/browse/KYLIN-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2232. Resolution: Fixed Fix Version/s: v1.6.1 > cannot set partition date column pattern when edit a model > -- > > Key: KYLIN-2232 > URL: https://issues.apache.org/jira/browse/KYLIN-2232 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.6.0, v1.5.4.1 >Reporter: Dong Li >Assignee: Zhong,Jason >Priority: Minor > Fix For: v1.6.1 > > Attachments: Screen Shot 2016-11-26 at 18.46.41.png > > > See screenshot, there's no entry to update partition date column when edit a > model. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2287) Speed up model and cube list load in Web
[ https://issues.apache.org/jira/browse/KYLIN-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2287. Resolution: Fixed Fix Version/s: v1.6.1 > Speed up model and cube list load in Web > > > Key: KYLIN-2287 > URL: https://issues.apache.org/jira/browse/KYLIN-2287 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen >Priority: Critical > Fix For: v1.6.1 > > Attachments: KYLIN-2287.patch > > > Currently, if a project has more than one hundred cubes and models, the > "Model" page load will take a long time because there are a lot of http > requests. So we need to reduce and defer the http requests when initially > load "Model" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2232) cannot set partition date column pattern when edit a model
[ https://issues.apache.org/jira/browse/KYLIN-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15761034#comment-15761034 ] Zhong,Jason commented on KYLIN-2232: it's by design in KYLIN-2174 https://issues.apache.org/jira/browse/KYLIN-2174?filter=-1 but we have updated this to show partition format, and disable the edit model since it's 'MMdd' for int type column > cannot set partition date column pattern when edit a model > -- > > Key: KYLIN-2232 > URL: https://issues.apache.org/jira/browse/KYLIN-2232 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.6.0, v1.5.4.1 >Reporter: Dong Li >Assignee: Zhong,Jason >Priority: Minor > Attachments: Screen Shot 2016-11-26 at 18.46.41.png > > > See screenshot, there's no entry to update partition date column when edit a > model. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2287) Speed up model and cube list load in Web
[ https://issues.apache.org/jira/browse/KYLIN-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15760364#comment-15760364 ] Zhong,Jason commented on KYLIN-2287: good patch kaisen [~kangkaisen] I have reviewed your patch, one comment for cubes.js when user build cube, streaming cube is never recognized since there's no promise for the result. can you confirm and update this? thanks! > Speed up model and cube list load in Web > > > Key: KYLIN-2287 > URL: https://issues.apache.org/jira/browse/KYLIN-2287 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.6.0 >Reporter: kangkaisen >Assignee: kangkaisen >Priority: Critical > Attachments: KYLIN-2287.patch > > > Currently, if a project has more than one hundred cubes and models, the > "Model" page load will take a long time because there are a lot of http > requests. So we need to reduce and defer the http requests when initially > load "Model" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2276) It has two fact table when modify model
[ https://issues.apache.org/jira/browse/KYLIN-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15750222#comment-15750222 ] Zhong,Jason commented on KYLIN-2276: this will be fixed in next version, thank you for your report! > It has two fact table when modify model > --- > > Key: KYLIN-2276 > URL: https://issues.apache.org/jira/browse/KYLIN-2276 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.6.0, v1.5.4.1 >Reporter: PengwenYuan >Assignee: Zhong,Jason >Priority: Trivial > > I found when I modify a model and chose another fact table. At 'Model > Designer 3 Dimensions' it had two fact table (old table didn't delete). > But it can be successfully build. > kylin version : 1.5.4.1 and 1.6.0 -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2209) Potential NPE in StreamingController#deserializeTableDesc()
[ https://issues.apache.org/jira/browse/KYLIN-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15685519#comment-15685519 ] Zhong,Jason commented on KYLIN-2209: looks good to me > Potential NPE in StreamingController#deserializeTableDesc() > --- > > Key: KYLIN-2209 > URL: https://issues.apache.org/jira/browse/KYLIN-2209 > Project: Kylin > Issue Type: Bug >Reporter: Ted Yu >Assignee: Kaige Liu >Priority: Minor > Attachments: KYLIN-2209-fix-potential-NPE.patch > > > {code} > TableDesc desc = null; > try { > logger.debug("Saving TableDesc " + > streamingRequest.getTableData()); > desc = JsonUtil.readValue(streamingRequest.getTableData(), > TableDesc.class); > } catch (JsonParseException e) { > logger.error("The TableDesc definition is invalid.", e); > updateRequest(streamingRequest, false, e.getMessage()); > ... > String[] dbTable = HadoopUtil.parseHiveTableName(desc.getName()); > {code} > There is a chance that desc is null by the time we get to > HadoopUtil.parseHiveTableName(). > We should check for null. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2203) Deprecated class ModelDescController
Zhong,Jason created KYLIN-2203: -- Summary: Deprecated class ModelDescController Key: KYLIN-2203 URL: https://issues.apache.org/jira/browse/KYLIN-2203 Project: Kylin Issue Type: Improvement Components: REST Service Affects Versions: v1.6.0 Reporter: Zhong,Jason Assignee: Zhong,Jason Fix For: v1.6.1 Move API in class ModelDescController to ModelController and Deprecated ModelDescController -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2182) Aggregation Group Joint Dimension generation default rule update
Zhong,Jason created KYLIN-2182: -- Summary: Aggregation Group Joint Dimension generation default rule update Key: KYLIN-2182 URL: https://issues.apache.org/jira/browse/KYLIN-2182 Project: Kylin Issue Type: Improvement Affects Versions: v1.5.4.1 Reporter: Zhong,Jason Fix For: v1.6.1 when we create cube, if we have multiple dimensions, we will split dimensions into different Joint, this is not so meaningful -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-527) Double number shows as scientific notation, which is not user friendly
[ https://issues.apache.org/jira/browse/KYLIN-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-527. --- Resolution: Fixed Fix Version/s: v1.0 > Double number shows as scientific notation, which is not user friendly > -- > > Key: KYLIN-527 > URL: https://issues.apache.org/jira/browse/KYLIN-527 > Project: Kylin > Issue Type: Improvement > Components: Web >Reporter: Shaofeng SHI >Assignee: Zhong,Jason > Fix For: v1.0, v0.6.5 > > > This is an issue reported by eBay internal user; Its ID in ebay's JIRA is > KYLIN-121; > If user define an aggregation on a column which defined as fload/double, then > when run aggregation query on this column, the returned result shows in > scientific notation, like 2.1296890047412E7; Someoften this is confusing ( > the table grid on UI couldn't show the whole string, user just saw > 2.19689); -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2143) allow more options from Extended Columns,COUNT_DISTINCT,RAW_TABLE
[ https://issues.apache.org/jira/browse/KYLIN-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2143. Resolution: Fixed Fix Version/s: (was: Future) v1.6.0 > allow more options from Extended Columns,COUNT_DISTINCT,RAW_TABLE > - > > Key: KYLIN-2143 > URL: https://issues.apache.org/jira/browse/KYLIN-2143 > Project: Kylin > Issue Type: Improvement >Affects Versions: v1.5.4.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > Fix For: v1.6.0 > > > allow more options from Extended Column On Fact Table,COUNT_DISTINCT,RAW_TABLE > Extended Column On Fact Table -- options from Model Dimensions > COUNT_DISTINCT -- options from Model Dimensions&Measures > RAW_TABLE -- options from Model Dimensions&Measures -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2174) partitoin column format visibility issue
[ https://issues.apache.org/jira/browse/KYLIN-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2174. Resolution: Fixed > partitoin column format visibility issue > > > Key: KYLIN-2174 > URL: https://issues.apache.org/jira/browse/KYLIN-2174 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.4.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > Fix For: v1.6.1 > > > when creating model, at last step 'setting', if partition column is > bigint,int,integer ,partition column format is not supposed to be visible > since there's no date format for int type date. > for common partition column, format should be visible. > Now we can not see Partition Column Date Format when we view Model(not edit) -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2127) UI bug fix for Extend Column
[ https://issues.apache.org/jira/browse/KYLIN-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2127. Resolution: Fixed > UI bug fix for Extend Column > > > Key: KYLIN-2127 > URL: https://issues.apache.org/jira/browse/KYLIN-2127 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.4.1 >Reporter: kangkaisen >Assignee: kangkaisen > Fix For: v1.6.0 > > Attachments: KYLIN-2127.patch > > > In the 1.5.4.1 version of Kylin. we firstly add a new SUM(MAX, MIN...) > measure and then add a Extend Column measure, finally save the cube will fail. > Because of the json data of Extend Column measure is like this: > { > "name": "周起始日", > "function": { > "expression": "EXTENDED_COLUMN", > "returntype": "extendedcolumn(100)", > "parameter": { > "type": "column", > "value": "WK", > "next_parameter": { > "type": "column", > "value": "WK_FROM", > "next_parameter": {} > } > }, > "configuration": null > } > } > the last {{next_parameter}} is {}, it should be null. > This bug may be introduced by KYLIN-1767. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2140) rename packaged js with different name when build
[ https://issues.apache.org/jira/browse/KYLIN-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2140. Resolution: Fixed > rename packaged js with different name when build > - > > Key: KYLIN-2140 > URL: https://issues.apache.org/jira/browse/KYLIN-2140 > Project: Kylin > Issue Type: Improvement > Components: Tools, Build and Test >Affects Versions: v1.5.4.1 >Reporter: Zhong,Jason >Assignee: hongbin ma > Fix For: v1.6.0 > > > rename packaged js with different name when build, so user don't have to > build clear cache when using new version. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2174) partitoin column format visibility issue
Zhong,Jason created KYLIN-2174: -- Summary: partitoin column format visibility issue Key: KYLIN-2174 URL: https://issues.apache.org/jira/browse/KYLIN-2174 Project: Kylin Issue Type: Bug Components: Web Affects Versions: v1.5.4.1 Reporter: Zhong,Jason Assignee: Zhong,Jason Fix For: v1.6.0 when creating model, at last step 'setting', if partition column is bigint,int,integer ,partition column format is not supposed to be visible since there's no date format for int type date. for common partition column, format should be visible. Now we can not see Partition Column Date Format when we view Model(not edit) -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2119) Wrong chart value and sort when process scientific notation
[ https://issues.apache.org/jira/browse/KYLIN-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2119. Resolution: Fixed Fix Version/s: v1.6.0 > Wrong chart value and sort when process scientific notation > > > Key: KYLIN-2119 > URL: https://issues.apache.org/jira/browse/KYLIN-2119 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.4.1 >Reporter: Billy(Yiming) Liu >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: > 0001-KYLIN-2119-Wrong-chart-value-and-sort-when-process-s.patch, > 13f2d8e0-977a-11e6-9cbd-fd4591ff3916.png, > 152c7c8e-977a-11e6-8f3b-452ff3fa0415.png > > > Please check the attached snapshots. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2090) Allow updating cube level config even the cube is ready
[ https://issues.apache.org/jira/browse/KYLIN-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2090. Resolution: Fixed Fix Version/s: (was: Backlog) v1.6.0 > Allow updating cube level config even the cube is ready > --- > > Key: KYLIN-2090 > URL: https://issues.apache.org/jira/browse/KYLIN-2090 > Project: Kylin > Issue Type: Improvement > Components: Web >Reporter: Shaofeng SHI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: > 0001-KYLIN-2090-Allow-updating-cube-level-config-even-the.patch > > > Now once a Cube be built to "ready" state, user will not be able to update > it, including changing the cube level configurations, this is bad; as > sometimes user may want to add/change the config. > It should be designed as the "Notification List": user can change at anytime, > and it doesn't impact other things. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2090) Allow updating cube level config even the cube is ready
[ https://issues.apache.org/jira/browse/KYLIN-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15642994#comment-15642994 ] Zhong,Jason commented on KYLIN-2090: this line is not supposed to be removed in webapp/app/partials/cubeDesigner/advanced_settings.html placeholder="how many days cube retention" ng-model="cubeMetaFrame.retention_range" I have added back this line. > Allow updating cube level config even the cube is ready > --- > > Key: KYLIN-2090 > URL: https://issues.apache.org/jira/browse/KYLIN-2090 > Project: Kylin > Issue Type: Improvement > Components: Web >Reporter: Shaofeng SHI >Assignee: Zhong,Jason > Fix For: Backlog > > Attachments: > 0001-KYLIN-2090-Allow-updating-cube-level-config-even-the.patch > > > Now once a Cube be built to "ready" state, user will not be able to update > it, including changing the cube level configurations, this is bad; as > sometimes user may want to add/change the config. > It should be designed as the "Notification List": user can change at anytime, > and it doesn't impact other things. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2158) Delete joint dimension not right
[ https://issues.apache.org/jira/browse/KYLIN-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2158. Resolution: Fixed Fix Version/s: v1.6.0 > Delete joint dimension not right > > > Key: KYLIN-2158 > URL: https://issues.apache.org/jira/browse/KYLIN-2158 > Project: Kylin > Issue Type: Bug >Affects Versions: v1.5.4.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: 0001-KYLIN-2158-Delete-joint-dimension-not-right.patch > > > Say I create multiple joints in aggregation group, > when I delete one joint group, it always delete the last one. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2158) Delete joint dimension not right
Zhong,Jason created KYLIN-2158: -- Summary: Delete joint dimension not right Key: KYLIN-2158 URL: https://issues.apache.org/jira/browse/KYLIN-2158 Project: Kylin Issue Type: Bug Affects Versions: v1.5.4.1 Reporter: Zhong,Jason Assignee: Zhong,Jason Say I create multiple joints in aggregation group, when I delete one joint group, it always delete the last one. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2157) add select/unselect all when select dimensions and measures in morel
Zhong,Jason created KYLIN-2157: -- Summary: add select/unselect all when select dimensions and measures in morel Key: KYLIN-2157 URL: https://issues.apache.org/jira/browse/KYLIN-2157 Project: Kylin Issue Type: Improvement Components: Web Affects Versions: v1.5.4.1 Reporter: Zhong,Jason Assignee: Zhong,Jason add select/unselect all when select dimensions and measures in morel -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2149) support both joint and hierarchy
Zhong,Jason created KYLIN-2149: -- Summary: support both joint and hierarchy Key: KYLIN-2149 URL: https://issues.apache.org/jira/browse/KYLIN-2149 Project: Kylin Issue Type: Improvement Components: Metadata Affects Versions: v1.5.4.1 Reporter: Zhong,Jason Assignee: hongbin ma Say we have year, month,week,year_desc,month_desc,week_desc if we put year,month,week in hierarchy and build joint dimensions [year,year_desc] [month,month_desc] [week,week_desc] it's not supported now. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2114) WEB-Global-Dictionary bug fix and improve
[ https://issues.apache.org/jira/browse/KYLIN-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2114. Resolution: Fixed > WEB-Global-Dictionary bug fix and improve > - > > Key: KYLIN-2114 > URL: https://issues.apache.org/jira/browse/KYLIN-2114 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.4.1 >Reporter: kangkaisen >Assignee: kangkaisen > Fix For: v1.6.0 > > Attachments: KYLIN-2114.patch > > > in the 1.5.4.1 version of Kylin, the web UI for WEB-Global-Dictionary > couldn't select column from measure columns and need user to input the > dictionary builder class manually. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2114) WEB-Global-Dictionary bug fix and improve
[ https://issues.apache.org/jira/browse/KYLIN-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15625164#comment-15625164 ] Zhong,Jason commented on KYLIN-2114: thank you, [~kangkaisen] I have applied your patch to master and 1.6 and also move the dictionaries class info to cubeConfig.js or when you edit the dictionary you cannot see pre option selected https://github.com/apache/kylin/commit/a2884f13c22c0efe9a702b585af6c5404ef7d001 > WEB-Global-Dictionary bug fix and improve > - > > Key: KYLIN-2114 > URL: https://issues.apache.org/jira/browse/KYLIN-2114 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.4.1 >Reporter: kangkaisen >Assignee: kangkaisen > Fix For: v1.6.0 > > Attachments: KYLIN-2114.patch > > > in the 1.5.4.1 version of Kylin, the web UI for WEB-Global-Dictionary > couldn't select column from measure columns and need user to input the > dictionary builder class manually. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2143) allow more options from Extended Columns,COUNT_DISTINCT,RAW_TABLE
Zhong,Jason created KYLIN-2143: -- Summary: allow more options from Extended Columns,COUNT_DISTINCT,RAW_TABLE Key: KYLIN-2143 URL: https://issues.apache.org/jira/browse/KYLIN-2143 Project: Kylin Issue Type: Improvement Affects Versions: v1.5.4.1 Reporter: Zhong,Jason Assignee: Zhong,Jason Fix For: Future allow more options from Extended Column On Fact Table,COUNT_DISTINCT,RAW_TABLE Extended Column On Fact Table -- options from Model Dimensions COUNT_DISTINCT -- options from Model Dimensions&Measures RAW_TABLE -- options from Model Dimensions&Measures -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-1321) Add derived checkbox for lookup table columns on Auto Generate Dimensions panel
[ https://issues.apache.org/jira/browse/KYLIN-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-1321. Resolution: Fixed Fix Version/s: (was: Backlog) v1.6.0 > Add derived checkbox for lookup table columns on Auto Generate Dimensions > panel > --- > > Key: KYLIN-1321 > URL: https://issues.apache.org/jira/browse/KYLIN-1321 > Project: Kylin > Issue Type: Task > Components: Web >Affects Versions: v1.4.0 >Reporter: Lola Liu >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: > 0001-KYLIN-1321-Add-derived-checkbox-for-lookup-table-col.patch, auto > generate dimensions.png > > > Currently auto generate dimensions in lookup table are derived. > 1. Add derived checkbox for lookup table dimensions > 2. Add explanation for derived concept, link to kylin document -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-1820) Column autocomplete should remove the user input in model designer
[ https://issues.apache.org/jira/browse/KYLIN-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-1820. Resolution: Fixed Fix Version/s: (was: Backlog) v1.6.0 > Column autocomplete should remove the user input in model designer > -- > > Key: KYLIN-1820 > URL: https://issues.apache.org/jira/browse/KYLIN-1820 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.2 > Environment: OS:Mac > Safari/Chrome >Reporter: Billy(Yiming) Liu >Assignee: Zhong,Jason >Priority: Minor > Fix For: v1.6.0 > > Attachments: > 0001-KYLIN-1820-Column-autocomplete-should-remove-the-use.patch > > > In step 3 add column dimension in Model Designer, user enters the column name > and the column name autocompletion pops up. When some item is selected, the > column name shows in the textbox. At this time, the selected column should > replace the user input, not insert before the user input. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2140) rename packaged js with different name when build
Zhong,Jason created KYLIN-2140: -- Summary: rename packaged js with different name when build Key: KYLIN-2140 URL: https://issues.apache.org/jira/browse/KYLIN-2140 Project: Kylin Issue Type: Improvement Components: Tools, Build and Test Affects Versions: v1.5.4.1 Reporter: Zhong,Jason Assignee: hongbin ma Fix For: v1.6.0 rename packaged js with different name when build, so user don't have to build clear cache when using new version. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Assigned] (KYLIN-2120) kylin1.5.4.1 with cdh5.7 cube sql Oops Faild to take action
[ https://issues.apache.org/jira/browse/KYLIN-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason reassigned KYLIN-2120: -- Assignee: Shaofeng SHI (was: Zhong,Jason) Shaofeng is working on this. > kylin1.5.4.1 with cdh5.7 cube sql Oops Faild to take action > --- > > Key: KYLIN-2120 > URL: https://issues.apache.org/jira/browse/KYLIN-2120 > Project: Kylin > Issue Type: Bug > Components: Web >Reporter: fanshengliang >Assignee: Shaofeng SHI > -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2106) UI bug - Advanced Settings - Rowkeys - new Integer dictionary encoding - could possibly impact also cube metadata
[ https://issues.apache.org/jira/browse/KYLIN-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605306#comment-15605306 ] Zhong,Jason commented on KYLIN-2106: this also happen when create encoding for top_n measure > UI bug - Advanced Settings - Rowkeys - new Integer dictionary encoding - > could possibly impact also cube metadata > - > > Key: KYLIN-2106 > URL: https://issues.apache.org/jira/browse/KYLIN-2106 > Project: Kylin > Issue Type: Bug > Components: Job Engine, Web >Affects Versions: v1.5.4.1 >Reporter: Richard Calaba >Assignee: Zhong,Jason > Fix For: v1.6.0 > > > I have realized possib,e bug in UI, to reproduce: > 1) Create Cube which has in Advance Settings - Rowkeys section a encoding of > one of the dimension (in my case it was 1st dimension - customer_id) set > encoding to 'Integer' - I used length 22. (Do not use the 'Int' Deprecated) > 2) Save this cube. > 3) Clone this cube > 4) The cloned cube had the same dimension in the Rowkeys section in Edit mode > marked as 'Int(deprecated)' and the length of the Int dictionary encoding was > set to 'ger' - obviously some issue while parsing the new Encoding type - > hopefully only on UI ... -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2126) use column name as default dimension name when auto generate dimension for lookup table
[ https://issues.apache.org/jira/browse/KYLIN-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2126. Resolution: Fixed > use column name as default dimension name when auto generate dimension for > lookup table > --- > > Key: KYLIN-2126 > URL: https://issues.apache.org/jira/browse/KYLIN-2126 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.5.4.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > Fix For: v1.6.0 > > > now we use "{tableName}_derived" as dimension name, it better to use column > name as default dimension name when auto generate dimension for lookup table -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2106) UI bug - Advanced Settings - Rowkeys - new Integer dictionary encoding - could possibly impact also cube metadata
[ https://issues.apache.org/jira/browse/KYLIN-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2106. Resolution: Fixed Fix Version/s: v1.6.0 > UI bug - Advanced Settings - Rowkeys - new Integer dictionary encoding - > could possibly impact also cube metadata > - > > Key: KYLIN-2106 > URL: https://issues.apache.org/jira/browse/KYLIN-2106 > Project: Kylin > Issue Type: Bug > Components: Job Engine, Web >Affects Versions: v1.5.4.1 >Reporter: Richard Calaba >Assignee: Zhong,Jason > Fix For: v1.6.0 > > > I have realized possib,e bug in UI, to reproduce: > 1) Create Cube which has in Advance Settings - Rowkeys section a encoding of > one of the dimension (in my case it was 1st dimension - customer_id) set > encoding to 'Integer' - I used length 22. (Do not use the 'Int' Deprecated) > 2) Save this cube. > 3) Clone this cube > 4) The cloned cube had the same dimension in the Rowkeys section in Edit mode > marked as 'Int(deprecated)' and the length of the Int dictionary encoding was > set to 'ger' - obviously some issue while parsing the new Encoding type - > hopefully only on UI ... -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2126) use column name as default dimension name when auto generate dimension for lookup table
Zhong,Jason created KYLIN-2126: -- Summary: use column name as default dimension name when auto generate dimension for lookup table Key: KYLIN-2126 URL: https://issues.apache.org/jira/browse/KYLIN-2126 Project: Kylin Issue Type: Improvement Components: Web Affects Versions: v1.5.4.1 Reporter: Zhong,Jason Assignee: Zhong,Jason Fix For: v1.6.0 now we use "{tableName}_derived" as dimension name, it better to use column name as default dimension name when auto generate dimension for lookup table -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Comment Edited] (KYLIN-2106) UI bug - Advanced Settings - Rowkeys - new Integer dictionary encoding - could possibly impact also cube metadata
[ https://issues.apache.org/jira/browse/KYLIN-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605018#comment-15605018 ] Zhong,Jason edited comment on KYLIN-2106 at 10/25/16 12:25 PM: --- [~cal...@gmail.com] Hi Richard, thank you for reporting this bug. I have just fixed this. will fixed in new release version. https://github.com/apache/kylin/commit/85717fe33712fe1b0f6d78e371aa9194ce5f1d4a was (Author: zhongjian): [~cal...@gmail.com] Hi Richard, thank you for reporting this bug. I have just fixed this. will fixed in new release version. https://github.com/apache/kylin/commit/7a25294f0b7d31c583f923b191130780ef731dd8 > UI bug - Advanced Settings - Rowkeys - new Integer dictionary encoding - > could possibly impact also cube metadata > - > > Key: KYLIN-2106 > URL: https://issues.apache.org/jira/browse/KYLIN-2106 > Project: Kylin > Issue Type: Bug > Components: Job Engine, Web >Affects Versions: v1.5.4.1 >Reporter: Richard Calaba >Assignee: Zhong,Jason > > I have realized possib,e bug in UI, to reproduce: > 1) Create Cube which has in Advance Settings - Rowkeys section a encoding of > one of the dimension (in my case it was 1st dimension - customer_id) set > encoding to 'Integer' - I used length 22. (Do not use the 'Int' Deprecated) > 2) Save this cube. > 3) Clone this cube > 4) The cloned cube had the same dimension in the Rowkeys section in Edit mode > marked as 'Int(deprecated)' and the length of the Int dictionary encoding was > set to 'ger' - obviously some issue while parsing the new Encoding type - > hopefully only on UI ... -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2106) UI bug - Advanced Settings - Rowkeys - new Integer dictionary encoding - could possibly impact also cube metadata
[ https://issues.apache.org/jira/browse/KYLIN-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605039#comment-15605039 ] Zhong,Jason commented on KYLIN-2106: You can edit CubeDesc json on GUI directly as workaround. set rowkey encoding like this, { "column": "LSTG_SITE_ID", "encoding": "integer:4", "isShardBy": false } > UI bug - Advanced Settings - Rowkeys - new Integer dictionary encoding - > could possibly impact also cube metadata > - > > Key: KYLIN-2106 > URL: https://issues.apache.org/jira/browse/KYLIN-2106 > Project: Kylin > Issue Type: Bug > Components: Job Engine, Web >Affects Versions: v1.5.4.1 >Reporter: Richard Calaba >Assignee: Zhong,Jason > > I have realized possib,e bug in UI, to reproduce: > 1) Create Cube which has in Advance Settings - Rowkeys section a encoding of > one of the dimension (in my case it was 1st dimension - customer_id) set > encoding to 'Integer' - I used length 22. (Do not use the 'Int' Deprecated) > 2) Save this cube. > 3) Clone this cube > 4) The cloned cube had the same dimension in the Rowkeys section in Edit mode > marked as 'Int(deprecated)' and the length of the Int dictionary encoding was > set to 'ger' - obviously some issue while parsing the new Encoding type - > hopefully only on UI ... -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2106) UI bug - Advanced Settings - Rowkeys - new Integer dictionary encoding - could possibly impact also cube metadata
[ https://issues.apache.org/jira/browse/KYLIN-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605018#comment-15605018 ] Zhong,Jason commented on KYLIN-2106: [~cal...@gmail.com] Hi Richard, thank you for reporting this bug. I have just fixed this. will fixed in new release version. https://github.com/apache/kylin/commit/7a25294f0b7d31c583f923b191130780ef731dd8 > UI bug - Advanced Settings - Rowkeys - new Integer dictionary encoding - > could possibly impact also cube metadata > - > > Key: KYLIN-2106 > URL: https://issues.apache.org/jira/browse/KYLIN-2106 > Project: Kylin > Issue Type: Bug > Components: Job Engine, Web >Affects Versions: v1.5.4.1 >Reporter: Richard Calaba >Assignee: Zhong,Jason > > I have realized possib,e bug in UI, to reproduce: > 1) Create Cube which has in Advance Settings - Rowkeys section a encoding of > one of the dimension (in my case it was 1st dimension - customer_id) set > encoding to 'Integer' - I used length 22. (Do not use the 'Int' Deprecated) > 2) Save this cube. > 3) Clone this cube > 4) The cloned cube had the same dimension in the Rowkeys section in Edit mode > marked as 'Int(deprecated)' and the length of the Int dictionary encoding was > set to 'ger' - obviously some issue while parsing the new Encoding type - > hopefully only on UI ... -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Reopened] (KYLIN-1820) Column autocomplete should remove the user input in model designer
[ https://issues.apache.org/jira/browse/KYLIN-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason reopened KYLIN-1820: > Column autocomplete should remove the user input in model designer > -- > > Key: KYLIN-1820 > URL: https://issues.apache.org/jira/browse/KYLIN-1820 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.2 > Environment: OS:Mac > Safari/Chrome >Reporter: Billy(Yiming) Liu >Assignee: Zhong,Jason >Priority: Minor > Fix For: Backlog > > > In step 3 add column dimension in Model Designer, user enters the column name > and the column name autocompletion pops up. When some item is selected, the > column name shows in the textbox. At this time, the selected column should > replace the user input, not insert before the user input. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2118) allow user view CubeInstance json even cube is ready
[ https://issues.apache.org/jira/browse/KYLIN-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2118. Resolution: Fixed Fix Version/s: v1.6.0 > allow user view CubeInstance json even cube is ready > > > Key: KYLIN-2118 > URL: https://issues.apache.org/jira/browse/KYLIN-2118 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.5.4.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > Fix For: v1.6.0 > > > allow user view CubeInstance json even cube is ready -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2118) allow user view CubeInstance json even cube is ready
Zhong,Jason created KYLIN-2118: -- Summary: allow user view CubeInstance json even cube is ready Key: KYLIN-2118 URL: https://issues.apache.org/jira/browse/KYLIN-2118 Project: Kylin Issue Type: Improvement Components: Web Affects Versions: v1.5.4.1 Reporter: Zhong,Jason Assignee: Zhong,Jason allow user view CubeInstance json even cube is ready -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2117) support add edit model even cube is ready
Zhong,Jason created KYLIN-2117: -- Summary: support add edit model even cube is ready Key: KYLIN-2117 URL: https://issues.apache.org/jira/browse/KYLIN-2117 Project: Kylin Issue Type: Improvement Components: Metadata Affects Versions: v1.5.4.1 Reporter: Zhong,Jason Assignee: Shaofeng SHI now after creating a model and cube, when cube id build to 'READY' status, we cannot edit model. but user may want to add new column to model. so it's necessary to support edit model, and check at backend. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2111) only allow columns from Model dimensions when add group by column to TOP_N
[ https://issues.apache.org/jira/browse/KYLIN-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2111. Resolution: Fixed > only allow columns from Model dimensions when add group by column to TOP_N > -- > > Key: KYLIN-2111 > URL: https://issues.apache.org/jira/browse/KYLIN-2111 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.5.4.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > Fix For: v1.6.0 > > > only allow columns from Model dimensions when add group by column to TOP_N -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2052) Edit "Top N" measure, the "group by" column wasn't displayed
[ https://issues.apache.org/jira/browse/KYLIN-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2052. Resolution: Fixed Fix Version/s: v1.6.0 > Edit "Top N" measure, the "group by" column wasn't displayed > > > Key: KYLIN-2052 > URL: https://issues.apache.org/jira/browse/KYLIN-2052 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.4, v1.5.4.1 >Reporter: Shaofeng SHI >Assignee: Zhong,Jason >Priority: Minor > Fix For: v1.6.0 > > Attachments: > 0001-KYLIN-2052-the-group-by-column-wasn-t-displayed.patch, Screen Shot > 2016-09-26 at 2.12.52 PM.png, Screen Shot 2016-09-26 at 2.13.02 PM.png > > > When edit the "kylin_sales" cube, in the measure page, click "Edit" button on > the "Top Seller" measure, the "group by" column list is empty, "seller_id" > wasn't recognized well; If click "Save" directly, Kylin will report error. > See the screen shot. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2075) TopN measure: need select "constant" + "1" as the SUM|ORDER parameter
[ https://issues.apache.org/jira/browse/KYLIN-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2075. Resolution: Fixed > TopN measure: need select "constant" + "1" as the SUM|ORDER parameter > - > > Key: KYLIN-2075 > URL: https://issues.apache.org/jira/browse/KYLIN-2075 > Project: Kylin > Issue Type: Improvement > Components: Web >Reporter: Shaofeng SHI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: Screen Shot 2016-10-10 at 11.23.45 AM.png > > > In current version, user can only select a column as the "SUM|ORDER BY"; > while there is the need that sum by constant; In backend Kylin already > support this, while the UI didn't; -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2082) Support to change streaming configuration
[ https://issues.apache.org/jira/browse/KYLIN-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2082. Resolution: Fixed > Support to change streaming configuration > - > > Key: KYLIN-2082 > URL: https://issues.apache.org/jira/browse/KYLIN-2082 > Project: Kylin > Issue Type: Improvement > Components: streaming, Web >Reporter: Shaofeng SHI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > > So far after create/save a streaming table, user couldn't edit it. Change > should be supported as it is very common to change some info like cluster or > parser properties. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2081) UI change to support embeded streaming message
[ https://issues.apache.org/jira/browse/KYLIN-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2081. Resolution: Fixed > UI change to support embeded streaming message > -- > > Key: KYLIN-2081 > URL: https://issues.apache.org/jira/browse/KYLIN-2081 > Project: Kylin > Issue Type: Task > Components: streaming, Web >Reporter: Shaofeng SHI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > > Front end work for KYLIN-1919 -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Issue Comment Deleted] (KYLIN-2082) Support to change streaming configuration
[ https://issues.apache.org/jira/browse/KYLIN-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason updated KYLIN-2082: --- Comment: was deleted (was: please comment code with english, thank you.) > Support to change streaming configuration > - > > Key: KYLIN-2082 > URL: https://issues.apache.org/jira/browse/KYLIN-2082 > Project: Kylin > Issue Type: Improvement > Components: streaming, Web >Reporter: Shaofeng SHI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > > So far after create/save a streaming table, user couldn't edit it. Change > should be supported as it is very common to change some info like cluster or > parser properties. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (KYLIN-2082) Support to change streaming configuration
[ https://issues.apache.org/jira/browse/KYLIN-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason updated KYLIN-2082: --- Attachment: (was: 0001-change-streaming-configuration.patch) > Support to change streaming configuration > - > > Key: KYLIN-2082 > URL: https://issues.apache.org/jira/browse/KYLIN-2082 > Project: Kylin > Issue Type: Improvement > Components: streaming, Web >Reporter: Shaofeng SHI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > > So far after create/save a streaming table, user couldn't edit it. Change > should be supported as it is very common to change some info like cluster or > parser properties. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2111) only allow columns from Model dimensions when add group by column to TOP_N
Zhong,Jason created KYLIN-2111: -- Summary: only allow columns from Model dimensions when add group by column to TOP_N Key: KYLIN-2111 URL: https://issues.apache.org/jira/browse/KYLIN-2111 Project: Kylin Issue Type: Improvement Components: Web Affects Versions: v1.5.4.1 Reporter: Zhong,Jason Assignee: Zhong,Jason Fix For: v1.6.0 only allow columns from Model dimensions when add group by column to TOP_N -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Issue Comment Deleted] (KYLIN-2082) Support to change streaming configuration
[ https://issues.apache.org/jira/browse/KYLIN-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason updated KYLIN-2082: --- Comment: was deleted (was: please comment with english, thank you.) > Support to change streaming configuration > - > > Key: KYLIN-2082 > URL: https://issues.apache.org/jira/browse/KYLIN-2082 > Project: Kylin > Issue Type: Improvement > Components: streaming, Web >Reporter: Shaofeng SHI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: 0001-change-streaming-configuration.patch > > > So far after create/save a streaming table, user couldn't edit it. Change > should be supported as it is very common to change some info like cluster or > parser properties. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2082) Support to change streaming configuration
[ https://issues.apache.org/jira/browse/KYLIN-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15589295#comment-15589295 ] Zhong,Jason commented on KYLIN-2082: please comment code with english, thank you. > Support to change streaming configuration > - > > Key: KYLIN-2082 > URL: https://issues.apache.org/jira/browse/KYLIN-2082 > Project: Kylin > Issue Type: Improvement > Components: streaming, Web >Reporter: Shaofeng SHI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: 0001-change-streaming-configuration.patch > > > So far after create/save a streaming table, user couldn't edit it. Change > should be supported as it is very common to change some info like cluster or > parser properties. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2082) Support to change streaming configuration
[ https://issues.apache.org/jira/browse/KYLIN-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15589292#comment-15589292 ] Zhong,Jason commented on KYLIN-2082: please comment with english, thank you. > Support to change streaming configuration > - > > Key: KYLIN-2082 > URL: https://issues.apache.org/jira/browse/KYLIN-2082 > Project: Kylin > Issue Type: Improvement > Components: streaming, Web >Reporter: Shaofeng SHI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: 0001-change-streaming-configuration.patch > > > So far after create/save a streaming table, user couldn't edit it. Change > should be supported as it is very common to change some info like cluster or > parser properties. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2101) add attribute name for each derived column
[ https://issues.apache.org/jira/browse/KYLIN-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2101. Resolution: Won't Fix > add attribute name for each derived column > -- > > Key: KYLIN-2101 > URL: https://issues.apache.org/jira/browse/KYLIN-2101 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.5.4.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > > for derived columns, should add name for each derived column. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Reopened] (KYLIN-2101) add attribute name for each derived column
[ https://issues.apache.org/jira/browse/KYLIN-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason reopened KYLIN-2101: won't fix > add attribute name for each derived column > -- > > Key: KYLIN-2101 > URL: https://issues.apache.org/jira/browse/KYLIN-2101 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.5.4.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > > for derived columns, should add name for each derived column. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Closed] (KYLIN-2101) add attribute name for each derived column
[ https://issues.apache.org/jira/browse/KYLIN-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason closed KYLIN-2101. -- Resolution: Fixed user can add derived one by one, in this way user can have one dimension name for one derived column > add attribute name for each derived column > -- > > Key: KYLIN-2101 > URL: https://issues.apache.org/jira/browse/KYLIN-2101 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.5.4.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > > for derived columns, should add name for each derived column. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2101) add attribute name for each derived column
Zhong,Jason created KYLIN-2101: -- Summary: add attribute name for each derived column Key: KYLIN-2101 URL: https://issues.apache.org/jira/browse/KYLIN-2101 Project: Kylin Issue Type: Improvement Components: Web Affects Versions: v1.5.4.1 Reporter: Zhong,Jason Assignee: Zhong,Jason for derived columns, should add name for each derived column. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2084) Unload sample table failed
[ https://issues.apache.org/jira/browse/KYLIN-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2084. Resolution: Fixed Fix Version/s: v1.6.0 I have fixed this. will show friendly tips on UI when table used by models. > Unload sample table failed > -- > > Key: KYLIN-2084 > URL: https://issues.apache.org/jira/browse/KYLIN-2084 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.4.1 >Reporter: Billy(Yiming) Liu >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: screenshot-1.png, screenshot-2.png > > > After executing the sample.sh, the sample tables and project are imported. > But when click 'Unload', "FAILED UNLOAD" message showed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2084) Unload sample table failed
[ https://issues.apache.org/jira/browse/KYLIN-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15581249#comment-15581249 ] Zhong,Jason commented on KYLIN-2084: seems table is in use by models, so the operation is not allowed. > Unload sample table failed > -- > > Key: KYLIN-2084 > URL: https://issues.apache.org/jira/browse/KYLIN-2084 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.4.1 >Reporter: Billy(Yiming) Liu >Assignee: Zhong,Jason > Attachments: screenshot-1.png, screenshot-2.png > > > After executing the sample.sh, the sample tables and project are imported. > But when click 'Unload', "FAILED UNLOAD" message showed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1990) The SweetAlert at the front page may out of the page if the content is too long.
[ https://issues.apache.org/jira/browse/KYLIN-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15581116#comment-15581116 ] Zhong,Jason commented on KYLIN-1990: Thank you for your patch,I have merged to master branch. > The SweetAlert at the front page may out of the page if the content is too > long. > > > Key: KYLIN-1990 > URL: https://issues.apache.org/jira/browse/KYLIN-1990 > Project: Kylin > Issue Type: Bug >Affects Versions: v1.5.3 >Reporter: Guohui LI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: KYLIN-1990-2.patch, KYLIN-1990.patch > > > At the front page, SweetAlert is used to point out some info. But if the > content of the Alert is too long, buttons in the bottom will not visible. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-1990) The SweetAlert at the front page may out of the page if the content is too long.
[ https://issues.apache.org/jira/browse/KYLIN-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-1990. Resolution: Fixed > The SweetAlert at the front page may out of the page if the content is too > long. > > > Key: KYLIN-1990 > URL: https://issues.apache.org/jira/browse/KYLIN-1990 > Project: Kylin > Issue Type: Bug >Affects Versions: v1.5.3 >Reporter: Guohui LI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: KYLIN-1990-2.patch, KYLIN-1990.patch > > > At the front page, SweetAlert is used to point out some info. But if the > content of the Alert is too long, buttons in the bottom will not visible. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1990) The SweetAlert at the front page may out of the page if the content is too long.
[ https://issues.apache.org/jira/browse/KYLIN-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15570660#comment-15570660 ] Zhong,Jason commented on KYLIN-1990: Hi [~liguohui], I have reviewed your patch. 400px max-height still cause button not visible issue on small screen. suggest small height 300px. And since SweetAlert is used everywhere in page, how about update this style to all SweetAlert. You can do this with small change, only add overflow and max-height to class ".sweet-alert.text-muted". > The SweetAlert at the front page may out of the page if the content is too > long. > > > Key: KYLIN-1990 > URL: https://issues.apache.org/jira/browse/KYLIN-1990 > Project: Kylin > Issue Type: Bug >Affects Versions: v1.5.3 >Reporter: Guohui LI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: KYLIN-1990.patch > > > At the front page, SweetAlert is used to point out some info. But if the > content of the Alert is too long, buttons in the bottom will not visible. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1990) The SweetAlert at the front page may out of the page if the content is too long.
[ https://issues.apache.org/jira/browse/KYLIN-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15565691#comment-15565691 ] Zhong,Jason commented on KYLIN-1990: thank you Guohui, I will review and test this patch in this week. > The SweetAlert at the front page may out of the page if the content is too > long. > > > Key: KYLIN-1990 > URL: https://issues.apache.org/jira/browse/KYLIN-1990 > Project: Kylin > Issue Type: Bug >Affects Versions: v1.5.3 >Reporter: Guohui LI >Assignee: Zhong,Jason > Fix For: v1.6.0 > > Attachments: KYLIN-1990.patch > > > At the front page, SweetAlert is used to point out some info. But if the > content of the Alert is too long, buttons in the bottom will not visible. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2048) After save model, the new model dialog shows again.
[ https://issues.apache.org/jira/browse/KYLIN-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15519097#comment-15519097 ] Zhong,Jason commented on KYLIN-2048: can no reproduce this. > After save model, the new model dialog shows again. > --- > > Key: KYLIN-2048 > URL: https://issues.apache.org/jira/browse/KYLIN-2048 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.4 >Reporter: liyang >Assignee: Zhong,Jason > > After save model, the new model dialog shows again, which is not expected. > Instead, it should go back to model landing page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2030) lookup table support group by primary key when no derived dimension
Zhong,Jason created KYLIN-2030: -- Summary: lookup table support group by primary key when no derived dimension Key: KYLIN-2030 URL: https://issues.apache.org/jira/browse/KYLIN-2030 Project: Kylin Issue Type: Improvement Components: Query Engine Affects Versions: v1.5.4 Reporter: Zhong,Jason Assignee: hongbin ma when we have derived dimension on lookup table, we can write sql like 'select pk from lookupTable group by pk', if no derived column on this lookup table. group by pk is not supported.need to add this feature. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2029) lookup table support count(distinct column)
Zhong,Jason created KYLIN-2029: -- Summary: lookup table support count(distinct column) Key: KYLIN-2029 URL: https://issues.apache.org/jira/browse/KYLIN-2029 Project: Kylin Issue Type: Improvement Components: Query Engine Affects Versions: v1.5.4 Reporter: Zhong,Jason Assignee: hongbin ma Now for dimension column on fact table, we can write sql like 'select count(distinct columnName)...', but on lookup table, it's not supported. need to add this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-2025) web UI can't build cube Measures,the web console 404 not found the cube add
[ https://issues.apache.org/jira/browse/KYLIN-2025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15502165#comment-15502165 ] Zhong,Jason commented on KYLIN-2025: Are you using Hbase version or CDH version? Suggest you download latest binary package from kylin download page and try again. http://kylin.apache.org/download/ > web UI can't build cube Measures,the web console 404 not found the cube add > --- > > Key: KYLIN-2025 > URL: https://issues.apache.org/jira/browse/KYLIN-2025 > Project: Kylin > Issue Type: Bug >Affects Versions: v1.5.4 >Reporter: Kris > Labels: build > > 1.5.4 when build cube the step3 ,can't click the list of all,console print > 404 not found the cube add -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-2003) error start time at query result page
[ https://issues.apache.org/jira/browse/KYLIN-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-2003. > error start time at query result page > - > > Key: KYLIN-2003 > URL: https://issues.apache.org/jira/browse/KYLIN-2003 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > Fix For: v1.5.4 > > Attachments: error_query_start_time.png > > > when submit a query at Insight page, if the timezone configured in > kylin.properties like 'GMT+TIMEZONE' the start time shows wrong time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (KYLIN-2003) error start time at query result page
[ https://issues.apache.org/jira/browse/KYLIN-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason updated KYLIN-2003: --- Attachment: error_query_start_time.png > error start time at query result page > - > > Key: KYLIN-2003 > URL: https://issues.apache.org/jira/browse/KYLIN-2003 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > Fix For: v1.5.4 > > Attachments: error_query_start_time.png > > > when submit a query at Insight page, if the timezone configured in > kylin.properties like 'GMT+TIMEZONE' the start time shows wrong time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-2003) error start time at query result page
Zhong,Jason created KYLIN-2003: -- Summary: error start time at query result page Key: KYLIN-2003 URL: https://issues.apache.org/jira/browse/KYLIN-2003 Project: Kylin Issue Type: Bug Components: Web Affects Versions: v1.5.1 Reporter: Zhong,Jason Assignee: Zhong,Jason Fix For: v1.5.4 when submit a query at Insight page, if the timezone configured in kylin.properties like 'GMT+TIMEZONE' the start time shows wrong time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1698) Allow bigint(long) as a partition date column
[ https://issues.apache.org/jira/browse/KYLIN-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15469914#comment-15469914 ] Zhong,Jason commented on KYLIN-1698: Thank you zhixiong for patch support bigint and int on GUI > Allow bigint(long) as a partition date column > - > > Key: KYLIN-1698 > URL: https://issues.apache.org/jira/browse/KYLIN-1698 > Project: Kylin > Issue Type: Improvement >Affects Versions: v1.5.1 >Reporter: guohuili > Attachments: 0001-KYLIN-1698-BIGINT.patch, 0001-KYLIN-1698-INT.patch > > > In many cases, hive tables may use long / bigint as date column. Currently > Kylin only support '-MM-dd' or 'MMdd' as date format. This jira is to > support long / bigint format. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (KYLIN-1997) add pivot feature back in query result page
Zhong,Jason created KYLIN-1997: -- Summary: add pivot feature back in query result page Key: KYLIN-1997 URL: https://issues.apache.org/jira/browse/KYLIN-1997 Project: Kylin Issue Type: Improvement Components: Web Affects Versions: v1.5.2 Reporter: Zhong,Jason Assignee: Zhong,Jason from KYLIN-989 we replace ng-grid with ui-grid which cause lose pivot feature, need to add it back -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1926) Loosen the constraint on FK-PK data type matching
[ https://issues.apache.org/jira/browse/KYLIN-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15469427#comment-15469427 ] Zhong,Jason commented on KYLIN-1926: looks good. I have applied your patch to master and 1.5.4-rc1 > Loosen the constraint on FK-PK data type matching > - > > Key: KYLIN-1926 > URL: https://issues.apache.org/jira/browse/KYLIN-1926 > Project: Kylin > Issue Type: Improvement > Components: Metadata >Affects Versions: all >Reporter: Shaofeng SHI >Assignee: Shaofeng SHI >Priority: Minor > Fix For: v1.5.4 > > Attachments: 0001-KYLIN-1926-FK-PK-data-type-matching.patch > > > If lookup table's PK datatype isn't equal to fact table's FK datatype, Kylin > will report error saying "Primary key are not consistent with Foreign key". > This constraint is too strong. Should allow user to disable this check. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1965) Check duplicated measure name
[ https://issues.apache.org/jira/browse/KYLIN-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15466317#comment-15466317 ] Zhong,Jason commented on KYLIN-1965: looks good.I have merge your latest code to master. > Check duplicated measure name > - > > Key: KYLIN-1965 > URL: https://issues.apache.org/jira/browse/KYLIN-1965 > Project: Kylin > Issue Type: Improvement > Components: Metadata >Affects Versions: v1.5.2, v1.5.3 >Reporter: kangkaisen >Assignee: kangkaisen > Fix For: v1.5.4 > > Attachments: KYLIN-1965-bug-fix.patch, KYLIN-1965.patch > > > The duplicated measure's name will lead to query failed, so we should check > duplicated measure name. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1965) Check duplicated measure name
[ https://issues.apache.org/jira/browse/KYLIN-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15464091#comment-15464091 ] Zhong,Jason commented on KYLIN-1965: can not update measure when edit measure > Check duplicated measure name > - > > Key: KYLIN-1965 > URL: https://issues.apache.org/jira/browse/KYLIN-1965 > Project: Kylin > Issue Type: Improvement > Components: Metadata >Affects Versions: v1.5.2, v1.5.3 >Reporter: kangkaisen >Assignee: kangkaisen > Fix For: v1.5.4 > > Attachments: KYLIN-1965.patch > > > The duplicated measure's name will lead to query failed, so we should check > duplicated measure name. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-1849) Search cube by name in Web UI
[ https://issues.apache.org/jira/browse/KYLIN-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-1849. Resolution: Fixed > Search cube by name in Web UI > - > > Key: KYLIN-1849 > URL: https://issues.apache.org/jira/browse/KYLIN-1849 > Project: Kylin > Issue Type: New Feature > Components: Web >Affects Versions: v1.5.2 >Reporter: Dayue Gao >Assignee: kangkaisen > Fix For: v1.5.4 > > Attachments: KYLIN-1849.patch > > > In order to work with dozens of cubes, could we add a search box at "Model" > page? Just like the one at "Monitor" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1849) Search cube by name in Web UI
[ https://issues.apache.org/jira/browse/KYLIN-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15451350#comment-15451350 ] Zhong,Jason commented on KYLIN-1849: Thank you [~kangkaisen], I have applied your patch. and also there's some update. https://github.com/apache/kylin/commit/64005c67a4395d90b7732a069848f6aca0290934 > Search cube by name in Web UI > - > > Key: KYLIN-1849 > URL: https://issues.apache.org/jira/browse/KYLIN-1849 > Project: Kylin > Issue Type: New Feature > Components: Web >Affects Versions: v1.5.2 >Reporter: Dayue Gao >Assignee: kangkaisen > Fix For: v1.5.4 > > Attachments: KYLIN-1849.patch > > > In order to work with dozens of cubes, could we add a search box at "Model" > page? Just like the one at "Monitor" page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-1080) [Query Page] upgrade ng-grid to ui-grid for query result in query page
[ https://issues.apache.org/jira/browse/KYLIN-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-1080. Resolution: Won't Fix > [Query Page] upgrade ng-grid to ui-grid for query result in query page > -- > > Key: KYLIN-1080 > URL: https://issues.apache.org/jira/browse/KYLIN-1080 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.4.0, v1.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason >Priority: Critical > Fix For: Backlog > > > now we use ng-grid to show query result > ui-grid performance better than ng-grid on render time, and development on > ng-grid has stopped, all development and new featuer move to ui-grid. > FYI: > http://ui-grid.info/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-1904) WebUI for GlobalDictionary
[ https://issues.apache.org/jira/browse/KYLIN-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-1904. Resolution: Fixed > WebUI for GlobalDictionary > -- > > Key: KYLIN-1904 > URL: https://issues.apache.org/jira/browse/KYLIN-1904 > Project: Kylin > Issue Type: Improvement > Components: Metadata >Affects Versions: v1.5.3 >Reporter: Yerui Sun >Assignee: Zhong,Jason > Fix For: v1.5.4 > > Attachments: 0001-KYLIN-1904-WBE-DICTIONARY-UPDATE.patch, > 0001-KYLIN-1904-WEB-Global-Dictionary.patch > > > Global Dictionary is introduced since v1.5.3. However, there's no Web UI to > config with Global Dict, it's not convenience for users. > The use case can be found in > examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_left_join_desc.json, > the "dictionaries" arrays. > One Global Dict config may contains three elements, "column", the column to > generate dict, "builder", the builder to build dict, and "reuse", the column > to be reused. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1904) WebUI for GlobalDictionary
[ https://issues.apache.org/jira/browse/KYLIN-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15444654#comment-15444654 ] Zhong,Jason commented on KYLIN-1904: Hi zhixiong, I can see nothing in tip for Dictionaries, you must miss content for 'AdvancedDictionariesTip.html'. Please help fix this. Thanks > WebUI for GlobalDictionary > -- > > Key: KYLIN-1904 > URL: https://issues.apache.org/jira/browse/KYLIN-1904 > Project: Kylin > Issue Type: Improvement > Components: Metadata >Affects Versions: v1.5.3 >Reporter: Yerui Sun >Assignee: Zhong,Jason > Fix For: v1.5.4 > > Attachments: 0001-KYLIN-1904-WEB-Global-Dictionary.patch > > > Global Dictionary is introduced since v1.5.3. However, there's no Web UI to > config with Global Dict, it's not convenience for users. > The use case can be found in > examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_left_join_desc.json, > the "dictionaries" arrays. > One Global Dict config may contains three elements, "column", the column to > generate dict, "builder", the builder to build dict, and "reuse", the column > to be reused. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-1488) When modifying a model, Save after deleting a lookup table. The internal error will pop up.
[ https://issues.apache.org/jira/browse/KYLIN-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-1488. Resolution: Fixed Fix Version/s: v1.5.4 > When modifying a model, Save after deleting a lookup table. The internal > error will pop up. > --- > > Key: KYLIN-1488 > URL: https://issues.apache.org/jira/browse/KYLIN-1488 > Project: Kylin > Issue Type: Bug > Components: Web >Reporter: Zhong Yanghong >Assignee: Zhong,Jason > Fix For: v1.5.4 > > Attachments: 0001-KYLIN-1488-web-modify-model-issue.patch, > modelEditFuc-modify.patch > > > In case of modifying a model which is already used by some cubes, users can > delete the lookup table and do the "Save" operation. However, after it's > done, the internal error will pop up. > In normal case, if the model is used by some cubes, we cannot modify the > model without disable or drop those cubes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1488) When modifying a model, Save after deleting a lookup table. The internal error will pop up.
[ https://issues.apache.org/jira/browse/KYLIN-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427726#comment-15427726 ] Zhong,Jason commented on KYLIN-1488: thank you, xieyu. I have reviewed your patch, there's still some issues as zhixiong,chen mentioned. I have applied patch from zhixiong. Thank you all, anyway. > When modifying a model, Save after deleting a lookup table. The internal > error will pop up. > --- > > Key: KYLIN-1488 > URL: https://issues.apache.org/jira/browse/KYLIN-1488 > Project: Kylin > Issue Type: Bug > Components: Web >Reporter: Zhong Yanghong >Assignee: Zhong,Jason > Attachments: 0001-KYLIN-1488-web-modify-model-issue.patch, > modelEditFuc-modify.patch > > > In case of modifying a model which is already used by some cubes, users can > delete the lookup table and do the "Save" operation. However, after it's > done, the internal error will pop up. > In normal case, if the model is used by some cubes, we cannot modify the > model without disable or drop those cubes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1488) When modifying a model, Save after deleting a lookup table. The internal error will pop up.
[ https://issues.apache.org/jira/browse/KYLIN-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427723#comment-15427723 ] Zhong,Jason commented on KYLIN-1488: Thank you, zhixiong. path looks good. > When modifying a model, Save after deleting a lookup table. The internal > error will pop up. > --- > > Key: KYLIN-1488 > URL: https://issues.apache.org/jira/browse/KYLIN-1488 > Project: Kylin > Issue Type: Bug > Components: Web >Reporter: Zhong Yanghong >Assignee: Zhong,Jason > Attachments: 0001-KYLIN-1488-web-modify-model-issue.patch, > modelEditFuc-modify.patch > > > In case of modifying a model which is already used by some cubes, users can > delete the lookup table and do the "Save" operation. However, after it's > done, the internal error will pop up. > In normal case, if the model is used by some cubes, we cannot modify the > model without disable or drop those cubes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-1866) add tip for field at 'Add Streaming' table page.
[ https://issues.apache.org/jira/browse/KYLIN-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-1866. Resolution: Fixed Fix Version/s: v1.5.4 > add tip for field at 'Add Streaming' table page. > > > Key: KYLIN-1866 > URL: https://issues.apache.org/jira/browse/KYLIN-1866 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.5.2.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > Fix For: v1.5.4 > > Attachments: 0001-KYLIN-1866-web-add-streaming-tip-issue.patch > > > when add streaming table in kylin,we have 'Add Straming' table page, > but user may not understand some specific words, need to add tip for user. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1866) add tip for field at 'Add Streaming' table page.
[ https://issues.apache.org/jira/browse/KYLIN-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427714#comment-15427714 ] Zhong,Jason commented on KYLIN-1866: Thank you, zhixiong. patch looks good to me. > add tip for field at 'Add Streaming' table page. > > > Key: KYLIN-1866 > URL: https://issues.apache.org/jira/browse/KYLIN-1866 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.5.2.1 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > Attachments: 0001-KYLIN-1866-web-add-streaming-tip-issue.patch > > > when add streaming table in kylin,we have 'Add Straming' table page, > but user may not understand some specific words, need to add tip for user. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1530) Measures become empty when click 'prev' then 'next' while editting a model
[ https://issues.apache.org/jira/browse/KYLIN-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15424062#comment-15424062 ] Zhong,Jason commented on KYLIN-1530: can not reproduce this. > Measures become empty when click 'prev' then 'next' while editting a model > -- > > Key: KYLIN-1530 > URL: https://issues.apache.org/jira/browse/KYLIN-1530 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.0 >Reporter: Dong Li >Assignee: Zhong,Jason >Priority: Minor > > 1. Edit a model > 2. Switch to Measures tabpage > 3. Add a new measure column > 4. Click 'Prev' button > 5. Click 'Next' button > Now we're at Measures tabpge again, but the textbox is empty. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (KYLIN-1820) Column autocomplete should remove the user input in model designer
[ https://issues.apache.org/jira/browse/KYLIN-1820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15411413#comment-15411413 ] Zhong,Jason commented on KYLIN-1820: Hi Yiming, Input here is used as search filter, so user may want to continue use the filter after select one item. It's a widely used feature in angular plugin(ui-select) http://angular-ui.github.io/ui-select/ I think it's ok for user, user can remove manually. Thanks > Column autocomplete should remove the user input in model designer > -- > > Key: KYLIN-1820 > URL: https://issues.apache.org/jira/browse/KYLIN-1820 > Project: Kylin > Issue Type: Bug > Components: Web >Affects Versions: v1.5.2 > Environment: OS:Mac > Safari/Chrome >Reporter: Billy(Yiming) Liu >Assignee: Zhong,Jason >Priority: Minor > Fix For: Backlog > > > In step 3 add column dimension in Model Designer, user enters the column name > and the column name autocompletion pops up. When some item is selected, the > column name shows in the textbox. At this time, the selected column should > replace the user input, not insert before the user input. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (KYLIN-1941) show submitter for slow query
[ https://issues.apache.org/jira/browse/KYLIN-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhong,Jason resolved KYLIN-1941. Resolution: Fixed > show submitter for slow query > - > > Key: KYLIN-1941 > URL: https://issues.apache.org/jira/browse/KYLIN-1941 > Project: Kylin > Issue Type: Improvement > Components: Web >Affects Versions: v1.5.3 >Reporter: Zhong,Jason >Assignee: Zhong,Jason > Fix For: v1.5.4 > > > show submitter for slow query at 'Monitor' page -- This message was sent by Atlassian JIRA (v6.3.4#6332)