Package | Description |
---|---|
org.apache.pig.backend.datastorage | |
org.apache.pig.backend.executionengine | |
org.apache.pig.backend.hadoop.executionengine | |
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
org.apache.pig.backend.hadoop.executionengine.tez | |
org.apache.pig.data |
This package contains implementations of Pig specific data types as well as
support functions for reading, writing, and using all Pig data types.
|
org.apache.pig.impl.streaming | |
org.apache.pig.piggybank.storage |
Modifier and Type | Class and Description |
---|---|
class |
DataStorageException |
Modifier and Type | Class and Description |
---|---|
class |
ExecException |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEngine.killJob(java.lang.String jobID)
This method is called when a user requests to kill a job associated with
the given job id.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Launcher.kill() |
void |
HExecutionEngine.killJob(java.lang.String jobID) |
abstract void |
Launcher.killJob(java.lang.String jobID,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
MapReduceLauncher.killJob(java.lang.String jobID,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
TezLauncher.kill() |
void |
TezLauncher.killJob(java.lang.String jobID,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Class and Description |
---|---|
class |
FieldIsNullException |
Modifier and Type | Class and Description |
---|---|
class |
StreamingUDFException |
Modifier and Type | Method and Description |
---|---|
protected void |
SequenceFileLoader.setKeyType(java.lang.Class<?> keyClass) |
protected void |
SequenceFileLoader.setValueType(java.lang.Class<?> valueClass) |
Copyright © 2007-2012 The Apache Software Foundation