Package | Description |
---|---|
org.apache.pig |
Public interfaces and classes for Pig.
|
org.apache.pig.backend.hadoop.executionengine | |
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
org.apache.pig.backend.hadoop.executionengine.spark | |
org.apache.pig.backend.hadoop.executionengine.tez | |
org.apache.pig.impl |
Modifier and Type | Method and Description |
---|---|
ExecutionEngine |
ExecType.getExecutionEngine(PigContext pigContext)
Returns the Execution Engine that this ExecType is associated with.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ExecutionEngine> |
ExecType.getExecutionEngineClass()
Returns the Execution Engine class that this ExecType is associated with.
|
Modifier and Type | Class and Description |
---|---|
class |
HExecutionEngine |
Modifier and Type | Class and Description |
---|---|
class |
MRExecutionEngine |
Modifier and Type | Method and Description |
---|---|
ExecutionEngine |
MRExecType.getExecutionEngine(PigContext pigContext) |
ExecutionEngine |
LocalExecType.getExecutionEngine(PigContext pigContext) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ExecutionEngine> |
MRExecType.getExecutionEngineClass() |
Modifier and Type | Class and Description |
---|---|
class |
SparkExecutionEngine |
Modifier and Type | Method and Description |
---|---|
ExecutionEngine |
SparkExecType.getExecutionEngine(PigContext pigContext) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ExecutionEngine> |
SparkExecType.getExecutionEngineClass() |
Modifier and Type | Class and Description |
---|---|
class |
TezExecutionEngine |
Modifier and Type | Method and Description |
---|---|
ExecutionEngine |
TezExecType.getExecutionEngine(PigContext pigContext) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ExecutionEngine> |
TezExecType.getExecutionEngineClass() |
Modifier and Type | Method and Description |
---|---|
ExecutionEngine |
PigContext.getExecutionEngine() |
Copyright © 2007-2017 The Apache Software Foundation