Just Pushed: Hadoop Pluing - HDFS gateway storage

Hi,

Just pushed support for an hadoop plugin allowing to use HDFS as the
gateway storage. Check it out here:
http://github.com/elasticsearch/elasticsearch/issues/189.

Simple configuration, get the hadoop plugin, and set the following:

  • gateway.type - set to hdfs.
  • gateway.hdfs.uri - set to something like hdfs://hostname:port.
  • gateway.hdfs.path - the path to store the data under.

cheers,
shay.banon