|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HiveMetaException | |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hive.beeline |
Uses of HiveMetaException in org.apache.hadoop.hive.metastore |
---|
Methods in org.apache.hadoop.hive.metastore that throw HiveMetaException | |
---|---|
String |
MetaStoreSchemaInfo.generateInitFileName(String toVersion)
Get the name of the script to initialize the schema for given version |
String |
TestMetastoreVersion.getMetaStoreVersion()
|
List<String> |
MetaStoreSchemaInfo.getUpgradeScripts(String fromVersion)
Get the list of sql scripts required to upgrade from the give version to current |
void |
TestMetastoreVersion.setMetaStoreVersion(String newVersion,
String comment)
|
Constructors in org.apache.hadoop.hive.metastore that throw HiveMetaException | |
---|---|
MetaStoreSchemaInfo(String hiveHome,
HiveConf hiveConf,
String dbType)
|
Uses of HiveMetaException in org.apache.hive.beeline |
---|
Methods in org.apache.hive.beeline that throw HiveMetaException | |
---|---|
void |
HiveSchemaTool.doInit()
Initialize the metastore schema to current version |
void |
HiveSchemaTool.doInit(String toVersion)
Initialize the metastore schema |
void |
HiveSchemaTool.doUpgrade()
Perform metastore schema upgrade. |
void |
HiveSchemaTool.doUpgrade(String fromSchemaVer)
Perform metastore schema upgrade |
void |
HiveSchemaTool.showInfo()
Print Hive version and schema version |
void |
HiveSchemaTool.verifySchemaVersion()
check if the current schema version in metastore matches the Hive version |
Constructors in org.apache.hive.beeline that throw HiveMetaException | |
---|---|
HiveSchemaTool(String dbType)
|
|
HiveSchemaTool(String hiveHome,
HiveConf hiveConf,
String dbType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |