Re: How to migrate model/cube metadat across cluster

2019-09-18 Thread Xiaoxiang Yu
2 AM To: LIONEL TAO (OPS-IRIS-ISD-OOCLL/ZHA) ; dev@kylin.apache.org Subject: Re: How to migrate model/cube metadat across cluster Hi, As the doc says, it could migrate cube between different clusters. If you have a kylin instance in QA cluster (qa_node:7070), and you

RE: How to migrate model/cube metadat across cluster

2019-09-18 Thread lionel.tao
Sent: Thursday, September 19, 2019 10:32 AM To: LIONEL TAO (OPS-IRIS-ISD-OOCLL/ZHA) ; dev@kylin.apache.org Subject: Re: How to migrate model/cube metadat across cluster Hi, As the doc says, it could migrate cube between different clusters. If you have a kylin instance in QA cluster (qa_node:

RE: How to migrate model/cube metadat across cluster

2019-09-18 Thread lionel.tao
ache.org; LIONEL TAO (OPS-IRIS-ISD-OOCLL/ZHA) Subject: Re: How to migrate model/cube metadat across cluster Hi Lionel, It is a good practice to do a full test at test env and migrate it to another env, I think you can use CubeMigrationCLI to meet your request. Please check https

Re: How to migrate model/cube metadat across cluster

2019-09-18 Thread Nikhil Jain
Hi Lionel, You might want to look into CubeMigrationCLI.java for migrating from lower to higher environments. http://kylin.apache.org/docs/howto/howto_use_cli.html I hope this helps! Best Regards, Nikhil Jain On 2019/9/19, 1:12 AM, "lionel@oocl.com" wrote: Hi Kylin dev,

Re: How to migrate model/cube metadat across cluster

2019-09-18 Thread Xiaoxiang Yu
Hi Lionel, It is a good practice to do a full test at test env and migrate it to another env, I think you can use CubeMigrationCLI to meet your request. Please check http://kylin.apache.org/docs/howto/howto_use_cli.html for more detail. Best wishes, Xiaoxiang Yu 在

How to migrate model/cube metadat across cluster

2019-09-18 Thread lionel.tao
Hi Kylin dev, We are now trying Kylin for our OLAP system, and now have some questions need clarify with you : 1. See that cannot use CLI to migrate data from QA environment to PROD if they are in different cluster, what's the limitation when migrate across clusters and then how can do