| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.util |
| Modifier and Type | Method and Description |
|---|---|
static HiveStrictManagedMigration.TableMigrationOption |
HiveStrictManagedMigration.determineMigrationTypeAutomatically(org.apache.hadoop.hive.metastore.api.Table tableObj,
TableType tableType,
String ownerName,
org.apache.hadoop.conf.Configuration conf,
IMetaStoreClient hms,
Boolean isPathOwnedByHive) |
static HiveStrictManagedMigration.TableMigrationOption |
HiveStrictManagedMigration.TableMigrationOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveStrictManagedMigration.TableMigrationOption[] |
HiveStrictManagedMigration.TableMigrationOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HiveStrictManagedMigration.migrateTable(org.apache.hadoop.hive.metastore.api.Table tableObj,
TableType tableType,
HiveStrictManagedMigration.TableMigrationOption migrationOption,
boolean dryRun,
org.apache.hadoop.hive.ql.util.HiveStrictManagedMigration.HiveUpdater hiveUpdater,
IMetaStoreClient hms,
org.apache.hadoop.conf.Configuration conf) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.