Error in starting hadoop Job Tracker

前端 未结 2 584
暗喜
暗喜 2021-02-08 19:20

I tried to run a simple program in hadoop using Windows-Cygwin.

I am able to start the namenode .

The jobtracker start however fails with exception :

<         


        
2条回答
  •  Happy的楠姐
    2021-02-08 19:32

    I faced the same issue when working on the "Pseudo Distributed" examples as at this page: http://hadoop.apache.org/docs/r1.1.2/single_node_setup.html#PseudoDistributed

    It turned out that hadoop simply wasn't picking up my conf files. The examples at the link above assume you are running in your install of hadoop (i.e. /Usr/jane/hadoop-1.1.2). I was trying to run the examples in another directory. I'm sure you could configure hadoop to recognize other 'conf' directories, but I took the easy route and just started running in my hadoop directory.

    This thread helped me figure it out: https://issues.apache.org/jira/browse/HDFS-2515

提交回复
热议问题