public class CubeMigrationCLI extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACL_INFO_FAMILY |
| Constructor and Description |
|---|
CubeMigrationCLI() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkMigrationSuccess(org.apache.kylin.common.KylinConfig kylinConfig,
String cubeName,
Boolean ifFix) |
static void |
main(String[] args) |
static void |
moveCube(org.apache.kylin.common.KylinConfig srcCfg,
org.apache.kylin.common.KylinConfig dstCfg,
String cubeName,
String projectName,
String copyAcl,
String purgeAndDisable,
String overwriteIfExists,
String realExecute) |
static void |
moveCube(String srcCfgUri,
String dstCfgUri,
String cubeName,
String projectName,
String copyAcl,
String purgeAndDisable,
String overwriteIfExists,
String realExecute) |
public static final String ACL_INFO_FAMILY
public static void main(String[] args) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static void moveCube(org.apache.kylin.common.KylinConfig srcCfg,
org.apache.kylin.common.KylinConfig dstCfg,
String cubeName,
String projectName,
String copyAcl,
String purgeAndDisable,
String overwriteIfExists,
String realExecute)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic static void moveCube(String srcCfgUri, String dstCfgUri, String cubeName, String projectName, String copyAcl, String purgeAndDisable, String overwriteIfExists, String realExecute) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static void checkMigrationSuccess(org.apache.kylin.common.KylinConfig kylinConfig,
String cubeName,
Boolean ifFix)
throws IOException
IOExceptionCopyright © 2014–2016 Apache Software Foundation. All rights reserved.