Hadoop Ecosystem related ports
本文总结了Hadoop生态系统中各个组件使用的端口,包括了HDFS,Map Reduce,HBase,Hive,Spark,WebHCat,Impala,Alluxio,Sqoop等,后续会持续更新。
HDFS Ports:
|
Service |
Servers |
Default Ports Used |
Protocol |
Description |
Need End User Access? |
Configuration Parameters |
|
NameNode WebUI |
Master Nodes (NameNode and any back-up NameNodes) |
http |
Web UI to look at current status of HDFS, explore file system |
Yes (Typically admins, Dev/Support teams) |
dfs.http.address |
|
|
https |
Secure http service |
dfs.https.address |
||||
|
NameNode metadata service |
Master Nodes (NameNode and any back-up NameNodes) |
8020/9000 |
IPC |
File system metadata operations |
Yes (All clients who directly need to interact with the HDFS) |
Embedded in URI specified by fs.default.name |
|
DataNode |
All Slave Nodes |
http |
DataNode WebUI to access the status, logs etc. |
Yes (Typically admins, Dev/Support teams) |
dfs.datanode.http.address |
|
|
https |
Secure http service |
dfs.datanode.https.address |
||||
|
Data transfer |
dfs.datanode.address |
|||||
|
IPC |
Metadata operations |
No |
dfs.datanode.ipc.address |
|||
|
Secondary NameNode |
Secondary NameNode and any backup Secondary NameNode |
http |
Checkpoint for NameNode metadata |
No |
dfs.secondary.http.address |
Map Reduce Ports:
|
Service |
Servers |
Default Ports Used |
Protocol |
Description |
Need End User Access? |
Configuration Parameters |
|
JobTracker WebUI |
Master Nodes (JobTracker Node and any back-up JobTracker node ) |
http |
Web UI for JobTracker |
Yes |
mapred.job.tracker.http.address |
|
|
JobTracker |
Master Nodes (JobTracker Node) |
IPC |
For job submissions |
Yes (All clients who need to submit the MapReduce jobs including Hive, Hive server, Pig) |
Embedded in URI specified by mapred.job.tracker |
|
|
TaskTracker Web UI and Shuffle |
All Slave Nodes |
http |
DataNode Web UI to access status, logs, etc. |
Yes (Typically admins, Dev/Support teams) |
mapred.task.tracker.http.address |
|
|
History Server WebUI |
http |
Web UI for Job History |
Yes |
mapreduce.history.server.http.address |
HBase Ports:
|
Service |
Servers |
Default Ports Used |
Protocol |
Description |
Need End User Access? |
Configuration Parameters |
|
HMaster |
Master Nodes (HBase Master Node and any back-up HBase Master node) |
Yes |
hbase.master.port |
|||
|
HMaster Info Web UI |
Master Nodes (HBase master Node and back up HBase Master node if any) |
http |
The port for the HBaseMaster web UI. Set to -1 if you do not want the info server to run. |
Yes |
hbase.master.info.port |
|
|
Region Server |
All Slave Nodes |
Yes (Typically admins, dev/support teams) |
hbase.regionserver.port |
|||
|
Region Server |
All Slave Nodes |
http |
Yes (Typically admins, dev/support teams) |
hbase.regionserver.info.port |
||
|
All ZooKeeper Nodes |
Port used by ZooKeeper peers to talk to each other.Seehere for more information. |
No |
hbase.zookeeper.peerport |
|||
|
All ZooKeeper Nodes |
Port used by ZooKeeper peers to talk to each other.Seehere for more information. |
hbase.zookeeper.leaderport |
||||
|
Property from ZooKeeper's config zoo.cfg. The port at which the clients will connect. |
hbase.zookeeper.property.clientPort |
Hive Ports:
|
Service |
Servers |
Default Ports Used |
Protocol |
Description |
Need End User Access? |
Configuration Parameters |
|
Hive Server2 |
Hive Server machine (Usually a utility machine) |
thrift |
Service for programatically (Thrift/JDBC) connecting to Hive |
Yes (Clients who need to connect to Hive either programatically or through UI SQL tools that use JDBC) |
ENV Variable HIVE_PORT |
|
|
Hive Metastore |
thrift |
Yes (Clients that run Hive, Pig and potentially M/R jobs that use HCatalog) |
hive.metastore.uris |
WebHCat Ports:
|
Service |
Servers |
Default Ports Used |
Protocol |
Description |
Need End User Access? |
|
WebHCat Server |
Any utility machine |
http |
Web API on top of HCatalog and other Hadoop services |
Yes |
Spark Ports:
|
Service |
Servers |
Default Ports Used |
Description |
|
Spark GUI |
Nodes running spark |
Spark web interface for monitoring and troubleshooting |
Impala Ports:
|
Service |
Servers |
Default Ports Used |
Description |
|
Impala Daemon |
Nodes running impala daemon |
Used by transmit commands and receive results by impala-shell |
|
|
Impala Daemon |
Nodes running impala daemon |
Used by applications through JDBC |
|
|
Impala Daemon |
Nodes running impala daemon |
Impala web interface for monitoring and troubleshooting |
|
|
Impala StateStore Daemon |
Nodes running impala StateStore daemon |
StateStore web interface for monitoring and troubleshooting |
|
|
Impala Catalog Daemon |
Nodes running impala catalog daemon |
Catalog service web interface for monitoring and troubleshooting |
Alluxio Ports:
|
Service |
Servers |
Default Ports Used |
Protocol |
Description |
Need End User Access? |
|
Alluxio Web GUI |
Any utility machine |
http |
Web GUI to check alluxio status |
Yes |
|
|
Alluxio API |
Any utility machine |
Tcp |
Api to access data on alluxio |
No |
Sqoop Ports:
|
Service |
Servers |
Default Ports Used |
Description |
|
Sqoop server |
Nodes running Sqoop |
Used by Sqoop client to access the sqoop server |
Hadoop Ecosystem related ports的更多相关文章
- Hadoop ecosystem notes Outline - TODO
Motivation Sometimes I fell like giving up, then I remember I have a lot of motherfuckers to prove w ...
- Hadoop ecosystem
How did it all start- huge data on the web! Nutch built to crawl this web data Huge data had to save ...
- Hadoop ecosystem 生态圈
Cascading: hadoop上面的workflow Sqoop(发音:skup)是一款开源的工具,主要用于在Hadoop(Hive)与传统的数据库(mysql.postgresql...)间进行 ...
- hadoop发行版本
Azure HDInsight Azure HDInsight is Microsoft's distribution of Hadoop. The Azure HDInsight ecosystem ...
- Hadoop HDFS 用户指南
This document is a starting point for users working with Hadoop Distributed File System (HDFS) eithe ...
- 关于hadoop
hadoop 是什么? 1. 适合海量数据的分布式存储与计算平台. 海量: 是指 1T 以上数据. 分布式: 任务分配到多态虚拟机上进行计算. 2. 多个任务是怎么被分配到多个虚拟机当中的? 分配是需 ...
- 使用Windows Azure的VM安装和配置CDH搭建Hadoop集群
本文主要内容是使用Windows Azure的VIRTUAL MACHINES和NETWORKS服务安装CDH (Cloudera Distribution Including Apache Hado ...
- Hadoop入门进阶课程10--HBase介绍、安装与应用案例
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,博主为石山园,博客地址为 http://www.cnblogs.com/shishanyuan ...
- [Hadoop 周边] Hadoop技术生态圈
Hadoop版本演进 当前Hadoop有两大版本:Hadoop 1.0和Hadoop 2.0. Hadoop1.0被称为第一代Hadoop,由分布式文件系统HDFS和分布式计算框架MapReduce组 ...
随机推荐
- Nginx禁止直接通过IP地址访问网站
介绍下在nginx服务器禁止直接通过IP地址访问网站的方法,以避免别人恶意指向自己的IP,有需要的朋友参考下. 有时会遇到很多的恶意IP攻击,在Nginx下可以禁止IP访问. Nginx的默认虚拟主机 ...
- linux 系统的ssh服务
ssh服务由服务端软件Openssh和客户端(常见的有ssh,SecureCRT,putty,xshell)组成,ssh服务默认使用22端口提供服务,它有两个不兼容的ssh协议版本,分别是1.x和2. ...
- js 判断今天是否上班
<script> var weekdate= getWeekDate() switch(weekdate){ case "星期一":; case "星期二&q ...
- DateType--字符类型
--=====================================================字符集 ASCII (American Standard Code for Informa ...
- 数据库索引与b+树
数据库索引详解 索引 当我们在设计数据库的时候,对表的一些属性有时会加上索引,但索引为什么能提高检索速率呢?是不是用了索引就一定可以提高效率呢?不同索引之间有什么区别呢?搞懂这些问题是灵活运用索引的必 ...
- 四、命令行模式和Node交互模式
请注意区分命令行模式和Node交互模式. 看到类似C:\>是在Windows提供的命令行模式: 在命令行模式下,可以执行node进入Node交互式环境,也可以执行node hello.js运行一 ...
- 在成员函数中调用虚函数(关于多态的注意事项)------新标准c++程序设计
类的成员函数之间可以互相调用.在成员函数(静态成员函数.构造函数和析构函数除外)中调用其他虚成员函数的语句是多态的.例如: #include<iostream> using namespa ...
- 使用itchat监控微信消息,从此不再为撤回烦恼
强大的Itchat itchat是一个开源的微信个人号接口,使用python封装接入微信网页版接口,通过调用itchat来登录微信网页版收发消息. 项目简介 - itchat 掌握itchat之后,只 ...
- wx-xcx
一.因测试小程序,搜索了各种测试小程序的注意点,为方便后续查看,暂时整理罗列如下: 1.留意分享功能的权限:如果某页面对游客访问有权限限制,则需要设置取消其分享功能. 2.小程序强制更新功能:新版小程 ...
- 【转】在Win10家庭版中启用组策略
源地址:https://www.baidu.com/link?url=tZrD7LVxQEKQUTWUum86LoxyaxWNLs5BeBE2K36TliRi8sjGraKc-iP3TEm6sc_KX ...