Karthik Krishnamoorthy created HDDS-4677:
--------------------------------------------

             Summary: Document Ozone Ports and Connection End Points
                 Key: HDDS-4677
                 URL: https://issues.apache.org/jira/browse/HDDS-4677
             Project: Hadoop Distributed Data Store
          Issue Type: New Feature
          Components: documentation
    Affects Versions: 1.0.0
            Reporter: Karthik Krishnamoorthy


Document Ozone Service Ports and End points 
h1. Ozone Service Endpoints
h2. Ozone Manager (OM)
|*Default Port number*|*Configuration key*|*Endpoint Protocol*|*Purpose*|
|9862|ozone.om.rpc-port|Hadoop RPC|RPC endpoint for clients and applications |
|9872|ozone.om.ratis-port|GRPC|RPC endpoint for OM HA instances to form a RAFT 
consensus ring|
|9874|ozone.om.http-port|HTTP|Ozone Manager web UI|
|9875|ozone.om.https-port|HTTPS|

 
h2. Storage Container Manager (SCM)

 
|*Default Port number*|*Configuration key*|*Endpoint Protocol*|*Purpose*|
|9861|ozone.scm.datanode.port|Hadoop RPC|Port used by DataNodes to communicate 
with the SCM|
|9863|ozone.scm.block.client.port|Hadoop RPC|Port used by the Ozone Manager to 
communicate with the SCM for block related operations|
|9860|ozone.scm.client.port|Hadoop RPC|Port used by Ozone Manager and other 
clients to communicate with the SCM for container operations|
|9876|ozone.scm.http-port|HTTP|SCM Web UI|
|9877|ozone.scm.https-port|HTTPS|

 
h2. DataNode (DN)

 
|*Default Port number*|*Configuration key*|*Endpoint Protocol*|*Purpose*|
|9882|ozone.datanode.http-port|HTTP|DataNode Web UI|
|9883|ozone.datanode.https-port|HTTPS|
|9858|dfs.container.ratis.ipc|GRPC|RAFT server endpoint that is used by clients 
and other DataNodes to replicate RAFT transactions and write data.|
|9859|dfs.container.ipc|GRPC|Endpoint that is used by clients and other 
DataNodes to read block data.|

 
h2. S3 Gateway (S3G)

 
|*Default Port number*|*Configuration key*|*Endpoint Protocol*|*Purpose*|
|9878|ozone.s3g.http-port|HTTP|S3 API REST Endpoint and Web UI|
|9879|ozone.s3g.https-port|HTTPS|

 
h2. Recon Service


|*Default Port number*|*Configuration key*|*Endpoint Protocol*|*Purpose*|
|9891|ozone.recon.rpc-port|Hadoop RPC|Port used by Datanodes to communicate 
with Recon Server (reporting)|
|9888|ozone.recon.http-port|HTTP|Recon service Web UI and REST API|
|9889|ozone.recon.https-port|HTTPS|



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to