|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecJob | |
|---|---|
| org.apache.pig | Public interfaces and classes for Pig. |
| org.apache.pig.backend.hadoop.executionengine | |
| org.apache.pig.tools | |
| 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. |
List<ExecJob> |
PigServer.executeBatch(boolean parseAndBuild)
Submits a batch of Pig commands for execution. |
protected List<ExecJob> |
PigServer.getJobs(PigStats stats)
Retrieves a list of Job objects from the PigStats object |
| Uses of ExecJob in org.apache.pig.backend.hadoop.executionengine |
|---|
| Classes in org.apache.pig.backend.hadoop.executionengine that implement ExecJob | |
|---|---|
class |
HJob
|
| Uses of ExecJob in org.apache.pig.tools |
|---|
| Methods in org.apache.pig.tools that return types with arguments of type ExecJob | |
|---|---|
List<ExecJob> |
ToolsPigServer.runPlan(LogicalPlan newPlan,
String jobName)
Given a (modified) new logical plan, run the script. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||