| Package | Description |
|---|---|
| org.apache.pig |
Public interfaces and classes for Pig.
|
| org.apache.pig.impl | |
| org.apache.pig.impl.io | |
| org.apache.pig.scripting | |
| org.apache.pig.tools |
| Modifier and Type | Method and Description |
|---|---|
static ExecType |
ExecType.fromString(String execString)
Given a string, determine the exec type.
|
static ExecType |
ExecType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecType[] |
ExecType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PigServer(ExecType execType) |
PigServer(ExecType execType,
org.apache.hadoop.conf.Configuration conf) |
PigServer(ExecType execType,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
ExecType |
PigContext.getExecType()
Returns the type of execution currently in effect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PigContext.setExecType(ExecType execType) |
| Constructor and Description |
|---|
PigContext(ExecType execType,
org.apache.hadoop.conf.Configuration conf) |
PigContext(ExecType execType,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
FileLocalizer.open(String fileName,
ExecType execType,
DataStorage storage)
Deprecated.
Use
FileLocalizer.open(String, PigContext) instead |
| Constructor and Description |
|---|
ScriptingOutputCapturer(ExecType execType) |
| Constructor and Description |
|---|
ToolsPigServer(ExecType execType,
Properties properties) |
Copyright © 2007-2012 The Apache Software Foundation