liusheng / liusheng.github.io

Liusheng's blog
http://liusheng.github.io
5 stars 1 forks source link

Hadoop 集群新手操作指南 #16

Open liusheng opened 4 years ago

liusheng commented 4 years ago

主要记录一些常用的命令和操作,Hadoop新手向。

1. 脚本命令工具位置

2. 集群管理相关命令:

3. 应用相关命令


4. Hadoop集群几个web面板:

Daemon Web Interface Notes
NameNode http://nn_host:port/ Default HTTP port is 9870.
ResourceManager http://rm_host:port/ Default HTTP port is 8088.
MapReduce JobHistory Server http://jhs_host:port/ Default HTTP port is 19888.

其中JobHistory Server需要单独启动jobhistory服务才可用。

5. 技巧