Hadoop 2.2.0 jobtracker is not starting

前端 未结 1 1280
猫巷女王i
猫巷女王i 2021-01-16 22:10

It seems I have no jobtracker with Hadoop 2.2.0. JPS does not show it, there is no one listening on port 50030, and there are no logs about the jobtracker

1条回答
  •  北海茫月
    2021-01-16 22:59

    If you are using YARN framework, there is no jobtracker in it. Its functionality is split and replaced by ResourceManager and ApplicationMaster. Here is expected jps prinout while running YARN

    $jps
    18509 Jps
    17107 NameNode
    17170 DataNode
    17252 ResourceManager
    17309 NodeManager
    17626 JobHistoryServer
    

    0 讨论(0)
提交回复
热议问题