public interface HiveServerContext
StandaloneHiveRunner uses the StandaloneHiveServerContext to create a context with
zero external dependencies.
By implementing other contexts you may e.g. point hiveserver to a different metastore, pre installed external hadoop
instance etc.| Modifier and Type | Method and Description |
|---|---|
Path |
getBaseDir()
Get file folder that acts as the base dir for the test data.
|
org.apache.hadoop.hive.conf.HiveConf |
getHiveConf()
Get the hiveconf.
|
void |
init()
Create all test resources and set all hive configurations.
|
void init()
HiveServerContainer.init(Map, Map)org.apache.hadoop.hive.conf.HiveConf getHiveConf()
Path getBaseDir()
Each test method will have a new base dir spawned by the HiveRunner engine.
Copyright © 2013–2020. All rights reserved.