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(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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
HJob |
Modifier and Type | Method and Description |
---|---|
List<ExecJob> |
ToolsPigServer.runPlan(LogicalPlan newPlan,
String jobName)
Given a (modified) new logical plan, run the script.
|
Copyright © 2007-2017 The Apache Software Foundation