|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecType | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
org.apache.pig.impl | |
org.apache.pig.impl.io | |
org.apache.pig.scripting | |
org.apache.pig.tools |
Uses of ExecType in org.apache.pig |
---|
Fields in org.apache.pig declared as ExecType | |
---|---|
static ExecType |
ExecType.LOCAL
|
static ExecType |
ExecType.MAPREDUCE
|
Methods in org.apache.pig that return ExecType | |
---|---|
static ExecType |
ExecTypeProvider.fromString(String execType)
|
static ExecType |
ExecTypeProvider.selectExecType(Properties properties)
|
Constructors in org.apache.pig with parameters of type ExecType | |
---|---|
PigServer(ExecType execType)
|
|
PigServer(ExecType execType,
org.apache.hadoop.conf.Configuration conf)
|
|
PigServer(ExecType execType,
Properties properties)
|
Uses of ExecType in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
---|
Classes in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that implement ExecType | |
---|---|
class |
LocalExecType
LocalExecType is the ExecType for local mode in Hadoop Mapreduce. |
class |
MRExecType
MRExecType is the ExecType for distributed mode in Hadoop Mapreduce. |
Uses of ExecType in org.apache.pig.impl |
---|
Methods in org.apache.pig.impl that return ExecType | |
---|---|
ExecType |
PigContext.getExecType()
Returns the type of execution currently in effect. |
Methods in org.apache.pig.impl with parameters of type ExecType | |
---|---|
void |
PigContext.setExecType(ExecType execType)
|
Constructors in org.apache.pig.impl with parameters of type ExecType | |
---|---|
PigContext(ExecType execType,
org.apache.hadoop.conf.Configuration conf)
|
|
PigContext(ExecType execType,
Properties properties)
|
Uses of ExecType in org.apache.pig.impl.io |
---|
Methods in org.apache.pig.impl.io with parameters of type ExecType | |
---|---|
static InputStream |
FileLocalizer.open(String fileName,
ExecType execType,
DataStorage storage)
Deprecated. Use FileLocalizer.open(String, PigContext) instead |
Uses of ExecType in org.apache.pig.scripting |
---|
Constructors in org.apache.pig.scripting with parameters of type ExecType | |
---|---|
ScriptingOutputCapturer(ExecType execType)
|
Uses of ExecType in org.apache.pig.tools |
---|
Constructors in org.apache.pig.tools with parameters of type ExecType | |
---|---|
ToolsPigServer(ExecType execType,
Properties properties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |