# Elasticsearch & hadoop

**URL:** https://discuss.elastic.co/t/elasticsearch-hadoop/90202
**Category:** Elasticsearch
**Tags:** es-hadoop
**Created:** [June 21, 2017, 6:28am UTC](https://discuss.elastic.co/t/elasticsearch-hadoop/90202 "2017-06-21T06:28:11Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![JIELOGAN](https://avatars.discourse-cdn.com/v4/letter/j/67e7ee/32.png) [@JIELOGAN](https://discuss.elastic.co/u/JIELOGAN)
#### Post date: [June 21, 2017, 6:28am UTC](https://discuss.elastic.co/t/elasticsearch-hadoop/90202/1 "2017-06-21T06:28:11Z")

</div>

Hi,recently I need to integrate ES and hadoop via elasticsearch-hadoop, What about the performance of reading data from ES to hadoop, and the performance of reading data from hadoop to ES？Let‘s say that I have 100G data per day need to process. What should i chose? 1.data-hadoop-ES. or 2.data- ES-hadoop.  
THANKS

---

<div class="post-metadata">

### Author: ![Mike.Barretta](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mike.barretta/32/16688_2.png) [@Mike.Barretta](https://discuss.elastic.co/u/Mike.Barretta)
#### Post date: [June 28, 2017, 2:00pm UTC](https://discuss.elastic.co/t/elasticsearch-hadoop/90202/2 "2017-06-28T14:00:39Z")

</div>

@JIELOGAN, is your question about which version of Hadoop to use, v1 or v2?

If so, that's not an ES-Hadoop question as the answer depends on which version of Hadoop you are running, 1.x or 2.x. If you're starting new with Hadoop, I'd definitely recommend going with the most current version, 2.8 (assuming you're not limited to a given version via some other requirement)

With regards to write performance from Hadoop into Elasticsearch, see: [https://www.elastic.co/guide/en/elasticsearch/hadoop/current/arch.html](https://www.elastic.co/guide/en/elasticsearch/hadoop/current/arch.html). In short, the level of parallelism for the writing is based on the number of splits and mappers in your dataset/cluster: more splits == more mappers == more parallelism

---

<div class="post-metadata">

### Author: ![james.baiera](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/james.baiera/32/10209_2.png) [@james.baiera](https://discuss.elastic.co/u/james.baiera)
#### Post date: [June 29, 2017, 2:10pm UTC](https://discuss.elastic.co/t/elasticsearch-hadoop/90202/3 "2017-06-29T14:10:07Z")

</div>

@JIELOGAN I would use Hadoop 2.7.x if you are planning on using ES-Hadoop. 2.8 is not yet supported.

---

<div class="post-metadata">

### Author: ![Mike.Barretta](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mike.barretta/32/16688_2.png) [@Mike.Barretta](https://discuss.elastic.co/u/Mike.Barretta)
#### Post date: [June 29, 2017, 2:12pm UTC](https://discuss.elastic.co/t/elasticsearch-hadoop/90202/4 "2017-06-29T14:12:18Z")

</div>

Doh, thanks for the clarification, @james.baiera!

---

<div class="post-metadata">

### Author: ![JIELOGAN](https://avatars.discourse-cdn.com/v4/letter/j/67e7ee/32.png) [@JIELOGAN](https://discuss.elastic.co/u/JIELOGAN)
#### Post date: [July 25, 2017, 2:03am UTC](https://discuss.elastic.co/t/elasticsearch-hadoop/90202/5 "2017-07-25T02:03:29Z")

</div>

thank you for your help

---

<div class="post-metadata">

### Author: ![JIELOGAN](https://avatars.discourse-cdn.com/v4/letter/j/67e7ee/32.png) [@JIELOGAN](https://discuss.elastic.co/u/JIELOGAN)
#### Post date: [July 25, 2017, 2:04am UTC](https://discuss.elastic.co/t/elasticsearch-hadoop/90202/6 "2017-07-25T02:04:08Z")

</div>

thanks, i also used 2.7.x

---

<div class="post-metadata">

### Author: ![Samy\_Nathan](https://avatars.discourse-cdn.com/v4/letter/s/bc79bd/32.png) [@Samy\_Nathan](https://discuss.elastic.co/u/Samy_Nathan)
#### Post date: [August 14, 2017, 11:26am UTC](https://discuss.elastic.co/t/elasticsearch-hadoop/90202/7 "2017-08-14T11:26:44Z")

</div>

Hi ,  
i have large amount of data in ES (2.4.1) index .i need the index data moved into hadoop hdfs stroage. how to do the task .

following steps iam doing

Es version 2.4.1  
Apache hadoop version 2.7.3

/elasticsearch-2.4.1$ bin/plugin install elasticsearch/elasticsearch-repository-hdfs/2.4.1

Start the elasticsearch  
start hadoop

after what iam doing ???

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [September 11, 2017, 11:27am UTC](https://discuss.elastic.co/t/elasticsearch-hadoop/90202/8 "2017-09-11T11:27:34Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
