Modifier and Type | Method and Description |
---|---|
ScriptState |
ExecutionEngine.instantiateScriptState()
Creates a ScriptState object which will be accessible as a ThreadLocal
variable inside the ScriptState class.
|
Modifier and Type | Method and Description |
---|---|
ScriptState |
MRExecutionEngine.instantiateScriptState() |
Modifier and Type | Method and Description |
---|---|
ScriptState |
SparkExecutionEngine.instantiateScriptState() |
Modifier and Type | Method and Description |
---|---|
ScriptState |
TezExecutionEngine.instantiateScriptState() |
Modifier and Type | Method and Description |
---|---|
static ScriptState |
ScriptState.get() |
static ScriptState |
ScriptState.start(ScriptState state) |
static ScriptState |
ScriptState.start(String commandLine,
PigContext pigContext)
Deprecated.
use
start(ScriptState) instead. |
Modifier and Type | Method and Description |
---|---|
static ScriptState |
ScriptState.start(ScriptState state) |
Modifier and Type | Class and Description |
---|---|
class |
MRScriptState
ScriptStates encapsulates settings for a Pig script that runs on a hadoop
cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
SparkScriptState
ScriptStates encapsulates settings for a Pig script that runs on a hadoop
cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
TezScriptState
ScriptStates encapsulates settings for a Pig script that runs on a hadoop
cluster.
|
Copyright © 2007-2017 The Apache Software Foundation