|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HiveConf in org.apache.hadoop.hive.cli |
---|
Constructors in org.apache.hadoop.hive.cli with parameters of type HiveConf | |
---|---|
CliSessionState(HiveConf conf)
|
Uses of HiveConf in org.apache.hadoop.hive.jdbc |
---|
Constructors in org.apache.hadoop.hive.jdbc with parameters of type HiveConf | |
---|---|
JdbcSessionState(HiveConf conf)
|
Uses of HiveConf in org.apache.hadoop.hive.metastore |
---|
Fields in org.apache.hadoop.hive.metastore declared as HiveConf | |
---|---|
protected static HiveConf |
TestHiveMetaStore.hiveConf
|
Methods in org.apache.hadoop.hive.metastore that return HiveConf | |
---|---|
HiveConf |
HiveMetaStore.HMSHandler.getHiveConf()
|
Methods in org.apache.hadoop.hive.metastore with parameters of type HiveConf | |
---|---|
static void |
MetaStoreUtils.makeDir(org.apache.hadoop.fs.Path path,
HiveConf hiveConf)
|
static void |
TestHiveMetaStore.partitionTester(HiveMetaStoreClient client,
HiveConf hiveConf)
|
Constructors in org.apache.hadoop.hive.metastore with parameters of type HiveConf | |
---|---|
HiveMetaStore.HMSHandler(String name,
HiveConf conf)
|
|
HiveMetaStoreClient(HiveConf conf)
|
|
HiveMetaStoreClient(HiveConf conf,
HiveMetaHookLoader hookLoader)
|
Uses of HiveConf in org.apache.hadoop.hive.ql |
---|
Methods in org.apache.hadoop.hive.ql with parameters of type HiveConf | |
---|---|
static Schema |
Driver.getSchema(BaseSemanticAnalyzer sem,
HiveConf conf)
Get a Schema with fields represented with native Hive types |
Constructors in org.apache.hadoop.hive.ql with parameters of type HiveConf | |
---|---|
Context(HiveConf conf)
|
|
Context(HiveConf conf,
String executionId)
Create a Context with a given executionId. |
|
Driver(HiveConf conf)
for backwards compatibility with current tests |
Uses of HiveConf in org.apache.hadoop.hive.ql.exec |
---|
Fields in org.apache.hadoop.hive.ql.exec declared as HiveConf | |
---|---|
protected HiveConf |
Task.conf
|
Methods in org.apache.hadoop.hive.ql.exec with parameters of type HiveConf | ||
---|---|---|
int |
ExecDriver.estimateNumberOfReducers(HiveConf hive,
org.apache.hadoop.mapred.JobConf job,
MapredWork work)
Estimate the number of reducers needed for this job, based on job input, and configuration parameters. |
|
static String |
ExecDriver.generateCmdLine(HiveConf hconf)
Given a Hive Configuration object - generate a command line fragment for passing such configuration information to ExecDriver. |
|
static
|
TaskFactory.get(Class<T> workClass,
HiveConf conf)
|
|
static
|
TaskFactory.get(T work,
HiveConf conf,
Task<? extends Serializable>... tasklist)
|
|
static
|
TaskFactory.getAndMakeChild(T work,
HiveConf conf,
Task<? extends Serializable>... tasklist)
|
|
void |
ConditionalTask.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext driverContext)
|
|
void |
FunctionTask.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext ctx)
|
|
void |
Task.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext driverContext)
|
|
void |
FetchTask.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext ctx)
|
|
void |
DDLTask.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext ctx)
|
|
void |
ExecDriver.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext driverContext)
Initialization when invoked from QL. |
Uses of HiveConf in org.apache.hadoop.hive.ql.io |
---|
Methods in org.apache.hadoop.hive.ql.io with parameters of type HiveConf | |
---|---|
static boolean |
HiveFileFormatUtils.checkInputFormat(org.apache.hadoop.fs.FileSystem fs,
HiveConf conf,
Class<? extends org.apache.hadoop.mapred.InputFormat> inputFormatCls,
ArrayList<org.apache.hadoop.fs.FileStatus> files)
checks if files are in same format as the given input format. |
boolean |
InputFormatChecker.validateInput(org.apache.hadoop.fs.FileSystem fs,
HiveConf conf,
ArrayList<org.apache.hadoop.fs.FileStatus> files)
This method is used to validate the input files. |
boolean |
RCFileInputFormat.validateInput(org.apache.hadoop.fs.FileSystem fs,
HiveConf conf,
ArrayList<org.apache.hadoop.fs.FileStatus> files)
|
boolean |
SequenceFileInputFormatChecker.validateInput(org.apache.hadoop.fs.FileSystem fs,
HiveConf conf,
ArrayList<org.apache.hadoop.fs.FileStatus> files)
|
Uses of HiveConf in org.apache.hadoop.hive.ql.metadata |
---|
Methods in org.apache.hadoop.hive.ql.metadata that return HiveConf | |
---|---|
HiveConf |
Hive.getConf()
|
Methods in org.apache.hadoop.hive.ql.metadata with parameters of type HiveConf | |
---|---|
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. |
Uses of HiveConf in org.apache.hadoop.hive.ql.optimizer |
---|
Methods in org.apache.hadoop.hive.ql.optimizer that return HiveConf | |
---|---|
HiveConf |
GenMRProcContext.getConf()
|
Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type HiveConf | |
---|---|
static MapredWork |
GenMapRedUtils.getMapRedWork(HiveConf conf)
create a new plan and return. |
void |
Optimizer.initialize(HiveConf hiveConf)
Create the list of transformations. |
void |
GenMRProcContext.setConf(HiveConf conf)
|
Constructors in org.apache.hadoop.hive.ql.optimizer with parameters of type HiveConf | |
---|---|
GenMRProcContext(HiveConf conf,
HashMap<Operator<? extends Serializable>,Task<? extends Serializable>> opTaskMap,
List<Operator<? extends Serializable>> seenOps,
ParseContext parseCtx,
List<Task<? extends Serializable>> mvTask,
List<Task<? extends Serializable>> rootTasks,
LinkedHashMap<Operator<? extends Serializable>,GenMRProcContext.GenMapRedCtx> mapCurrCtx,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs)
|
Uses of HiveConf in org.apache.hadoop.hive.ql.optimizer.physical |
---|
Fields in org.apache.hadoop.hive.ql.optimizer.physical declared as HiveConf | |
---|---|
protected HiveConf |
PhysicalContext.conf
|
Methods in org.apache.hadoop.hive.ql.optimizer.physical that return HiveConf | |
---|---|
HiveConf |
PhysicalContext.getConf()
|
Methods in org.apache.hadoop.hive.ql.optimizer.physical with parameters of type HiveConf | |
---|---|
void |
PhysicalContext.setConf(HiveConf conf)
|
static boolean |
GenMRSkewJoinProcessor.skewJoinEnabled(HiveConf conf,
JoinOperator joinOp)
|
Constructors in org.apache.hadoop.hive.ql.optimizer.physical with parameters of type HiveConf | |
---|---|
PhysicalContext(HiveConf conf,
ParseContext parseContext,
Context context,
List<Task<? extends Serializable>> rootTasks,
Task<? extends Serializable> fetchTask)
|
|
PhysicalOptimizer(PhysicalContext pctx,
HiveConf hiveConf)
|
Uses of HiveConf in org.apache.hadoop.hive.ql.optimizer.ppr |
---|
Methods in org.apache.hadoop.hive.ql.optimizer.ppr with parameters of type HiveConf | |
---|---|
static PrunedPartitionList |
PartitionPruner.prune(Table tab,
ExprNodeDesc prunerExpr,
HiveConf conf,
String alias,
Map<String,PrunedPartitionList> prunedPartitionsMap)
Get the partition list for the table that satisfies the partition pruner condition. |
Uses of HiveConf in org.apache.hadoop.hive.ql.parse |
---|
Fields in org.apache.hadoop.hive.ql.parse declared as HiveConf | |
---|---|
protected HiveConf |
BaseSemanticAnalyzer.conf
|
Methods in org.apache.hadoop.hive.ql.parse that return HiveConf | |
---|---|
HiveConf |
ParseContext.getConf()
|
Methods in org.apache.hadoop.hive.ql.parse with parameters of type HiveConf | |
---|---|
static BaseSemanticAnalyzer |
SemanticAnalyzerFactory.get(HiveConf conf,
ASTNode tree)
|
void |
ParseContext.setConf(HiveConf conf)
|
Uses of HiveConf in org.apache.hadoop.hive.ql.plan |
---|
Methods in org.apache.hadoop.hive.ql.plan with parameters of type HiveConf | |
---|---|
List<Task<? extends Serializable>> |
ConditionalResolverSkewJoin.getTasks(HiveConf conf,
Object objCtx)
|
List<Task<? extends Serializable>> |
ConditionalResolver.getTasks(HiveConf conf,
Object ctx)
All conditional resolvers implement this interface. |
List<Task<? extends Serializable>> |
ConditionalResolverMergeFiles.getTasks(HiveConf conf,
Object objCtx)
|
Uses of HiveConf in org.apache.hadoop.hive.ql.session |
---|
Fields in org.apache.hadoop.hive.ql.session declared as HiveConf | |
---|---|
protected HiveConf |
SessionState.conf
current configuration. |
Methods in org.apache.hadoop.hive.ql.session that return HiveConf | |
---|---|
HiveConf |
SessionState.getConf()
|
Methods in org.apache.hadoop.hive.ql.session with parameters of type HiveConf | |
---|---|
void |
SessionState.setConf(HiveConf conf)
|
static SessionState |
SessionState.start(HiveConf conf)
start a new session and set it to current session. |
Constructors in org.apache.hadoop.hive.ql.session with parameters of type HiveConf | |
---|---|
SessionState(HiveConf conf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |