org.apache.hadoop.hive.ql.optimizer
Class GenMRProcContext.GenMapRedCtx

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMapRedCtx
Enclosing class:
GenMRProcContext

public static class GenMRProcContext.GenMapRedCtx
extends Object

GenMapRedCtx is used to keep track of the current state.


Constructor Summary
GenMRProcContext.GenMapRedCtx()
           
GenMRProcContext.GenMapRedCtx(Task<? extends Serializable> currTask, String currAliasId)
           
 
Method Summary
 String getCurrAliasId()
           
 Task<? extends Serializable> getCurrTask()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenMRProcContext.GenMapRedCtx

public GenMRProcContext.GenMapRedCtx()

GenMRProcContext.GenMapRedCtx

public GenMRProcContext.GenMapRedCtx(Task<? extends Serializable> currTask,
                                     String currAliasId)
Parameters:
currTask - the current task
currAliasId -
Method Detail

getCurrTask

public Task<? extends Serializable> getCurrTask()
Returns:
current task

getCurrAliasId

public String getCurrAliasId()
Returns:
current alias


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