ResourceManager fails to start

2015-06-26 Thread Alexandru Pacurar
Hello, I'm running Hadoop 2.6 and I have encountered a problem with the resourcemanager. After a restart the resourcemanager refuses to start with the following error: 2015-06-26 08:54:10,342 INFO attempt.RMAppAttemptImpl (RMAppAttemptImpl.java:recover(796)) - Recovering attempt: appattempt_

RE: Hadoop 2.6.0 Error

2015-03-25 Thread Alexandru Pacurar
Hello, I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment. The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh

RE: Time out after 600 for YARN mapreduce application

2015-02-13 Thread Alexandru Pacurar
red.ShuffleHandler: Setting connection close header... Thank you, Alex From: Alexandru Pacurar Sent: Thursday, February 12, 2015 9:42 AM To: user@hadoop.apache.org Subject: RE: Time out after 600 for YARN mapreduce application Hello, Regarding the AttemptID:attempt_1423062241884_9970_m_09_0

RE: Time out after 600 for YARN mapreduce application

2015-02-11 Thread Alexandru Pacurar
the LOCALIZING state than it fails. Thank you, Alex From: Alexandru Pacurar Sent: Wednesday, February 11, 2015 1:35 PM To: user@hadoop.apache.org Subject: RE: Time out after 600 for YARN mapreduce application Thank you for the quick reply. I will modify the value to check if this is the

RE: Time out after 600 for YARN mapreduce application

2015-02-11 Thread Alexandru Pacurar
es there would be possible that if cleanup() of Mapper is taking more time greater than timedout configured that result in task to timeout. Thanks & Regards Rohith Sharma K S From: Alexandru Pacurar [mailto:alexandru.pacu...@propertyshark.com] Sent: 11 February 2015 15:34 To: user@hadoop.apa

Time out after 600 for YARN mapreduce application

2015-02-11 Thread Alexandru Pacurar
Hello, I keep encountering an error when running nutch on hadoop YARN: AttemptID:attempt_1423062241884_9970_m_09_0 Timed out after 600 secs Some info on my setup. I'm running a 64 nodes cluster with hadoop 2.4.1. Each node has 4 cores, 1 disk and 24Gb of RAM, and the namenode/resourcemanage

Question about namenode HA

2014-12-05 Thread Alexandru Pacurar
Hello, I'm trying to configure HA for the HDFS namenode with QJM following the instructions form here http://hadoop.apache.org/docs/r2.2.0/hadoop-yarn/hadoop-yarn-site/HDFSHighAvailabilityWithQJM.html. My setup is the following : Ubuntu 12.04.5 LTS on all the nodes, Hadoop 2.4.1 installed, two