public class HiveWrapper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HiveWrapper.Tuple<T> |
| Constructor and Description |
|---|
HiveWrapper(Hive db,
String dbName) |
HiveWrapper(Hive db,
String dbName,
long lastReplId) |
| Modifier and Type | Method and Description |
|---|---|
HiveWrapper.Tuple<org.apache.hadoop.hive.metastore.api.Database> |
database() |
HiveWrapper.Tuple<org.apache.hadoop.hive.metastore.api.Function> |
function(String name) |
HiveWrapper.Tuple<Table> |
table(String tableName,
HiveConf conf) |
HiveWrapper.Tuple<Table> |
table(Table tblObj) |
public HiveWrapper.Tuple<org.apache.hadoop.hive.metastore.api.Function> function(String name) throws HiveException
HiveExceptionpublic HiveWrapper.Tuple<org.apache.hadoop.hive.metastore.api.Database> database() throws HiveException
HiveExceptionpublic HiveWrapper.Tuple<Table> table(String tableName, HiveConf conf) throws HiveException
HiveExceptionpublic HiveWrapper.Tuple<Table> table(Table tblObj) throws HiveException
HiveExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.