public class CreateTableOperation extends DDLOperation<CreateTableDesc>
context, desc, LOG| Constructor and Description |
|---|
CreateTableOperation(DDLOperationContext context,
CreateTableDesc desc) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
doesTableNeedLocation(Table tbl) |
int |
execute() |
static void |
makeLocationQualified(Table table,
HiveConf conf) |
public CreateTableOperation(DDLOperationContext context, CreateTableDesc desc)
public int execute()
throws HiveException
execute in class DDLOperation<CreateTableDesc>HiveExceptionpublic static boolean doesTableNeedLocation(Table tbl)
public static void makeLocationQualified(Table table, HiveConf conf) throws HiveException
HiveExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.