Package | Description |
---|---|
alluxio.cli.hms |
Modifier and Type | Class and Description |
---|---|
class |
CreateHmsClientValidationTask
A validation task that generates a new Hive Metastore client and verifies the connection.
|
class |
DatabaseValidationTask
A task which, given a metastore client can retrieve information from a user-specified
database.
|
class |
TableValidationTask
A task which validates table information and schemas can be obtained from the Hive Metastore.
|
class |
UriCheckTask
A Task which given an input string, checks that the input is a valid connection string for to
the Hive Metastore.
|
Modifier and Type | Field and Description |
---|---|
protected MetastoreValidationTask<?,K> |
MetastoreValidationTask.mInputTask |
Constructor and Description |
---|
CreateHmsClientValidationTask(int socketTimeout,
MetastoreValidationTask<?,String> input)
Create a new instance of
CreateHmsClientValidationTask . |
DatabaseValidationTask(String dbName,
MetastoreValidationTask<?,org.apache.hadoop.hive.metastore.IMetaStoreClient> prereq)
Create a new instance of
DatabaseValidationTask . |
MetastoreValidationTask(MetastoreValidationTask<?,K> inputTask)
Create a new
MetastoreValidationTask with the given input task. |
TableValidationTask(String database,
String tableNames,
MetastoreValidationTask<?,org.apache.hadoop.hive.metastore.IMetaStoreClient> prereq)
Create a new metastore validation task.
|
Copyright © 2023. All Rights Reserved.