public class MapReduceCompiler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected SessionState.LogHelper |
console |
protected org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
MapReduceCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(ParseContext pCtx,
java.util.List<Task<? extends java.io.Serializable>> rootTasks,
java.util.HashSet<ReadEntity> inputs,
java.util.HashSet<WriteEntity> outputs) |
ParseContext |
getParseContext(ParseContext pCtx,
java.util.List<Task<? extends java.io.Serializable>> rootTasks) |
void |
init(HiveConf conf,
SessionState.LogHelper console,
Hive db) |
protected final org.apache.commons.logging.Log LOG
protected SessionState.LogHelper console
public void init(HiveConf conf, SessionState.LogHelper console, Hive db)
public void compile(ParseContext pCtx, java.util.List<Task<? extends java.io.Serializable>> rootTasks, java.util.HashSet<ReadEntity> inputs, java.util.HashSet<WriteEntity> outputs) throws SemanticException
SemanticExceptionpublic ParseContext getParseContext(ParseContext pCtx, java.util.List<Task<? extends java.io.Serializable>> rootTasks)
Copyright © 2012 The Apache Software Foundation