Package org.elasticsearch.hadoop.pig

Package providing integration between ElasticSearch and Apache Pig.

See:
          Description

Class Summary
EsPigInputFormat  
EsPigInputFormat.PigShardRecordReader  
EsStorage Pig storage for reading and writing data into an ElasticSearch index.
PigBytesConverter  
PigFieldExtractor  
PigTuple Wrapper class around a Pig tuple - the value and its associated schema.
PigValueReader  
PigValueWriter  
 

Package org.elasticsearch.hadoop.pig Description

Package providing integration between ElasticSearch and Apache Pig.

Provides REST-based, Pig Loader and Storage for reading and writing data to and from ElasticSearch.

Defaults and settings can be configured through Hadoop/Pig properties.
These are:

        es.host - default ES host, used by the Map/Reduce Input/OutputFormat and Pig loader/storage (when not specified)
  es.port - default ES port, used by the Map/Reduce Input/OutputFormat and Pig loader/storage (when not specified)