public class TezExecType extends java.lang.Object implements ExecType
| Constructor and Description |
|---|
TezExecType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(java.util.Properties properties)
An ExecType is selected based off the Properties for the given script.
|
ExecutionEngine |
getExecutionEngine(PigContext pigContext)
Returns the Execution Engine that this ExecType is associated with.
|
java.lang.Class<? extends ExecutionEngine> |
getExecutionEngineClass()
Returns the Execution Engine class that this ExecType is associated with.
|
static java.lang.String |
getTezVersion() |
boolean |
isLocal()
An ExecType is classified as local if it runs in-process and through the
local filesystem.
|
java.lang.String |
name()
Returns the canonical name for this ExecType.
|
java.lang.String |
toString() |
public boolean accepts(java.util.Properties properties)
ExecTypepublic ExecutionEngine getExecutionEngine(PigContext pigContext)
ExecTypegetExecutionEngine in interface ExecTypepublic java.lang.Class<? extends ExecutionEngine> getExecutionEngineClass()
ExecTypegetExecutionEngineClass in interface ExecTypepublic boolean isLocal()
ExecTypepublic java.lang.String name()
ExecTypepublic java.lang.String toString()
toString in class java.lang.Objectpublic static java.lang.String getTezVersion()
Copyright © 2007-2012 The Apache Software Foundation