Uses of Interface
org.apache.pig.LoadMetadata

Packages that use LoadMetadata
org.apache.hadoop.zebra.pig Implementation of PIG Storer/Loader Interfaces 
org.apache.pig.builtin This package contains builtin Pig UDFs. 
org.apache.pig.impl.io   
org.apache.pig.piggybank.storage   
org.apache.pig.piggybank.storage.avro   
 

Uses of LoadMetadata in org.apache.hadoop.zebra.pig
 

Classes in org.apache.hadoop.zebra.pig that implement LoadMetadata
 class TableLoader
          Pig IndexableLoadFunc and Slicer for Zebra Table
 

Uses of LoadMetadata in org.apache.pig.builtin
 

Classes in org.apache.pig.builtin that implement LoadMetadata
 class BinStorage
          Load and store data in a binary format.
 

Uses of LoadMetadata in org.apache.pig.impl.io
 

Classes in org.apache.pig.impl.io that implement LoadMetadata
 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 LoadMetadata in org.apache.pig.piggybank.storage
 

Classes in org.apache.pig.piggybank.storage that implement LoadMetadata
 class AllLoader
          The AllLoader provides the ability to point pig at a folder that contains files in multiple formats e.g.
 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 JsonMetadata
          Reads and Writes metadata using JSON in metafiles next to the data.
 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.
 

Uses of LoadMetadata in org.apache.pig.piggybank.storage.avro
 

Classes in org.apache.pig.piggybank.storage.avro that implement LoadMetadata
 class AvroStorage
          AvroStorage is used to load/store Avro data
Document can be found here
 



Copyright © 2012 The Apache Software Foundation