public class CopyPartitionsOperation
extends java.lang.Object
| Constructor and Description |
|---|
CopyPartitionsOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(com.hotels.hcommon.hive.metastore.client.api.CloseableMetaStoreClient client,
org.apache.hadoop.hive.metastore.api.Table oldTable,
org.apache.hadoop.hive.metastore.api.Table newTable)
Copies partitions from oldTable to newTable, partitions copied are modified to take the schema of newTable
|
public void execute(com.hotels.hcommon.hive.metastore.client.api.CloseableMetaStoreClient client,
org.apache.hadoop.hive.metastore.api.Table oldTable,
org.apache.hadoop.hive.metastore.api.Table newTable)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2016–2022 Expedia Group. All rights reserved.