Uses of Class
org.apache.hadoop.hive.ql.parse.TaskCompiler

Packages that use TaskCompiler
org.apache.hadoop.hive.ql.parse   
 

Uses of TaskCompiler in org.apache.hadoop.hive.ql.parse
 

Subclasses of TaskCompiler in org.apache.hadoop.hive.ql.parse
 class MapReduceCompiler
           
 class TezCompiler
          TezCompiler translates the operator plan into TezTasks.
 

Methods in org.apache.hadoop.hive.ql.parse that return TaskCompiler
static TaskCompiler TaskCompilerFactory.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.