[jira] [Commented] (KYLIN-2999) One click migrate cube in web

2020-06-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KYLIN-2999:


Commit e0d92d13e9cb78474f542590127421098667eff9 in kylin's branch 
refs/heads/master from Zhong, Yanghong
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=e0d92d1 ]

KYLIN-4488 Revert KYLIN-2999


> One click migrate cube in web
> -
>
> Key: KYLIN-2999
> URL: https://issues.apache.org/jira/browse/KYLIN-2999
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test, Web 
>Reporter: Kaisen Kang
>Assignee: Kaisen Kang
>Priority: Major
> Fix For: v2.3.0
>
> Attachments: KYLIN-2999-fix-cube-automigration-1.patch, 
> KYLIN-2999-fix-ut.patch, KYLIN-2999.patch
>
>
> Currently, the cube migration must be done by Kylin Admin,  which will waste 
> a lot of time for Kylin Admin. So, we should allow use to migrate cube by one 
> click in web. Of Course, which is configurable.



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


[jira] [Commented] (KYLIN-2999) One click migrate cube in web

2018-03-05 Thread Pushpinder Heer (JIRA)

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

Pushpinder Heer commented on KYLIN-2999:


[~kangkaisen] 

Will this tool do across cluster migration of cube?  e.g. clusterA/cubeA -> 
clusterB/cubeA ?

What is being migrated exactly?

> One click migrate cube in web
> -
>
> Key: KYLIN-2999
> URL: https://issues.apache.org/jira/browse/KYLIN-2999
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test, Web 
>Reporter: kangkaisen
>Assignee: kangkaisen
>Priority: Major
> Fix For: v2.3.0
>
> Attachments: KYLIN-2999-fix-cube-automigration-1.patch, 
> KYLIN-2999-fix-ut.patch, KYLIN-2999.patch
>
>
> Currently, the cube migration must be done by Kylin Admin,  which will waste 
> a lot of time for Kylin Admin. So, we should allow use to migrate cube by one 
> click in web. Of Course, which is configurable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-2999) One click migrate cube in web

2018-01-30 Thread kangkaisen (JIRA)

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

kangkaisen commented on KYLIN-2999:
---

Thanks Kaige.  this patch looks good to me.

As to the two defects, I think there are not defects about this feature.
 # If dest env is totally fresh, The Kylin Admin need to mkdir and chmod a lot 
of dirs both in  HDFS and HBase cluster manually, which is necessary even if 
without this feature. This feature needn't and couldn't do these things.
 # I think this not a issue, because the normal user update and build cube must 
be in jobServer, the queryServer couldn't run cubing job.  Besides, whether 
enable this feature relays on server's config.

 

> One click migrate cube in web
> -
>
> Key: KYLIN-2999
> URL: https://issues.apache.org/jira/browse/KYLIN-2999
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test, Web 
>Reporter: kangkaisen
>Assignee: kangkaisen
>Priority: Major
> Fix For: v2.3.0
>
> Attachments: KYLIN-2999-fix-cube-automigration-1.patch, 
> KYLIN-2999.patch
>
>
> Currently, the cube migration must be done by Kylin Admin,  which will waste 
> a lot of time for Kylin Admin. So, we should allow use to migrate cube by one 
> click in web. Of Course, which is configurable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-2999) One click migrate cube in web

2018-01-29 Thread Kaige Liu (JIRA)

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

 Kaige Liu commented on KYLIN-2999:
---

Hi [~kangkaisen] [~yimingliu], I also found auto-migration not working as 
expected. I have submitted a patch to make it work. But it only fixes the 
blocking issue. There are still some defects need to be improved.
 # If the dest env is totally fresh, the migration will fail, because the hdfs 
folder(/$KYLIN_HOME/$metadata) is not created until any jobs is triggered.
 # The job is running in blocking model, maybe we can add it to job scheduler.

Sample configuration:

