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

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

public class TaskCompilerFactory
extends Object

TaskCompilerFactory is a factory class to choose the appropriate TaskCompiler.


Method Summary
static TaskCompiler getCompiler(HiveConf conf, ParseContext parseContext)
          Returns the appropriate compiler to translate the operator tree into executable units.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCompiler

public static TaskCompiler getCompiler(HiveConf conf,
                                       ParseContext parseContext)
Returns the appropriate compiler to translate the operator tree into executable units.



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