Package | Description |
---|---|
org.apache.pig |
Public interfaces and classes for Pig.
|
org.apache.pig.backend.hadoop.executionengine | |
org.apache.pig.tools |
Modifier and Type | Method and Description |
---|---|
ExecJob |
PigServer.store(java.lang.String id,
java.lang.String filename)
Executes a Pig Latin script up to and including indicated alias and stores the resulting
records into a file.
|
ExecJob |
PigServer.store(java.lang.String id,
java.lang.String filename,
java.lang.String func)
Executes a Pig Latin script up to and including indicated alias and stores the resulting
records into a file.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ExecJob> |
PigServer.executeBatch()
Submits a batch of Pig commands for execution.
|
java.util.List<ExecJob> |
PigServer.executeBatch(boolean parseAndBuild)
Submits a batch of Pig commands for execution.
|
protected java.util.List<ExecJob> |
PigServer.getJobs(PigStats stats)
Retrieves a list of Job objects from the PigStats object
|
Modifier and Type | Class and Description |
---|---|
class |
HJob |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExecJob> |
ToolsPigServer.runPlan(LogicalPlan newPlan,
java.lang.String jobName)
Given a (modified) new logical plan, run the script.
|
Copyright © 2007-2012 The Apache Software Foundation