kylin.tool.auto-migrate-cube.enabled=true
kylin.tool.auto-migrate-cube.src-config=/opt/kylintest/apache-kylin-2.3.0-SNAPSHOT-bin/conf/kylin.properties
kylin.tool.auto-migrate-cube.dest-config=/tmp/kylin.properties

(Above configuration files must be named as *kylin.properties*)

 

Prerequisite:

Must have a same project with source cube in dest env.

 

Please review the patch. Thanks.

 

> One click migrate cube in web
> -
>
> Key: KYLIN-2999
> URL: https://issues.apache.org/jira/browse/KYLIN-2999
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test, Web 
>Reporter: kangkaisen
>Assignee: kangkaisen
>Priority: Major
> Fix For: v2.3.0
>
> Attachments: KYLIN-2999-fix-cube-automigration-1.patch, 
> KYLIN-2999.patch
>
>
> Currently, the cube migration must be done by Kylin Admin,  which will waste 
> a lot of time for Kylin Admin. So, we should allow use to migrate cube by one 
> click in web. Of Course, which is configurable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-2999) One click migrate cube in web

2018-01-29 Thread kangkaisen (JIRA)

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

kangkaisen commented on KYLIN-2999:
---

did you set  'kylin.tool.auto-migrate-cube.enabled=true' in server level?   is 
cube ready?

> One click migrate cube in web
> -
>
> Key: KYLIN-2999
> URL: https://issues.apache.org/jira/browse/KYLIN-2999
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test, Web 
>Reporter: kangkaisen
>Assignee: kangkaisen
>Priority: Major
> Fix For: v2.3.0
>
> Attachments: KYLIN-2999.patch
>
>
> Currently, the cube migration must be done by Kylin Admin,  which will waste 
> a lot of time for Kylin Admin. So, we should allow use to migrate cube by one 
> click in web. Of Course, which is configurable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-2999) One click migrate cube in web

2018-01-29 Thread Billy Liu (JIRA)

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

Billy Liu commented on KYLIN-2999:
--

Hi [~kangkaisen] after append 'kylin.tool.auto-migrate-cube.enabled=true' in 
kylin.properties, I could not see the 'Migrate' from the Web GUI. Could you 
confirm it works as expected? 

> One click migrate cube in web
> -
>
> Key: KYLIN-2999
> URL: https://issues.apache.org/jira/browse/KYLIN-2999
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test, Web 
>Reporter: kangkaisen
>Assignee: kangkaisen
>Priority: Major
> Fix For: v2.3.0
>
> Attachments: KYLIN-2999.patch
>
>
> Currently, the cube migration must be done by Kylin Admin,  which will waste 
> a lot of time for Kylin Admin. So, we should allow use to migrate cube by one 
> click in web. Of Course, which is configurable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-2999) One click migrate cube in web

2018-01-26 Thread kangkaisen (JIRA)

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

kangkaisen commented on KYLIN-2999:
---

This is the commit: 
https://github.com/apache/kylin/commit/a41a7e7d3a97197a16360ab41e94d9ee5c77ebc6

> One click migrate cube in web
> -
>
> Key: KYLIN-2999
> URL: https://issues.apache.org/jira/browse/KYLIN-2999
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test, Web 
>Reporter: kangkaisen
>Assignee: kangkaisen
>Priority: Major
> Attachments: KYLIN-2999.patch
>
>
> Currently, the cube migration must be done by Kylin Admin,  which will waste 
> a lot of time for Kylin Admin. So, we should allow use to migrate cube by one 
> click in web. Of Course, which is configurable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-2999) One click migrate cube in web

2018-01-25 Thread kangkaisen (JIRA)

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

kangkaisen commented on KYLIN-2999:
---

OK, I will update the patch and commit to master.

