Re: Graph 1.1.0 - Worker failed during input split (currently not supported)

2015-08-19 Thread José Luis Larroque
Finally, this problem was related to something else...in one container says "*Worker failed during input split (currently not supported)*" but in another one says a *totally different error*. I will send a separate email for this. But i leave this here for documentation purposes. Bye and thanks! J

Re: Graph 1.1.0 - Worker failed during input split (currently not supported)

2015-08-11 Thread José Luis Larroque
Thanks sonja for your answer. I check *core-site.xml* and *mapred-site.xml* on all nodes of the cluster. Also* yarn-site.xml* and *$HOME/.ssh/authorized_keys*. I looked for hdnode01, hadoop100 and hadoop101 using grep like this: *sudo grep -Riol "hadoop101" $HADOOP_HOME* I also search in $GIRAPH_

Re: Graph 1.1.0 - Worker failed during input split (currently not supported)

2015-08-11 Thread Sonja Koenig
Hi there! Have you checked your hadoop config files ($HADOOP_HOME/conf)? especially $HADOOP_HOME/conf/*core-site.xml* and $HADOOP_HOME/conf/*mapred-site.xml* And you might also want to check in your ~/*.ssh/config* - if you have one. Hope that helps :) Sonja Am 11.08.2015 um 03:46 schrieb Jos

Re: Graph 1.1.0 - Worker failed during input split (currently not supported)

2015-08-10 Thread José Luis Larroque
Hello everybody. I'm executing a BFS algoritm on giraph, and i hit with this error. I searched for uppercase letters in the following files: /etc/*hostname* /etc/*hosts* /usr/local/hadoop/zookeeper/conf/*zoo.cfg* (contains zookeeper configuration) /usr/local/hadoop/etc/hadoop/*masters* /usr/local

Graph 1.1.0 - Worker failed during input split (currently not supported)

2015-02-10 Thread Alessio Arleo
Hello everybody I’m here to share my experience with the error “Worker failed during input split (currently not supported)”. I have seen several help requests in this mailing list asking for help for this kind of situation, so I’d like to share my experience: it could help at least some of you.