|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecJob | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.backend.hadoop.executionengine |
Uses of ExecJob in org.apache.pig |
---|
Methods in org.apache.pig that return ExecJob | |
---|---|
ExecJob |
PigServer.store(String id,
String filename)
Executes a Pig Latin script up to and including indicated alias and stores the resulting records into a file. |
ExecJob |
PigServer.store(String id,
String filename,
String func)
Executes a Pig Latin script up to and including indicated alias and stores the resulting records into a file. |
Methods in org.apache.pig that return types with arguments of type ExecJob | |
---|---|
List<ExecJob> |
PigServer.executeBatch()
Submits a batch of Pig commands for execution. |
Uses of ExecJob in org.apache.pig.backend.hadoop.executionengine |
---|
Classes in org.apache.pig.backend.hadoop.executionengine that implement ExecJob | |
---|---|
class |
HJob
|
Methods in org.apache.pig.backend.hadoop.executionengine that return types with arguments of type ExecJob | |
---|---|
List<ExecJob> |
HExecutionEngine.execute(PhysicalPlan plan,
String jobName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |