# Problems with a hadoop gateway

**URL:** https://discuss.elastic.co/t/problems-with-a-hadoop-gateway/4902
**Category:** Elasticsearch
**Created:** [July 20, 2011, 7:59am UTC](https://discuss.elastic.co/t/problems-with-a-hadoop-gateway/4902 "2011-07-20T07:59:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Michael\_Rennecke](https://avatars.discourse-cdn.com/v4/letter/m/5e9695/32.png) [@Michael\_Rennecke](https://discuss.elastic.co/u/Michael_Rennecke)
#### Post date: [July 20, 2011, 7:59am UTC](https://discuss.elastic.co/t/problems-with-a-hadoop-gateway/4902/1 "2011-07-20T07:59:11Z")

</div>

Hello,  
I will test/evaluate ElasticSearch with a hadoop gateway. I think  
something is wrong in my configuration. I hope anybody can help me.

My configuration  
...

# Gateway Settings

gateway:

# recover\_after\_nodes: 1

# recover\_after\_time: 15m

# expected\_nodes: 2

type: hdfs  
hdfs:  
uri: hdfs://192.168.184.175:8200  
path: elasticsearch

% bin/elasticsearch -f  
[2011-07-20 09:56:17,070][INFO][node] [Omega the  
Unknown] {elasticsearch/0.17.0}[5461]: initializing ...  
[2011-07-20 09:56:17,077][INFO][plugins] [Omega the  
Unknown] loaded [hadoop], sites []  
[2011-07-20 09:56:18,629][ERROR][bootstrap]  
{elasticsearch/0.17.0}: Initialization Failed ...

1. IOException[Call to /192.168.184.175:8200 failed on local  
exception: java.io.EOFException]

% tail -f logs/hadoop-rennecke-namenode-trantor.log  
2011-07-20 09:56:18,577 WARN org.apache.hadoop.ipc.Server: Incorrect  
header or version mismatch from 192.168.184.175:42556 got version 3  
expected version 4  
2011-07-20 09:56:18,628 WARN org.apache.hadoop.ipc.Server: Incorrect  
header or version mismatch from 192.168.184.175:42557 got version 3  
expected version 4

regards  
Michael

---

<div class="post-metadata">

### Author: ![kimchy](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kimchy/32/44952_2.png) [@kimchy](https://discuss.elastic.co/u/kimchy)
#### Post date: [July 24, 2011, 2:24am UTC](https://discuss.elastic.co/t/problems-with-a-hadoop-gateway/4902/2 "2011-07-24T02:24:24Z")

</div>

Which version of hadoop are you working with? The hadoop plugin comes with  
0.20.2, but you can replace the jars if you want (have a look at the plugins  
dir).

On Wed, Jul 20, 2011 at 10:59 AM, Michael Rennecke \<  
[michael.rennecke@unister-gmbh.de](mailto:michael.rennecke@unister-gmbh.de)\> wrote:

> Hello,  
> I will test/evaluate Elasticsearch with a hadoop gateway. I think  
> something is wrong in my configuration. I hope anybody can help me.
> 
> My configuration  
> ...
> 
> # Gateway Settings
> 
> gateway:
> 
> # recover\_after\_nodes: 1
> 
> # recover\_after\_time: 15m
> 
> # expected\_nodes: 2
> 
> type: hdfs  
> hdfs:  
> uri: hdfs://192.168.184.175:8200  
> path: elasticsearch
> 
> % bin/elasticsearch -f  
> [2011-07-20 09:56:17,070][INFO][node] [Omega the  
> Unknown] {elasticsearch/0.17.0}[5461]: initializing ...  
> [2011-07-20 09:56:17,077][INFO][plugins] [Omega the  
> Unknown] loaded [hadoop], sites   
> [2011-07-20 09:56:18,629][ERROR][bootstrap]  
> {elasticsearch/0.17.0}: Initialization Failed ...
> 
> 1. IOException[Call to /192.168.184.175:8200 failed on local  
> exception: java.io.EOFException]
> 
> % tail -f logs/hadoop-rennecke-namenode-trantor.log  
> 2011-07-20 09:56:18,577 WARN org.apache.hadoop.ipc.Server: Incorrect  
> header or version mismatch from 192.168.184.175:42556 got version 3  
> expected version 4  
> 2011-07-20 09:56:18,628 WARN org.apache.hadoop.ipc.Server: Incorrect  
> header or version mismatch from 192.168.184.175:42557 got version 3  
> expected version 4
> 
> regards  
> Michael

---

<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: [July 6, 2017, 3:59am UTC](https://discuss.elastic.co/t/problems-with-a-hadoop-gateway/4902/3 "2017-07-06T03:59:40Z")

</div>


