Copilot commented on code in PR #8226:
URL: https://github.com/apache/ozone/pull/8226#discussion_r2027912578


##########
hadoop-hdds/docs/content/concept/OzonePorts.md:
##########
@@ -0,0 +1,96 @@
+---
+title: "Network Ports used by Apache Ozone"
+date: "2025-04-03"
+weight: 9
+menu: 
+  main:
+     parent: Architecture
+summary: Understanding and correctly configuring the network ports used by 
Apache Ozone is essential for the successful deployment, operation, and 
maintenance of Apache Ozone clusters.
+
+---
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+This document provides a comprehensive overview of the network ports utilized 
by Apache Ozone. Due to its distributed nature and the requirement for high 
performance in handling data-intensive tasks, understanding and correctly 
configuring these network ports is essential for the successful deployment, 
operation, and maintenance of Apache Ozone clusters.
+
+# **Ozone Manager (OM)**
+
+| Default Port Number | Configuration Key | Endpoint Protocol | Purpose |
+| :---- | :---- | :---- | :---- |
+| 9862 | ozone.om.address | Hadooop RPC | Primary RPC endpoint for Ozone 
clients. |

Review Comment:
   There's a spelling error in the protocol description; 'Hadooop' should be 
corrected to 'Hadoop'.
   ```suggestion
   | 9862 | ozone.om.address | Hadoop RPC | Primary RPC endpoint for Ozone 
clients. |
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to