[
https://issues.apache.org/jira/browse/KYLIN-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Billy Liu updated KYLIN-2317:
-----------------------------
Attachment: KYLIN-2317.patch
Hi [~Shaofengshi], the patch is ready. To use HybridCubeCLI:
1. Create new HybridCube
bin/kylin.sh org.apache.kylin.tool.HybridCubeCLI -action create -name
hybrid_name -project project_name -model model_name -cubes cube1,cube2
2. Update existing HybridCube
bin/kylin.sh org.apache.kylin.tool.HybridCubeCLI -action update -name
hybrid_name -project project_name -model model_name -cubes cube1,cube2,cube3
3. Delete the HybridCube
bin/kylin.sh org.apache.kylin.tool.HybridCubeCLI -action delete -name
hybrid_name -project project_name -model model_name
> Hybrid Cube CLI Tools
> ---------------------
>
> Key: KYLIN-2317
> URL: https://issues.apache.org/jira/browse/KYLIN-2317
> Project: Kylin
> Issue Type: New Feature
> Components: Metadata
> Affects Versions: v1.6.0
> Reporter: Billy Liu
> Assignee: Billy Liu
> Attachments: KYLIN-2317.patch
>
>
> Provide CLI tools for Hybrid Cube feature
> 1. Create new Hybrid Cube by merging existing cubes
> 2. Check cubes no overlap
> 3. Merge existing Cube into existing Hybrid Cube
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)