[jira] [Updated] (KYLIN-2447) Add more functions to RestClient

2017-02-15 Thread Shaofeng SHI (JIRA)

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

Shaofeng SHI updated KYLIN-2447:

Attachment: (was: 
0001-KYLIN-2447-Add-more-functions-to-rest-client-for-fut.patch)

> Add more functions to RestClient
> 
>
> Key: KYLIN-2447
> URL: https://issues.apache.org/jira/browse/KYLIN-2447
> Project: Kylin
>  Issue Type: Improvement
>Reporter: XIE FAN
>Assignee: XIE FAN
>Priority: Minor
> Attachments: 
> 0001-KYLIN-2447-Add-more-functions-to-rest-client-for-fut.patch
>
>
> Currently, RestClient only provides very simple functions such as 
> getKylinProperties() and wipeCache(), which is not enough.More functions, 
> such as enableCache(), getCube() and query() to to be added to RestClient for 
> future use.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (KYLIN-2447) Add more functions to RestClient

2017-02-15 Thread XIE FAN (JIRA)

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

XIE FAN updated KYLIN-2447:
---
Attachment: (was: 
0001-KYLIN-2447-Add-more-functions-to-rest-client-for-fut.patch)

> Add more functions to RestClient
> 
>
> Key: KYLIN-2447
> URL: https://issues.apache.org/jira/browse/KYLIN-2447
> Project: Kylin
>  Issue Type: Improvement
>Reporter: XIE FAN
>Assignee: XIE FAN
>Priority: Minor
>
> Currently, RestClient only provides very simple functions such as 
> getKylinProperties() and wipeCache(), which is not enough.More functions, 
> such as enableCache(), getCube() and query() to to be added to RestClient for 
> future use.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (KYLIN-2447) Add more functions to RestClient

2017-02-15 Thread XIE FAN (JIRA)

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

XIE FAN updated KYLIN-2447:
---
Attachment: 0001-KYLIN-2447-Add-more-functions-to-rest-client-for-fut.patch

final patch

> Add more functions to RestClient
> 
>
> Key: KYLIN-2447
> URL: https://issues.apache.org/jira/browse/KYLIN-2447
> Project: Kylin
>  Issue Type: Improvement
>Reporter: XIE FAN
>Assignee: XIE FAN
>Priority: Minor
> Attachments: 
> 0001-KYLIN-2447-Add-more-functions-to-rest-client-for-fut.patch
>
>
> Currently, RestClient only provides very simple functions such as 
> getKylinProperties() and wipeCache(), which is not enough.More functions, 
> such as enableCache(), getCube() and query() to to be added to RestClient for 
> future use.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (KYLIN-2447) Add more functions to RestClient

2017-02-15 Thread Shaofeng SHI (JIRA)

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

Shaofeng SHI commented on KYLIN-2447:
-

Looks good; merged into master, thanks!

> Add more functions to RestClient
> 
>
> Key: KYLIN-2447
> URL: https://issues.apache.org/jira/browse/KYLIN-2447
> Project: Kylin
>  Issue Type: Improvement
>Reporter: XIE FAN
>Assignee: XIE FAN
>Priority: Minor
> Attachments: 
> 0001-KYLIN-2447-Add-more-functions-to-rest-client-for-fut.patch
>
>
> Currently, RestClient only provides very simple functions such as 
> getKylinProperties() and wipeCache(), which is not enough.More functions, 
> such as enableCache(), getCube() and query() to to be added to RestClient for 
> future use.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (KYLIN-2448) Cloning a Model with a '-' in the name

2017-02-15 Thread Billy Liu (JIRA)

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

Billy Liu resolved KYLIN-2448.
--
   Resolution: Fixed
Fix Version/s: v2.0.0

This issue has been fixed at 
https://github.com/apache/kylin/commit/bc1a49ec57987cf52d2596ac4d7a439b7596eb0d

> Cloning a Model with a '-' in the name
> --
>
> Key: KYLIN-2448
> URL: https://issues.apache.org/jira/browse/KYLIN-2448
> Project: Kylin
>  Issue Type: Bug
>Affects Versions: v1.6.0
>Reporter: Berry Ă–sterlund
>Priority: Trivial
> Fix For: v2.0.0
>
>
> When I clone a model, and I put a '-' in the name of the new model, the model 
> gets created fine. I cant edit it, as that is not a allowed character. But 
> the model is actually there with the wrong name
> It should be restricted to only clone a model with the allowed characters in 
> the name. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (KYLIN-2414) Distinguish UHC columns from normal columns in KYLIN-2217

2017-02-15 Thread XIE FAN (JIRA)

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

XIE FAN resolved KYLIN-2414.

Resolution: Fixed

> Distinguish UHC columns from normal columns in KYLIN-2217
> -
>
> Key: KYLIN-2414
> URL: https://issues.apache.org/jira/browse/KYLIN-2414
> Project: Kylin
>  Issue Type: Improvement
>Reporter: XIE FAN
>Assignee: XIE FAN
> Fix For: v2.0.0
>
>
> In current implement, Kylin disable the whole feature of KYLIN-2217 when it 
> founds that  kylin.engine.mr.uhc-reducer-count>1. Actually, we can 
> distinguish UHC dictionaries from normal dictionaries and only leave the UHC 
> dictionaries for job node to build.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)