public class TableValidationTask extends MetastoreValidationTask<org.apache.hadoop.hive.metastore.IMetaStoreClient,java.lang.String>
mInputTask| Constructor and Description |
|---|
TableValidationTask(java.lang.String database,
java.lang.String tableNames,
MetastoreValidationTask<?,org.apache.hadoop.hive.metastore.IMetaStoreClient> prereq)
Create a new metastore validation task.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
validateImplgetOptionList, validatepublic TableValidationTask(java.lang.String database,
java.lang.String tableNames,
MetastoreValidationTask<?,org.apache.hadoop.hive.metastore.IMetaStoreClient> prereq)
database - the database containing the desired tablestableNames - a single table name, or comma-delimited list of table names to check for;
If null or empty, retrieves all tables in the databaseprereq - the pre-requisite task supplying the metastore clientCopyright © 2023. All Rights Reserved.