RE: Datanode doesn't start but there is no exception in the log

2011-05-13 Thread Panayotis Antonopoulos
There is no shutdown message until I shutdown the DataNode. I used hostname of the machine that will run the DataNode and I now used the IP but there is no difference. Again the DataNode seems to freeze and the output at the log is the one I mentioned before. Subject: Re: Datanode doesn't

Re: Datanode doesn't start but there is no exception in the log

2011-05-13 Thread highpointe
When you say freeze you mean there is nothing rolling in the log? Sent from my iPhone On May 13, 2011, at 2:28 AM, Panayotis Antonopoulos antonopoulos...@hotmail.com wrote: There is no shutdown message until I shutdown the DataNode. I used hostname of the machine that will run the

RE: Datanode doesn't start but there is no exception in the log

2011-05-13 Thread Panayotis Antonopoulos
There is no other information in the log (although when I run it on my pc and it works, there is more information in the log) and also the web page of the namenode doesn't contain any live datanodes as it should. That's why I said it freezes... I have no idea what is going on... Please if

Re: Datanode doesn't start but there is no exception in the log

2011-05-13 Thread Harsh J
Hello Panayotis, Could you please post a jstack output of your hung process to look into? $ jstack PID of DN # will do. 2011/5/13 Panayotis Antonopoulos antonopoulos...@hotmail.com: There is no other information in the log (although when I run it on my pc and it works, there is more

RE: Datanode doesn't start but there is no exception in the log

2011-05-13 Thread Panayotis Antonopoulos
Thank you for your help! Here is the result of the command that you said: panton@clone1:~/hadoop-0.20.203.0$ jstack 6320 2011-05-13 20:31:59 Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.0-b11 mixed mode): Attach Listener daemon prio=10 tid=0x409c9800 nid=0x1999 waiting on

Re: Datanode doesn't start but there is no exception in the log

2011-05-13 Thread Harsh J
Hey, 2011/5/13 Panayotis Antonopoulos antonopoulos...@hotmail.com: 899599744@qtp-1416044437-1 - Acceptor0 SelectChannelConnector@0.0.0.0:50075 prio=10 tid=0x7f50f8414800 nid=0x1926 runnable [0x7f50f6eb1000]   java.lang.Thread.State: RUNNABLE    at

Re: Datanode doesn't start but there is no exception in the log

2011-05-13 Thread Harsh J
Actually, only the last mentioned stack matters. Also see: https://issues.apache.org/jira/browse/HDFS-1835 On Fri, May 13, 2011 at 11:15 PM, Harsh J ha...@cloudera.com wrote: Hey, 2011/5/13 Panayotis Antonopoulos antonopoulos...@hotmail.com: 899599744@qtp-1416044437-1 - Acceptor0

RE: Datanode doesn't start but there is no exception in the log

2011-05-13 Thread Panayotis Antonopoulos
I have been waiting for hours to see if it will ever start but it doesn't. I will check the links you sent me. Thanks again for your help!!! From: ha...@cloudera.com Date: Fri, 13 May 2011 23:18:40 +0530 Subject: Re: Datanode doesn't start but there is no exception in the log To:

Re: Datanode doesn't start but there is no exception in the log

2011-05-13 Thread sridhar basam
Sounds like your entropy pool is exhausted blocking the process. What sort of hardware/os combo are you running this on? Sridhar

RE: Datanode doesn't start but there is no exception in the log

2011-05-13 Thread Panayotis Antonopoulos
I am using the cluster of the Lab of my university, so I have limited access to its settings. It consists of 10 nodes with Intel Xeon CPUs and GNU/Linux 2.6.38 Is there a way to solve the problem without changing the settings of the cluster? I am trying to use the patch that Harsh J sent me

RE: Datanode doesn't start but there is no exception in the log

2011-05-13 Thread Panayotis Antonopoulos
I installed the patch: https://issues.apache.org/jira/browse/HDFS-1835 that Harsh J told me and now everything works great!!! I hope that this change won't create other problems. Thanks to everyone and especially to Harsh J!! I would never find the problem without your help!! From:

Datanode doesn't start but there is no exception in the log

2011-05-12 Thread Panayotis Antonopoulos
Hello, I am trying to set up Hadoop HDFS in a cluster for the first time. So far I was using pseudo-distributed mode on my PC at home and everything was working perfectly. Tha NameNode starts but the DataNode doesn't start and the log contains the following: 2011-05-13 04:01:13,663 INFO

Re: Datanode doesn't start but there is no exception in the log

2011-05-12 Thread Bharath Mundlapudi
Is that all the messages in the datanode log? Do you see any SHUTDOWN message also? -Bharath From: Panayotis Antonopoulos antonopoulos...@hotmail.com To: common-user@hadoop.apache.org Sent: Thursday, May 12, 2011 6:07 PM Subject: Datanode doesn't start but

Re: Datanode doesn't start but there is no exception in the log

2011-05-12 Thread highpointe
Have you defined the IP of the DN in the slaves file? Sent from my iPhone On May 12, 2011, at 7:27 PM, Bharath Mundlapudi bharathw...@yahoo.com wrote: Is that all the messages in the datanode log? Do you see any SHUTDOWN message also? -Bharath