|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileInputLoadFunc | |
---|---|
org.apache.pig.builtin | This package contains builtin Pig UDFs. |
org.apache.pig.impl.io | |
org.apache.pig.impl.util | |
org.apache.pig.piggybank.storage |
Uses of FileInputLoadFunc in org.apache.pig.builtin |
---|
Subclasses of FileInputLoadFunc in org.apache.pig.builtin | |
---|---|
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 delimiter to set the fields. |
Uses of FileInputLoadFunc in org.apache.pig.impl.io |
---|
Subclasses of FileInputLoadFunc in org.apache.pig.impl.io | |
---|---|
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 |
TFileStorage
LOAD FUNCTION FOR PIG INTERNAL USE ONLY! This load function is used for storing intermediate data between MR jobs of a pig query. |
Uses of FileInputLoadFunc in org.apache.pig.impl.util |
---|
Methods in org.apache.pig.impl.util that return FileInputLoadFunc | |
---|---|
static FileInputLoadFunc |
Utils.getTmpFileStorageObject(org.apache.hadoop.conf.Configuration conf)
|
Uses of FileInputLoadFunc in org.apache.pig.piggybank.storage |
---|
Subclasses of FileInputLoadFunc in org.apache.pig.piggybank.storage | |
---|---|
class |
CSVLoader
A load function based on PigStorage that implements part of the CSV "standard" This loader properly supports double-quoted fields that contain commas and other double-quotes escaped with backslashes. |
class |
HiveColumnarLoader
Loader for Hive RC Columnar files. Supports the following types: * Hive Type Pig Type from DataType string CHARARRAY int INTEGER bigint or long LONG float float double DOUBLE boolean BOOLEAN byte BYTE array TUPLE map MAP Partitions The input paths are scanned by the loader for [partition name]=[value] patterns in the subdirectories. If detected these partitions are appended to the table schema. For example if you have the directory structure: |
class |
PigStorageSchema
This Load/Store Func reads/writes metafiles that allow the schema and aliases to be determined at load time, saving one from having to manually enter schemas for pig-generated datasets. |
class |
SequenceFileLoader
A Loader for Hadoop-Standard SequenceFiles. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |