Skip to content

Commit f2535bd

Browse files
authored
Only allow removal of Configurable Node and DataNode through nodeid (#417)
1 parent b118441 commit f2535bd

File tree

8 files changed

+8
-32
lines changed

8 files changed

+8
-32
lines changed

src/UserGuide/Master/Deployment-and-Maintenance/Cluster-Deployment_apache.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,10 @@ Then use the script to remove the DataNode. Script command:
233233
```Bash
234234
# Linux / MacOS
235235
sbin/remove-confignode.sh [confignode_id]
236-
or
237-
./sbin/remove-confignode.sh [cn_internal_address:cn_internal_port]
238236

239237
#Windows
240238
sbin/remove-confignode.bat [confignode_id]
241-
or
242-
./sbin/remove-confignode.bat [cn_internal_address:cn_internal_port]
239+
243240
```
244241

245242
### DataNode Node Maintenance

src/UserGuide/Master/Deployment-and-Maintenance/Cluster-Deployment_timecho.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,10 @@ Then use the script to remove the DataNode. Script command:
270270
```Bash
271271
# Linux / MacOS
272272
sbin/remove-confignode.sh [confignode_id]
273-
or
274-
./sbin/remove-confignode.sh [cn_internal_address:cn_internal_port]
275273
276274
#Windows
277275
sbin/remove-confignode.bat [confignode_id]
278-
or
279-
./sbin/remove-confignode.bat [cn_internal_address:cn_internal_port]
276+
280277
```
281278
282279
### DataNode Node Maintenance

src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,10 @@ Then use the script to remove the DataNode. Script command:
233233
```Bash
234234
# Linux / MacOS
235235
sbin/remove-confignode.sh [confignode_id]
236-
or
237-
./sbin/remove-confignode.sh [cn_internal_address:cn_internal_port]
238236

239237
#Windows
240238
sbin/remove-confignode.bat [confignode_id]
241-
or
242-
./sbin/remove-confignode.bat [cn_internal_address:cn_internal_port]
239+
243240
```
244241

245242
### DataNode Node Maintenance

src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,10 @@ Then use the script to remove the DataNode. Script command:
270270
```Bash
271271
# Linux / MacOS
272272
sbin/remove-confignode.sh [confignode_id]
273-
or
274-
./sbin/remove-confignode.sh [cn_internal_address:cn_internal_port]
275273
276274
#Windows
277275
sbin/remove-confignode.bat [confignode_id]
278-
or
279-
./sbin/remove-confignode.bat [cn_internal_address:cn_internal_port]
276+
280277
```
281278
282279
### DataNode Node Maintenance

src/zh/UserGuide/Master/Deployment-and-Maintenance/Cluster-Deployment_apache.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,10 @@ It costs 0.030s
231231
```Bash
232232
# Linux / MacOS
233233
sbin/remove-confignode.sh [confignode_id]
234-
235-
./sbin/remove-confignode.sh [cn_internal_address:cn_internal_port]
236234

237235
#Windows
238236
sbin/remove-confignode.bat [confignode_id]
239-
240-
./sbin/remove-confignode.bat [cn_internal_address:cn_internal_port]
237+
241238
```
242239

243240
### DataNode节点维护

src/zh/UserGuide/Master/Deployment-and-Maintenance/Cluster-Deployment_timecho.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,10 @@ It costs 0.030s
269269
```Bash
270270
# Linux / MacOS
271271
sbin/remove-confignode.sh [confignode_id]
272-
273-
./sbin/remove-confignode.sh [cn_internal_address:cn_internal_port]
274272
275273
#Windows
276274
sbin/remove-confignode.bat [confignode_id]
277-
278-
./sbin/remove-confignode.bat [cn_internal_address:cn_internal_port]
275+
279276
```
280277
281278
### DataNode节点维护

src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,10 @@ It costs 0.030s
231231
```Bash
232232
# Linux / MacOS
233233
sbin/remove-confignode.sh [confignode_id]
234-
235-
./sbin/remove-confignode.sh [cn_internal_address:cn_internal_port]
236234

237235
#Windows
238236
sbin/remove-confignode.bat [confignode_id]
239-
240-
./sbin/remove-confignode.bat [cn_internal_address:cn_internal_port]
237+
241238
```
242239

243240
### DataNode节点维护

src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,10 @@ It costs 0.030s
269269
```Bash
270270
# Linux / MacOS
271271
sbin/remove-confignode.sh [confignode_id]
272-
273-
./sbin/remove-confignode.sh [cn_internal_address:cn_internal_port]
274272
275273
#Windows
276274
sbin/remove-confignode.bat [confignode_id]
277-
278-
./sbin/remove-confignode.bat [cn_internal_address:cn_internal_port]
275+
279276
```
280277
281278
### DataNode节点维护

0 commit comments

Comments
 (0)