elasticsearch-hadoop

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.

Exposes Elasticsearch as a native Pig Loader and Storage so it can be queried and written to transparently, as with any other HDFs resource.


elasticsearch-hadoop