Package | Description |
---|---|
org.apache.pig.builtin |
This package contains builtin Pig UDFs.
|
org.apache.pig.impl.io | |
org.apache.pig.impl.util |
Modifier and Type | Class and Description |
---|---|
class |
BinStorage
Load and store data in a binary format.
|
class |
PigStorage
A load function that parses a line of input into fields using a character delimiter.
|
Modifier and Type | Class and Description |
---|---|
class |
InterStorage
LOAD FUNCTION FOR PIG INTERNAL USE ONLY!
This load function is used for storing intermediate data between MR jobs of
a pig query.
|
class |
SequenceFileInterStorage
Store tuples (BinSedesTuples, specifically) using sequence files to leverage
sequence file's compression features.
|
class |
TFileStorage
LOAD FUNCTION FOR PIG INTERNAL USE ONLY! This load function is used for
storing intermediate data between MR jobs of a pig query.
|
Modifier and Type | Method and Description |
---|---|
static FileInputLoadFunc |
Utils.getTmpFileStorageObject(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends FileInputLoadFunc> |
Utils.getTmpFileStorageClass(java.util.Properties properties) |
Copyright © 2007-2025 The Apache Software Foundation