> One click migrate cube in web
> -
>
> Key: KYLIN-2999
> URL: https://issues.apache.org/jira/browse/KYLIN-2999
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test, Web 
>Reporter: kangkaisen
>Assignee: kangkaisen
>Priority: Major
> Attachments: KYLIN-2999.patch
>
>
> Currently, the cube migration must be done by Kylin Admin,  which will waste 
> a lot of time for Kylin Admin. So, we should allow use to migrate cube by one 
> click in web. Of Course, which is configurable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-2999) One click migrate cube in web

2018-01-24 Thread Billy Liu (JIRA)

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

Billy Liu commented on KYLIN-2999:
--

Hi [~kangkaisen], I try to merge this patch, but it seems out of date a little. 
Could you rebase the patch and commit to the master?

> One click migrate cube in web
> -
>
> Key: KYLIN-2999
> URL: https://issues.apache.org/jira/browse/KYLIN-2999
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test, Web 
>Reporter: kangkaisen
>Assignee: kangkaisen
>Priority: Major
> Attachments: KYLIN-2999.patch
>
>
> Currently, the cube migration must be done by Kylin Admin,  which will waste 
> a lot of time for Kylin Admin. So, we should allow use to migrate cube by one 
> click in web. Of Course, which is configurable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KYLIN-2999) One click migrate cube in web

2017-12-06 Thread kangkaisen (JIRA)

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

kangkaisen commented on KYLIN-2999:
---

The Kylin Admin could enable this feature project by project (even cube level) 
according to their user's familiarity.

> One click migrate cube in web
> -
>
> Key: KYLIN-2999
> URL: https://issues.apache.org/jira/browse/KYLIN-2999
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test, Web 
>Reporter: kangkaisen
>Assignee: kangkaisen
> Attachments: KYLIN-2999.patch
>
>
> Currently, the cube migration must be done by Kylin Admin,  which will waste 
> a lot of time for Kylin Admin. So, we should allow use to migrate cube by one 
> click in web. Of Course, which is configurable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (KYLIN-2999) One click migrate cube in web

2017-12-06 Thread kangkaisen (JIRA)

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

kangkaisen commented on KYLIN-2999:
---

The this feature has the following set of configurations:

||Property||Description||Default value||isRequired||
|kylin.tool.auto-migrate-cube.enabled|Whether enable this feature|false|true|
|kylin.tool.auto-migrate-cube.src-config |The kylin.properties file path for 
source server|""|true|
|kylin.tool.auto-migrate-cube.dest-config |The kylin.properties file path for 
target server|""|true|
|kylin.tool.auto-migrate-cube.copy-acl|Whether copy cube ACL to target 
server|true|false|
|kylin.tool.auto-migrate-cube.purge-src-cube |Whether purge the cube from src 
server after the migration |true|false|

> One click migrate cube in web
> -
>
> Key: KYLIN-2999
> URL: https://issues.apache.org/jira/browse/KYLIN-2999
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test, Web 
>Reporter: kangkaisen
>Assignee: kangkaisen
> Attachments: KYLIN-2999.patch
>
>
> Currently, the cube migration must be done by Kylin Admin,  which will waste 
> a lot of time for Kylin Admin. So, we should allow use to migrate cube by one 
> click in web. Of Course, which is configurable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (KYLIN-2999) One click migrate cube in web

2017-12-05 Thread Billy Liu (JIRA)

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

Billy Liu commented on KYLIN-2999:
--

Hi  [~kangkaisen], very great feature. Could you explain how to enable this 
feature? Any limitation? 

> One click migrate cube in web
> -
>
> Key: KYLIN-2999
> URL: https://issues.apache.org/jira/browse/KYLIN-2999
> Project: Kylin
>  Issue Type: New Feature
>  Components: Tools, Build and Test, Web 
>Reporter: kangkaisen
>Assignee: kangkaisen
> Attachments: KYLIN-2999.patch
>
>
> Currently, the cube migration must be done by Kylin Admin,  which will waste 
> a lot of time for Kylin Admin. So, we should allow use to migrate cube by one 
> click in web. Of Course, which is configurable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)