Skip to content

Commit

Permalink
[Doc] Starting from recovery mode does not need helper (#52847)
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjun-git authored Nov 12, 2024
1 parent 44de1fc commit 14ce12b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions docs/en/administration/Meta_recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,10 +687,7 @@ Follow these steps if you want to start a new FE node with the metadata backup:
3. Start the FE node.
```Bash
# Replace <fe_ip> with the IP address (priority_networks)
# of the new FE node, and replace <fe_edit_log_port> (Default: 9010) with
# the new FE node's edit_log_port.
./fe/bin/start_fe.sh --helper <fe_ip>:<fe_edit_log_port> --daemon
./fe/bin/start_fe.sh
```

4. Check whether the current FE node is the Leader FE node.
Expand Down
4 changes: 1 addition & 3 deletions docs/zh/administration/Meta_recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,7 @@ jstat -gcutil pid 1000 1000
3. 启动该 FE 节点。
```Bash
# 将 <fe_ip> 替换为新 FE 节点的 IP 地址(priority_networks),
# 并将 <fe_edit_log_port>(默认:9010)替换为新 FE 节点的 edit_log_port。
./fe/bin/start_fe.sh --helper <fe_ip>:<fe_edit_log_port> --daemon
./fe/bin/start_fe.sh
```

4. 查看当前节点是否为 Leader 节点。
Expand Down

0 comments on commit 14ce12b

Please sign in to comment.