celeborn/docs/configuration/ha.md
Chandni Singh 9185cae35a [CELEBORN-1257][FOLLOWUP] Removed the additional secured port from Celeborn Master
### What changes were proposed in this pull request?
https://github.com/apache/incubator-celeborn/pull/2292#discussion_r1497160753
Based on the above discussion, removing the additional secured port. The existing port will be used for secured communication when auth is enabled.

### Why are the changes needed?
These changes are for enabling authentication

### Does this PR introduce _any_ user-facing change?
Yes.

### How was this patch tested?
This removed additional secured port.

Closes #2327 from otterc/CELEBORN-1257.

Authored-by: Chandni Singh <singh.chandni@gmail.com>
Signed-off-by: waitinfuture <zky.zhoukeyong@alibaba-inc.com>
2024-02-25 00:09:05 +08:00

2.0 KiB

license
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 https://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.
Key Default isDynamic Description Since Deprecated
celeborn.master.ha.enabled false false When true, master nodes run as Raft cluster mode. 0.3.0 celeborn.ha.enabled
celeborn.master.ha.node.<id>.host <required> false Host to bind of master node in HA mode. 0.3.0 celeborn.ha.master.node.<id>.host
celeborn.master.ha.node.<id>.internal.port 8097 false Internal port for the workers and other masters to bind to a master node in HA mode. 0.5.0
celeborn.master.ha.node.<id>.port 9097 false Port to bind of master node in HA mode. 0.3.0 celeborn.ha.master.node.<id>.port
celeborn.master.ha.node.<id>.ratis.port 9872 false Ratis port to bind of master node in HA mode. 0.3.0 celeborn.ha.master.node.<id>.ratis.port
celeborn.master.ha.ratis.raft.rpc.type netty false RPC type for Ratis, available options: netty, grpc. 0.3.0 celeborn.ha.master.ratis.raft.rpc.type
celeborn.master.ha.ratis.raft.server.storage.dir /tmp/ratis false 0.3.0 celeborn.ha.master.ratis.raft.server.storage.dir