public class TableValidationTask extends MetastoreValidationTask<org.apache.hadoop.hive.metastore.IMetaStoreClient,String>
mInputTask
Constructor and Description |
---|
TableValidationTask(String database,
String tableNames,
MetastoreValidationTask<?,org.apache.hadoop.hive.metastore.IMetaStoreClient> prereq)
Create a new metastore validation task.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the task.
|
validateImpl
getOptionList, validate
public TableValidationTask(String database, 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 clientpublic String getName()
ValidationTask
Copyright © 2023. All Rights Reserved.