Is it possible to put elasticsearch indexed data in hdfs?

Is it possible to put data with indexed indexes into an HDFS index. Not sure if they think so to get an expert look at it.

+3


source to share


1 answer


Not defined exactly what you are looking for. If you want to backup / restore data to HDFS using Elasticsearch, the answer is the answer to the Snapshot / restore Hadoop HDFS plugin for Elasticsearch:

https://github.com/elasticsearch/elasticsearch-hadoop/tree/master/repository-hdfs

It allows you to back up and restore data from ES to HDFS.



If, on the other hand, you want to run MapReduce jobs in Hadoop that access Elasticsearch data, Elasticsearch for Apache Hadoop answers:

http://www.elasticsearch.org/guide/en/elasticsearch/hadoop/current/index.html

0


source







All Articles