|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.apache.hadoop.hive.ql | |
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
org.apache.hadoop.hive.ql.index | |
org.apache.hadoop.hive.ql.io.rcfile.merge | |
org.apache.hadoop.hive.ql.optimizer.physical | |
org.apache.hadoop.hive.ql.parse |
Uses of Context in org.apache.hadoop.hive.ql |
---|
Methods in org.apache.hadoop.hive.ql that return Context | |
---|---|
Context |
DriverContext.getCtx()
|
Constructors in org.apache.hadoop.hive.ql with parameters of type Context | |
---|---|
DriverContext(Queue<Task<? extends Serializable>> runnable,
Context ctx)
|
Uses of Context in org.apache.hadoop.hive.ql.exec |
---|
Methods in org.apache.hadoop.hive.ql.exec with parameters of type Context | |
---|---|
static void |
ExecDriver.addInputPaths(org.apache.hadoop.mapred.JobConf job,
MapredWork work,
String hiveScratchDir,
Context ctx)
|
static String |
ExecDriver.generateCmdLine(HiveConf hconf,
Context ctx)
Given a Hive Configuration object - generate a command line fragment for passing such configuration information to ExecDriver. |
static org.apache.hadoop.fs.ContentSummary |
Utilities.getInputSummary(Context ctx,
MapredWork work,
org.apache.hadoop.fs.PathFilter filter)
Calculate the total size of input files. |
static boolean |
Utilities.isEmptyPath(org.apache.hadoop.mapred.JobConf job,
String dirPath,
Context ctx)
|
void |
Task.localizeMRTmpFiles(Context ctx)
Localize a task tree |
protected abstract void |
Task.localizeMRTmpFilesImpl(Context ctx)
If this task uses any map-reduce intermediate data (either for reading or for writing), localize them (using the supplied Context). |
protected void |
StatsTask.localizeMRTmpFilesImpl(Context ctx)
|
protected void |
MoveTask.localizeMRTmpFilesImpl(Context ctx)
|
void |
MapredLocalTask.localizeMRTmpFilesImpl(Context ctx)
|
protected void |
FunctionTask.localizeMRTmpFilesImpl(Context ctx)
|
protected void |
FetchTask.localizeMRTmpFilesImpl(Context ctx)
|
protected void |
ExplainTask.localizeMRTmpFilesImpl(Context ctx)
|
protected void |
ExecDriver.localizeMRTmpFilesImpl(Context ctx)
|
protected void |
DependencyCollectionTask.localizeMRTmpFilesImpl(Context ctx)
|
protected void |
DDLTask.localizeMRTmpFilesImpl(Context ctx)
|
protected void |
CopyTask.localizeMRTmpFilesImpl(Context ctx)
|
protected void |
ConditionalTask.localizeMRTmpFilesImpl(Context ctx)
|
protected void |
ColumnStatsTask.localizeMRTmpFilesImpl(Context ctx)
|
Uses of Context in org.apache.hadoop.hive.ql.index |
---|
Methods in org.apache.hadoop.hive.ql.index with parameters of type Context | |
---|---|
protected void |
IndexMetadataChangeTask.localizeMRTmpFilesImpl(Context ctx)
|
Uses of Context in org.apache.hadoop.hive.ql.io.rcfile.merge |
---|
Methods in org.apache.hadoop.hive.ql.io.rcfile.merge with parameters of type Context | |
---|---|
protected void |
BlockMergeTask.localizeMRTmpFilesImpl(Context ctx)
|
Uses of Context in org.apache.hadoop.hive.ql.optimizer.physical |
---|
Methods in org.apache.hadoop.hive.ql.optimizer.physical that return Context | |
---|---|
Context |
PhysicalContext.getContext()
|
Methods in org.apache.hadoop.hive.ql.optimizer.physical with parameters of type Context | |
---|---|
void |
PhysicalContext.setContext(Context context)
|
Constructors in org.apache.hadoop.hive.ql.optimizer.physical with parameters of type Context | |
---|---|
PhysicalContext(HiveConf conf,
ParseContext parseContext,
Context context,
List<Task<? extends Serializable>> rootTasks,
Task<? extends Serializable> fetchTask)
|
Uses of Context in org.apache.hadoop.hive.ql.parse |
---|
Fields in org.apache.hadoop.hive.ql.parse declared as Context | |
---|---|
protected Context |
BaseSemanticAnalyzer.ctx
|
Methods in org.apache.hadoop.hive.ql.parse that return Context | |
---|---|
Context |
ParseContext.getContext()
|
Methods in org.apache.hadoop.hive.ql.parse with parameters of type Context | |
---|---|
void |
ColumnStatsSemanticAnalyzer.analyze(ASTNode ast,
Context origCtx)
|
void |
BaseSemanticAnalyzer.analyze(ASTNode ast,
Context ctx)
|
void |
BaseSemanticAnalyzer.initCtx(Context ctx)
|
ASTNode |
ParseDriver.parse(String command,
Context ctx)
Parses a command, optionally assigning the parser's token stream to the given context. |
void |
ParseContext.setContext(Context ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |