[jira] [Resolved] (KYLIN-4874) Fix CubeMigrationCLI bug for kylin4

2021-01-19 Thread Xiaoxiang Yu (Jira)


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

Xiaoxiang Yu resolved KYLIN-4874.
-
Resolution: Fixed

> Fix CubeMigrationCLI bug for kylin4
> ---
>
> Key: KYLIN-4874
> URL: https://issues.apache.org/jira/browse/KYLIN-4874
> Project: Kylin
>  Issue Type: Bug
>  Components: Client - CLI
>Reporter: Yaqian Zhang
>Assignee: Yaqian Zhang
>Priority: Minor
> Fix For: v4.0.0-beta
>
>
> Solve the problem that the source cluster and the target cluster model are 
> not in the same project and the project information of the model is not 
> modified.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (KYLIN-4815) Support Kylin4 delopyment on EMR 6.x

2021-01-19 Thread Xiaoxiang Yu (Jira)


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

Xiaoxiang Yu resolved KYLIN-4815.
-
Resolution: Fixed

> Support  Kylin4 delopyment on EMR 6.x
> -
>
> Key: KYLIN-4815
> URL: https://issues.apache.org/jira/browse/KYLIN-4815
> Project: Kylin
>  Issue Type: Improvement
>  Components: Environment 
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-beta
>
>
> EMR 6.x using Hadoop 3.x, we should prepare a Hadoop3-compatible package.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (KYLIN-4814) Support Kylin4 delopyment on EMR 5.X

2021-01-19 Thread Xiaoxiang Yu (Jira)


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

Xiaoxiang Yu resolved KYLIN-4814.
-
Resolution: Fixed

> Support Kylin4 delopyment on EMR 5.X
> 
>
> Key: KYLIN-4814
> URL: https://issues.apache.org/jira/browse/KYLIN-4814
> Project: Kylin
>  Issue Type: Improvement
>  Components: Environment 
>Reporter: Xiaoxiang Yu
>Assignee: Xiaoxiang Yu
>Priority: Major
> Fix For: v4.0.0-beta
>
>
> - Working-dir support using S3
> - Hive metastore support using Glue



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (KYLIN-4861) Wrong way to get CubeManager instance in CubeInstance.latestCopyForWrite()

2021-01-19 Thread JiangYang (Jira)


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

JiangYang reassigned KYLIN-4861:


Assignee: (was: JiangYang)

> Wrong way to get CubeManager instance in CubeInstance.latestCopyForWrite()
> --
>
> Key: KYLIN-4861
> URL: https://issues.apache.org/jira/browse/KYLIN-4861
> Project: Kylin
>  Issue Type: Bug
>Reporter: Zhong Yanghong
>Priority: Major
>
> Each cube can have its own KylinConfig. Then for the following code:
> {code}
> public CubeInstance latestCopyForWrite() {
> CubeManager mgr = CubeManager.getInstance(config);
> CubeInstance latest = mgr.getCube(name); // in case this object is 
> out-of-date
> return mgr.copyForWrite(latest);
> }
> {code}
> Each cube can have a different CubeManager instance, which may easily cause 
> map consistency issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (KYLIN-4861) Wrong way to get CubeManager instance in CubeInstance.latestCopyForWrite()

2021-01-19 Thread JiangYang (Jira)


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

JiangYang reassigned KYLIN-4861:


Assignee: JiangYang

> Wrong way to get CubeManager instance in CubeInstance.latestCopyForWrite()
> --
>
> Key: KYLIN-4861
> URL: https://issues.apache.org/jira/browse/KYLIN-4861
> Project: Kylin
>  Issue Type: Bug
>Reporter: Zhong Yanghong
>Assignee: JiangYang
>Priority: Major
>
> Each cube can have its own KylinConfig. Then for the following code:
> {code}
> public CubeInstance latestCopyForWrite() {
> CubeManager mgr = CubeManager.getInstance(config);
> CubeInstance latest = mgr.getCube(name); // in case this object is 
> out-of-date
> return mgr.copyForWrite(latest);
> }
> {code}
> Each cube can have a different CubeManager instance, which may easily cause 
> map consistency issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)