Uses of Interface
org.apache.pig.StoreMetadata

Packages that use StoreMetadata
org.apache.hadoop.zebra.pig Implementation of PIG Storer/Loader Interfaces 
org.apache.pig.piggybank.storage   
 

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

Classes in org.apache.hadoop.zebra.pig that implement StoreMetadata
 class TableStorer
          Pig LoadFunc implementation for Zebra Table
 

Uses of StoreMetadata in org.apache.pig.piggybank.storage
 

Classes in org.apache.pig.piggybank.storage that implement StoreMetadata
 class AllLoader
          The AllLoader provides the ability to point pig at a folder that contains files in multiple formats e.g.
 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.
 



Copyright © 2012 The Apache Software Foundation