Re: Problem with jobtracker hadoop 1.2

2014-04-22 Thread Shumin Guo
It seems you are using the local FS rather than HDFS. You need to make sure your hdfs cluster is up and running. On Thu, Apr 17, 2014 at 6:42 PM, Shengjun Xin s...@gopivotal.com wrote: Did you start datanode service? On Thu, Apr 17, 2014 at 9:23 PM, Karim Awara

Problem with jobtracker hadoop 1.2

2014-04-17 Thread Karim Awara
Hi, Whenever I start the hadoop on 24 machines, the following exception happens on the jobtracker log file on the namenode: I would appreciate any help. Thank you. 2014-04-17 16:16:31,391 INFO org.apache.hadoop.mapred.JobTracker: Setting safe mode to false. Requested by : karim 2014-04-17

Re: Problem with jobtracker hadoop 1.2

2014-04-17 Thread Shengjun Xin
Did you start datanode service? On Thu, Apr 17, 2014 at 9:23 PM, Karim Awara karim.aw...@kaust.edu.sawrote: Hi, Whenever I start the hadoop on 24 machines, the following exception happens on the jobtracker log file on the namenode: I would appreciate any help. Thank you. 2014-04-17

Re: Problem with jobtracker hadoop 1.2

2014-04-17 Thread Azuryy Yu
There is because your HDFS has no space left. please check your datanodes are all started. also please check dfs.datanode.du.reserved in hdfs-site.xml to make sure you don't reserve large capacity. On Fri, Apr 18, 2014 at 7:42 AM, Shengjun Xin s...@gopivotal.com wrote: Did you start datanode