|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Hive in org.apache.hadoop.hive.cli |
---|
Constructors in org.apache.hadoop.hive.cli with parameters of type Hive | |
---|---|
CliSessionState(HiveConf conf,
Hive db)
|
Uses of Hive in org.apache.hadoop.hive.jdbc |
---|
Constructors in org.apache.hadoop.hive.jdbc with parameters of type Hive | |
---|---|
JdbcSessionState(HiveConf conf,
Hive db)
|
Uses of Hive in org.apache.hadoop.hive.ql.exec |
---|
Fields in org.apache.hadoop.hive.ql.exec declared as Hive | |
---|---|
protected Hive |
Task.db
|
Uses of Hive in org.apache.hadoop.hive.ql.metadata |
---|
Methods in org.apache.hadoop.hive.ql.metadata that return Hive | |
---|---|
static Hive |
Hive.get()
|
static Hive |
Hive.get(HiveConf c)
Gets hive object for the current thread. |
static Hive |
Hive.get(HiveConf c,
boolean needsRefresh)
get a connection to metastore. |
Constructors in org.apache.hadoop.hive.ql.metadata with parameters of type Hive | |
---|---|
HiveMetaStoreChecker(Hive hive,
org.apache.hadoop.fs.FileSystem fs)
|
|
Table(String name,
Properties schema,
Deserializer deserializer,
Class<? extends org.apache.hadoop.mapred.InputFormat<?,?>> inputFormatClass,
Class<? extends org.apache.hadoop.mapred.OutputFormat<?,?>> outputFormatClass,
URI dataLocation,
Hive hive)
Table Create a TableMetaInfo object presumably with the intent of saving it to the metastore |
Uses of Hive in org.apache.hadoop.hive.ql.parse |
---|
Fields in org.apache.hadoop.hive.ql.parse declared as Hive | |
---|---|
protected Hive |
BaseSemanticAnalyzer.db
|
Constructors in org.apache.hadoop.hive.ql.parse with parameters of type Hive | |
---|---|
BaseSemanticAnalyzer.tableSpec(Hive db,
ASTNode ast,
boolean forceCreatePartition)
|
Uses of Hive in org.apache.hadoop.hive.ql.session |
---|
Fields in org.apache.hadoop.hive.ql.session declared as Hive | |
---|---|
protected Hive |
SessionState.db
cached current connection to Hive MetaStore |
Methods in org.apache.hadoop.hive.ql.session that return Hive | |
---|---|
Hive |
SessionState.getDb()
|
Constructors in org.apache.hadoop.hive.ql.session with parameters of type Hive | |
---|---|
SessionState(HiveConf conf,
Hive db)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |