What is best way to start and stop hadoop ecosystem, with command line?

前端 未结 3 1028
我寻月下人不归
我寻月下人不归 2020-12-22 18:36

I see there are several ways we can start hadoop ecosystem,

  1. start-all.sh & stop-all.sh Which say it\'s deprecated use start-dfs.sh & st

3条回答
  •  眼角桃花
    2020-12-22 18:42

    Starting

    start-dfs.sh (starts the namenode and the datanode)
    start-mapred.sh (starts the jobtracker and the tasktracker)
    

    Stopping

    stop-dfs.sh
    stop-mapred.sh
    

提交回复
热议问题