Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed a typo

...

Code Block
languagebash
# /etc/init.d/hadoop-hdfs-namenode init (omit unless you want to starstart with nothing in your HDFS)
# /etc/init.d/hadoop-hdfs-namenode start
# /etc/init.d/hadoop-hdfs-datanode start
# /usr/lib/hadoop/libexec/init-hdfs.sh (not needed after the first run)
# /etc/init.d/hadoop-yarn-resourcemanager start
# /etc/init.d/hadoop-yarn-proxyserver start
# /etc/init.d/hadoop-yarn-nodemanager start

...