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

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

public class TezCompiler
extends TaskCompiler

TezCompiler translates the operator plan into TezTasks.


Constructor Summary
TezCompiler()
           
 
Method Summary
 void init(HiveConf conf, SessionState.LogHelper console, Hive db)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.parse.TaskCompiler
compile, getParseContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TezCompiler

public TezCompiler()
Method Detail

init

public void init(HiveConf conf,
                 SessionState.LogHelper console,
                 Hive db)
Overrides:
init in class TaskCompiler


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