org.apache.hadoop.hive.ql.parse
Class MapReduceCompiler

java.lang.Object
  extended by org.apache.hadoop.hive.ql.parse.TaskCompiler
      extended by org.apache.hadoop.hive.ql.parse.MapReduceCompiler

public class MapReduceCompiler
extends TaskCompiler


Constructor Summary
MapReduceCompiler()
           
 
Method Summary
 ParseContext getParseContext(ParseContext pCtx, List<Task<? extends Serializable>> rootTasks)
          Create a clone of the parse context
 
Methods inherited from class org.apache.hadoop.hive.ql.parse.TaskCompiler
compile, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapReduceCompiler

public MapReduceCompiler()
Method Detail

getParseContext

public ParseContext getParseContext(ParseContext pCtx,
                                    List<Task<? extends Serializable>> rootTasks)
Description copied from class: TaskCompiler
Create a clone of the parse context

Overrides:
getParseContext in class TaskCompiler


Copyright © 2014 The Apache Software Foundation. All rights reserved.