Package | Description |
---|---|
org.apache.pig |
Public interfaces and classes for Pig.
|
org.apache.pig.builtin |
This package contains builtin Pig UDFs.
|
org.apache.pig.builtin.mock |
Modifier and Type | Class and Description |
---|---|
class |
StoreFuncMetadataWrapper
Convenience class to extend when decorating a class that implements both StoreFunc and
StoreMetadata.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StoreFuncMetadataWrapper.setStoreFunc(StoreMetadata storeFunc)
The wrapped StoreMetadata object must be set before method calls are made on this object.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonMetadata
Reads and Writes metadata using JSON in metafiles next to the data.
|
class |
JsonStorage
A JSON Pig store function.
|
class |
PigStorage
A load function that parses a line of input into fields using a character delimiter.
|
Modifier and Type | Class and Description |
---|---|
class |
Storage
A convenient mock Storage for unit tests
|
Copyright © 2007-2012 The Apache Software Foundation