Re: Try to make es-hadoop run

2015-04-09 Thread stéphane Verdy
Hi Costin, First of all, thank you for your help ! I have customized the loggin.yml file into the elasticsearch-1.5.0.zip to set DEBUG mode and to define a new file appender into /tmp/svy directory, and with this new configuration file i have re-load the zip file and re-launch

Re: Try to make es-hadoop run

2015-04-07 Thread stéphane Verdy
Hi, Ok i have re-install Elasticsearch 1.5.0 and ES-Hadoop like that : hadoop fs -ls /apps/elasticsearch Found 2 items -rw-r--r-- 3 hdfs hdfs 31440977 2015-04-07 11:23 /apps/elasticsearch/elasticsearch-1.5.0.zip -rw-r--r-- 3 hdfs hdfs 53819 2015-04-07 11:26

Re: Try to make es-hadoop run

2015-04-07 Thread Costin Leau
You seem to have two different versions available: elasticsearch-yarn-2.1.0.BUILD-SNAPSHOT and elasticsearch-yarn-2.1.0.Beta3. The logs don't provide anything useful unfortunately: 2015-04-07 11:37:29,058 INFO container.Container (ContainerImpl.java:handle(999)) - Container

Re: Try to make es-hadoop run

2015-04-07 Thread Costin Leau
Hi, Unfortunately I'm unable to reproduce your issue. Just test it with a fresh, new VM and Elastic 1.5 and the latest es-yarn. The log available here [1]. The application can be also checked through the web console at host:8088 as mentioned in the docs. I'm afraid without any extra

Re: Try to make es-hadoop run

2015-04-01 Thread Costin Leau
See the configuration section of the page, in particular the es.version property. It defaults to 1.4.0 but you can change it to 1.5.0 or any other version. On 4/1/15 12:10 PM, stéphane Verdy wrote: Hi Costin, Thank you for your reply. Visibly I was not the right way although following

Re: Try to make es-hadoop run

2015-03-31 Thread Costin Leau
Debugging Hadoop is ... tricky. Most likely the parameter you are passing (es.version) is incorrect - there's no such Elasticsearch version. 2.1.0.Beta3 is the connector, es-hadoop version. es.version indicates the version of Elasticsearch itself. My advice is to first start with basic steps