This is an automated email from the ASF dual-hosted git repository.
zhaoxinyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 3f33e074 Common issues with modifying deployment documents:
indentation (#456)
3f33e074 is described below
commit 3f33e074437154def57b4e9c39444c8d0e258ef7
Author: W1y1r <[email protected]>
AuthorDate: Sun Dec 8 20:05:25 2024 +0800
Common issues with modifying deployment documents: indentation (#456)
---
.../Cluster-Deployment_apache.md | 49 +++++++++++-----------
.../Cluster-Deployment_timecho.md | 47 ++++++++++-----------
.../Stand-Alone-Deployment_apache.md | 49 +++++++++++-----------
.../Stand-Alone-Deployment_timecho.md | 49 +++++++++++-----------
.../Cluster-Deployment_apache.md | 49 +++++++++++-----------
.../Cluster-Deployment_timecho.md | 47 ++++++++++-----------
.../Stand-Alone-Deployment_apache.md | 49 +++++++++++-----------
.../Stand-Alone-Deployment_timecho.md | 49 +++++++++++-----------
.../Cluster-Deployment_apache.md | 49 +++++++++++-----------
.../Cluster-Deployment_timecho.md | 47 ++++++++++-----------
.../Stand-Alone-Deployment_apache.md | 49 +++++++++++-----------
.../Stand-Alone-Deployment_timecho.md | 49 +++++++++++-----------
.../Cluster-Deployment_apache.md | 48 +++++++++++----------
.../Cluster-Deployment_timecho.md | 46 ++++++++++----------
.../Stand-Alone-Deployment_apache.md | 48 +++++++++++----------
.../Stand-Alone-Deployment_timecho.md | 46 ++++++++++----------
.../Cluster-Deployment_apache.md | 48 +++++++++++----------
.../Cluster-Deployment_timecho.md | 45 ++++++++++----------
.../Stand-Alone-Deployment_apache.md | 48 +++++++++++----------
.../Stand-Alone-Deployment_timecho.md | 47 +++++++++++----------
.../Cluster-Deployment_apache.md | 48 +++++++++++----------
.../Cluster-Deployment_timecho.md | 46 ++++++++++----------
.../Stand-Alone-Deployment_apache.md | 48 +++++++++++----------
.../Stand-Alone-Deployment_timecho.md | 46 ++++++++++----------
24 files changed, 578 insertions(+), 568 deletions(-)
diff --git
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md
index 8f205b21..8ca7fd0a 100644
---
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md
+++
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md
@@ -316,29 +316,28 @@ sbin/remove-datanode.bat [datanode_id]
Step 3: If it is the first deployment or data can be deleted, you can also
clean up the environment according to the following steps, redeploy, and
restart.
- Clean up the environment:
-
- Execute the following on all nodes:
-
- 1. Terminate all ConfigNode Node and DataNode processes.
- ```Bash
- # 1. Stop the ConfigNode and DataNode services
- sbin/stop-standalone.sh
-
- # 2. Check for any remaining processes
- jps
- # Or
- ps -ef|gerp iotdb
-
- # 3. If there are any remaining processes, manually kill the
- kill -9 <pid>
- # If you are sure there is only one iotdb on the machine, you can use the
following command to clean up residual processes
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
- ```
- 2. Delete the data and logs directories.
+ Step 4: Clean up the environment:
+
+ a. Terminate all ConfigNode Node and DataNode processes.
+ ```Bash
+ # 1. Stop the ConfigNode and DataNode services
+ sbin/stop-standalone.sh
+
+ # 2. Check for any remaining processes
+ jps
+ # Or
+ ps -ef|gerp iotdb
+
+ # 3. If there are any remaining processes, manually kill the
+ kill -9 <pid>
+ # If you are sure there is only one iotdb on the machine, you can use
the following command to clean up residual processes
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
+ ```
+ b. Delete the data and logs directories.
- Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
+
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 0774155d..08579e8a 100644
---
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -357,29 +357,28 @@ sbin/remove-datanode.bat [datanode_id]
Step 3: If it is the first deployment or data can be deleted, you can also
clean up the environment according to the following steps, redeploy, and
restart.
- Clean up the environment:
+ Step 4: Clean up the environment:
- Execute the following on all nodes:
-
- 1. Terminate all ConfigNode Node and DataNode processes.
- ```Bash
- # 1. Stop the ConfigNode and DataNode services
- sbin/stop-standalone.sh
-
- # 2. Check for any remaining processes
- jps
- # Or
- ps -ef|gerp iotdb
-
- # 3. If there are any remaining processes, manually kill the
- kill -9 <pid>
- # If you are sure there is only one iotdb on the machine, you can use the
following command to clean up residual processes
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
- ```
- 2. Delete the data and logs directories.
+ a. Terminate all ConfigNode Node and DataNode processes.
+ ```Bash
+ # 1. Stop the ConfigNode and DataNode services
+ sbin/stop-standalone.sh
+
+ # 2. Check for any remaining processes
+ jps
+ # Or
+ ps -ef|gerp iotdb
+
+ # 3. If there are any remaining processes, manually kill the
+ kill -9 <pid>
+ # If you are sure there is only one iotdb on the machine, you can use
the following command to clean up residual processes
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
+ ```
+ b. Delete the data and logs directories.
- Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
+
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
index 85bbfa05..d40c54c5 100644
---
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
+++
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
@@ -151,29 +151,28 @@ When the status is all running, it indicates that the
service has started succes
Step 3: If it is the first deployment or data can be deleted, you can also
clean up the environment according to the following steps, redeploy, and
restart.
- Clean up the environment:
-
- Execute the following on all nodes:
-
- 1. Terminate all ConfigNode Node and DataNode processes.
- ```Bash
- # 1. Stop the ConfigNode and DataNode services
- sbin/stop-standalone.sh
-
- # 2. Check for any remaining processes
- jps
- # Or
- ps -ef|gerp iotdb
-
- # 3. If there are any remaining processes, manually kill the
- kill -9 <pid>
- # If you are sure there is only one iotdb on the machine, you can use the
following command to clean up residual processes
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
- ```
- 2. Delete the data and logs directories.
+ Step 4: Clean up the environment:
+
+ a. Terminate all ConfigNode Node and DataNode processes.
+ ```Bash
+ # 1. Stop the ConfigNode and DataNode services
+ sbin/stop-standalone.sh
+
+ # 2. Check for any remaining processes
+ jps
+ # Or
+ ps -ef|gerp iotdb
+
+ # 3. If there are any remaining processes, manually kill the
+ kill -9 <pid>
+ # If you are sure there is only one iotdb on the machine, you can use
the following command to clean up residual processes
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
+ ```
+ b. Delete the data and logs directories.
- Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
+
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index dc159b72..a4e3e3c5 100644
---
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -193,29 +193,28 @@ When you see the display "Activated" on the far right, it
indicates successful a
Step 3: If it is the first deployment or data can be deleted, you can also
clean up the environment according to the following steps, redeploy, and
restart.
- Clean up the environment:
-
- Execute the following on all nodes:
-
- 1. Terminate all ConfigNode Node and DataNode processes.
- ```Bash
- # 1. Stop the ConfigNode and DataNode services
- sbin/stop-standalone.sh
-
- # 2. Check for any remaining processes
- jps
- # Or
- ps -ef|gerp iotdb
-
- # 3. If there are any remaining processes, manually kill the
- kill -9 <pid>
- # If you are sure there is only one iotdb on the machine, you can use the
following command to clean up residual processes
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
- ```
- 2. Delete the data and logs directories.
+ Step 4: Clean up the environment:
+
+ a. Terminate all ConfigNode Node and DataNode processes.
+ ```Bash
+ # 1. Stop the ConfigNode and DataNode services
+ sbin/stop-standalone.sh
+
+ # 2. Check for any remaining processes
+ jps
+ # Or
+ ps -ef|gerp iotdb
+
+ # 3. If there are any remaining processes, manually kill the
+ kill -9 <pid>
+ # If you are sure there is only one iotdb on the machine, you can use
the following command to clean up residual processes
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
+ ```
+ b. Delete the data and logs directories.
- Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
+
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_apache.md
b/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_apache.md
index 0b8cd478..185dae2c 100644
---
a/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_apache.md
+++
b/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_apache.md
@@ -320,29 +320,28 @@ sbin/remove-datanode.bat [dn_rpc_address:dn_rpc_port]
Step 3: If it is the first deployment or data can be deleted, you can also
clean up the environment according to the following steps, redeploy, and
restart.
- Clean up the environment:
-
- Execute the following on all nodes:
-
- 1. Terminate all ConfigNode Node and DataNode processes.
- ```Bash
- # 1. Stop the ConfigNode and DataNode services
- sbin/stop-standalone.sh
-
- # 2. Check for any remaining processes
- jps
- # Or
- ps -ef|gerp iotdb
-
- # 3. If there are any remaining processes, manually kill the
- kill -9 <pid>
- # If you are sure there is only one iotdb on the machine, you can use the
following command to clean up residual processes
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
- ```
- 2. Delete the data and logs directories.
+ Step 4: Clean up the environment:
+
+ a. Terminate all ConfigNode Node and DataNode processes.
+ ```Bash
+ # 1. Stop the ConfigNode and DataNode services
+ sbin/stop-standalone.sh
+
+ # 2. Check for any remaining processes
+ jps
+ # Or
+ ps -ef|gerp iotdb
+
+ # 3. If there are any remaining processes, manually kill the
+ kill -9 <pid>
+ # If you are sure there is only one iotdb on the machine, you can use
the following command to clean up residual processes
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
+ ```
+ b. Delete the data and logs directories.
- Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
+ Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
+
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
diff --git
a/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 7a4f167e..e6a32498 100644
---
a/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -361,29 +361,28 @@ sbin/remove-datanode.bat [dn_rpc_address:dn_rpc_port]
Step 3: If it is the first deployment or data can be deleted, you can also
clean up the environment according to the following steps, redeploy, and
restart.
- Clean up the environment:
+ Step 4: Clean up the environment:
- Execute the following on all nodes:
-
- 1. Terminate all ConfigNode Node and DataNode processes.
- ```Bash
- # 1. Stop the ConfigNode and DataNode services
- sbin/stop-standalone.sh
-
- # 2. Check for any remaining processes
- jps
- # Or
- ps -ef|gerp iotdb
-
- # 3. If there are any remaining processes, manually kill the
- kill -9 <pid>
- # If you are sure there is only one iotdb on the machine, you can use the
following command to clean up residual processes
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
- ```
- 2. Delete the data and logs directories.
+ a. Terminate all ConfigNode Node and DataNode processes.
+ ```Bash
+ # 1. Stop the ConfigNode and DataNode services
+ sbin/stop-standalone.sh
+
+ # 2. Check for any remaining processes
+ jps
+ # Or
+ ps -ef|gerp iotdb
+
+ # 3. If there are any remaining processes, manually kill the
+ kill -9 <pid>
+ # If you are sure there is only one iotdb on the machine, you can use
the following command to clean up residual processes
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
+ ```
+ b. Delete the data and logs directories.
- Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
+
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
b/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
index ab038212..ad026583 100644
---
a/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
+++
b/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
@@ -151,29 +151,28 @@ When the status is all running, it indicates that the
service has started succes
Step 3: If it is the first deployment or data can be deleted, you can also
clean up the environment according to the following steps, redeploy, and
restart.
- Clean up the environment:
-
- Execute the following on all nodes:
-
- 1. Terminate all ConfigNode Node and DataNode processes.
- ```Bash
- # 1. Stop the ConfigNode and DataNode services
- sbin/stop-standalone.sh
-
- # 2. Check for any remaining processes
- jps
- # Or
- ps -ef|gerp iotdb
-
- # 3. If there are any remaining processes, manually kill the
- kill -9 <pid>
- # If you are sure there is only one iotdb on the machine, you can use the
following command to clean up residual processes
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
- ```
- 2. Delete the data and logs directories.
+ Step 4: Clean up the environment:
+
+ a. Terminate all ConfigNode Node and DataNode processes.
+ ```Bash
+ # 1. Stop the ConfigNode and DataNode services
+ sbin/stop-standalone.sh
+
+ # 2. Check for any remaining processes
+ jps
+ # Or
+ ps -ef|gerp iotdb
+
+ # 3. If there are any remaining processes, manually kill the
+ kill -9 <pid>
+ # If you are sure there is only one iotdb on the machine, you can use
the following command to clean up residual processes
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
+ ```
+ b. Delete the data and logs directories.
- Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
+ Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
+
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index 26850f2b..412fe93a 100644
---
a/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -194,29 +194,28 @@ When you see the display "Activated" on the far right, it
indicates successful a
Step 3: If it is the first deployment or data can be deleted, you can also
clean up the environment according to the following steps, redeploy, and
restart.
- Clean up the environment:
-
- Execute the following on all nodes:
-
- 1. Terminate all ConfigNode Node and DataNode processes.
- ```Bash
- # 1. Stop the ConfigNode and DataNode services
- sbin/stop-standalone.sh
-
- # 2. Check for any remaining processes
- jps
- # Or
- ps -ef|gerp iotdb
-
- # 3. If there are any remaining processes, manually kill the
- kill -9 <pid>
- # If you are sure there is only one iotdb on the machine, you can use the
following command to clean up residual processes
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
- ```
- 2. Delete the data and logs directories.
+ Step 4: Clean up the environment:
+
+ a. Terminate all ConfigNode Node and DataNode processes.
+ ```Bash
+ # 1. Stop the ConfigNode and DataNode services
+ sbin/stop-standalone.sh
+
+ # 2. Check for any remaining processes
+ jps
+ # Or
+ ps -ef|gerp iotdb
+
+ # 3. If there are any remaining processes, manually kill the
+ kill -9 <pid>
+ # If you are sure there is only one iotdb on the machine, you can use
the following command to clean up residual processes
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
+ ```
+ b. Delete the data and logs directories.
- Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
+
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md
b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md
index 8f205b21..8ca7fd0a 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md
@@ -316,29 +316,28 @@ sbin/remove-datanode.bat [datanode_id]
Step 3: If it is the first deployment or data can be deleted, you can also
clean up the environment according to the following steps, redeploy, and
restart.
- Clean up the environment:
-
- Execute the following on all nodes:
-
- 1. Terminate all ConfigNode Node and DataNode processes.
- ```Bash
- # 1. Stop the ConfigNode and DataNode services
- sbin/stop-standalone.sh
-
- # 2. Check for any remaining processes
- jps
- # Or
- ps -ef|gerp iotdb
-
- # 3. If there are any remaining processes, manually kill the
- kill -9 <pid>
- # If you are sure there is only one iotdb on the machine, you can use the
following command to clean up residual processes
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
- ```
- 2. Delete the data and logs directories.
+ Step 4: Clean up the environment:
+
+ a. Terminate all ConfigNode Node and DataNode processes.
+ ```Bash
+ # 1. Stop the ConfigNode and DataNode services
+ sbin/stop-standalone.sh
+
+ # 2. Check for any remaining processes
+ jps
+ # Or
+ ps -ef|gerp iotdb
+
+ # 3. If there are any remaining processes, manually kill the
+ kill -9 <pid>
+ # If you are sure there is only one iotdb on the machine, you can use
the following command to clean up residual processes
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
+ ```
+ b. Delete the data and logs directories.
- Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
+
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 0774155d..08579e8a 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -357,29 +357,28 @@ sbin/remove-datanode.bat [datanode_id]
Step 3: If it is the first deployment or data can be deleted, you can also
clean up the environment according to the following steps, redeploy, and
restart.
- Clean up the environment:
+ Step 4: Clean up the environment:
- Execute the following on all nodes:
-
- 1. Terminate all ConfigNode Node and DataNode processes.
- ```Bash
- # 1. Stop the ConfigNode and DataNode services
- sbin/stop-standalone.sh
-
- # 2. Check for any remaining processes
- jps
- # Or
- ps -ef|gerp iotdb
-
- # 3. If there are any remaining processes, manually kill the
- kill -9 <pid>
- # If you are sure there is only one iotdb on the machine, you can use the
following command to clean up residual processes
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
- ```
- 2. Delete the data and logs directories.
+ a. Terminate all ConfigNode Node and DataNode processes.
+ ```Bash
+ # 1. Stop the ConfigNode and DataNode services
+ sbin/stop-standalone.sh
+
+ # 2. Check for any remaining processes
+ jps
+ # Or
+ ps -ef|gerp iotdb
+
+ # 3. If there are any remaining processes, manually kill the
+ kill -9 <pid>
+ # If you are sure there is only one iotdb on the machine, you can use
the following command to clean up residual processes
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
+ ```
+ b. Delete the data and logs directories.
- Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
+
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
index 85bbfa05..d40c54c5 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
@@ -151,29 +151,28 @@ When the status is all running, it indicates that the
service has started succes
Step 3: If it is the first deployment or data can be deleted, you can also
clean up the environment according to the following steps, redeploy, and
restart.
- Clean up the environment:
-
- Execute the following on all nodes:
-
- 1. Terminate all ConfigNode Node and DataNode processes.
- ```Bash
- # 1. Stop the ConfigNode and DataNode services
- sbin/stop-standalone.sh
-
- # 2. Check for any remaining processes
- jps
- # Or
- ps -ef|gerp iotdb
-
- # 3. If there are any remaining processes, manually kill the
- kill -9 <pid>
- # If you are sure there is only one iotdb on the machine, you can use the
following command to clean up residual processes
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
- ```
- 2. Delete the data and logs directories.
+ Step 4: Clean up the environment:
+
+ a. Terminate all ConfigNode Node and DataNode processes.
+ ```Bash
+ # 1. Stop the ConfigNode and DataNode services
+ sbin/stop-standalone.sh
+
+ # 2. Check for any remaining processes
+ jps
+ # Or
+ ps -ef|gerp iotdb
+
+ # 3. If there are any remaining processes, manually kill the
+ kill -9 <pid>
+ # If you are sure there is only one iotdb on the machine, you can use
the following command to clean up residual processes
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
+ ```
+ b. Delete the data and logs directories.
- Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
+
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index dc159b72..a4e3e3c5 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -193,29 +193,28 @@ When you see the display "Activated" on the far right, it
indicates successful a
Step 3: If it is the first deployment or data can be deleted, you can also
clean up the environment according to the following steps, redeploy, and
restart.
- Clean up the environment:
-
- Execute the following on all nodes:
-
- 1. Terminate all ConfigNode Node and DataNode processes.
- ```Bash
- # 1. Stop the ConfigNode and DataNode services
- sbin/stop-standalone.sh
-
- # 2. Check for any remaining processes
- jps
- # Or
- ps -ef|gerp iotdb
-
- # 3. If there are any remaining processes, manually kill the
- kill -9 <pid>
- # If you are sure there is only one iotdb on the machine, you can use the
following command to clean up residual processes
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
- ```
- 2. Delete the data and logs directories.
+ Step 4: Clean up the environment:
+
+ a. Terminate all ConfigNode Node and DataNode processes.
+ ```Bash
+ # 1. Stop the ConfigNode and DataNode services
+ sbin/stop-standalone.sh
+
+ # 2. Check for any remaining processes
+ jps
+ # Or
+ ps -ef|gerp iotdb
+
+ # 3. If there are any remaining processes, manually kill the
+ kill -9 <pid>
+ # If you are sure there is only one iotdb on the machine, you can use
the following command to clean up residual processes
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill
-9
+ ```
+ b. Delete the data and logs directories.
- Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ Explanation: Deleting the data directory is necessary, deleting the logs
directory is for clean logs and is not mandatory.
+
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md
index f58467b4..f762ba60 100644
---
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md
+++
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md
@@ -315,26 +315,28 @@ sbin/remove-datanode.bat [datanode_id]
步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
- 清理环境:
- 1. 结束所有 ConfigNode 和 DataNode 进程。
- ```Bash
- # 1. 停止 ConfigNode 和 DataNode 服务
- sbin/stop-standalone.sh
-
- # 2. 检查是否还有进程残留
- jps
- # 或者
- ps -ef|gerp iotdb
-
- # 3. 如果有进程残留,则手动kill
- kill -9 <pid>
- # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill -9
- ```
- 2. 删除 data 和 logs 目录。
-
- 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ 步骤 4: 清理环境:
+
+ a. 结束所有 ConfigNode 和 DataNode 进程。
+
+ ```Bash
+ # 1. 停止 ConfigNode 和 DataNode 服务
+ sbin/stop-standalone.sh
+
+ # 2. 检查是否还有进程残留
+ jps
+ # 或者
+ ps -ef|gerp iotdb
+
+ # 3. 如果有进程残留,则手动kill
+ kill -9 <pid>
+ # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs
kill -9
+ ```
+ b. 删除 data 和 logs 目录。
+
+ 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 95338c6b..0de5e289 100644
---
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -357,26 +357,28 @@ sbin/remove-datanode.bat [datanode_id]
步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
- 清理环境:
- 1. 结束所有 ConfigNode 和 DataNode 进程。
- ```Bash
- # 1. 停止 ConfigNode 和 DataNode 服务
- sbin/stop-standalone.sh
-
- # 2. 检查是否还有进程残留
- jps
- # 或者
- ps -ef|gerp iotdb
-
- # 3. 如果有进程残留,则手动kill
- kill -9 <pid>
- # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill -9
- ```
- 2. 删除 data 和 logs 目录。
+ 步骤 4: 清理环境:
+
+ a. 结束所有 ConfigNode 和 DataNode 进程。
- 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ ```Bash
+ # 1. 停止 ConfigNode 和 DataNode 服务
+ sbin/stop-standalone.sh
+
+ # 2. 检查是否还有进程残留
+ jps
+ # 或者
+ ps -ef|gerp iotdb
+
+ # 3. 如果有进程残留,则手动kill
+ kill -9 <pid>
+ # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs
kill -9
+ ```
+ b. 删除 data 和 logs 目录。
+
+ 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
index 668e727a..b08992d1 100644
---
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
+++
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
@@ -151,26 +151,28 @@ cd sbin
步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
- 清理环境:
- 1. 结束所有 ConfigNode 和 DataNode 进程。
- ```Bash
- # 1. 停止 ConfigNode 和 DataNode 服务
- sbin/stop-standalone.sh
-
- # 2. 检查是否还有进程残留
- jps
- # 或者
- ps -ef|gerp iotdb
-
- # 3. 如果有进程残留,则手动kill
- kill -9 <pid>
- # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill -9
- ```
- 2. 删除 data 和 logs 目录。
-
- 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ 步骤 4: 清理环境:
+
+ a. 结束所有 ConfigNode 和 DataNode 进程。
+
+ ```Bash
+ # 1. 停止 ConfigNode 和 DataNode 服务
+ sbin/stop-standalone.sh
+
+ # 2. 检查是否还有进程残留
+ jps
+ # 或者
+ ps -ef|gerp iotdb
+
+ # 3. 如果有进程残留,则手动kill
+ kill -9 <pid>
+ # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs
kill -9
+ ```
+ b. 删除 data 和 logs 目录。
+
+ 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index cc292b77..449d058b 100644
---
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -194,26 +194,28 @@ cd sbin
步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
- 清理环境:
- 1. 结束所有 ConfigNode 和 DataNode 进程。
- ```Bash
- # 1. 停止 ConfigNode 和 DataNode 服务
- sbin/stop-standalone.sh
-
- # 2. 检查是否还有进程残留
- jps
- # 或者
- ps -ef|gerp iotdb
-
- # 3. 如果有进程残留,则手动kill
- kill -9 <pid>
- # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill -9
- ```
- 2. 删除 data 和 logs 目录。
+ 步骤 4: 清理环境:
+
+ a. 结束所有 ConfigNode 和 DataNode 进程。
- 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ ```Bash
+ # 1. 停止 ConfigNode 和 DataNode 服务
+ sbin/stop-standalone.sh
+
+ # 2. 检查是否还有进程残留
+ jps
+ # 或者
+ ps -ef|gerp iotdb
+
+ # 3. 如果有进程残留,则手动kill
+ kill -9 <pid>
+ # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs
kill -9
+ ```
+ b. 删除 data 和 logs 目录。
+
+ 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_apache.md
b/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_apache.md
index 9479339d..941fb172 100644
---
a/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_apache.md
+++
b/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_apache.md
@@ -318,26 +318,28 @@ sbin/remove-datanode.bat [dn_rpc_address:dn_rpc_port]
步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
- 清理环境:
- 1. 结束所有 ConfigNode 和 DataNode 进程。
- ```Bash
- # 1. 停止 ConfigNode 和 DataNode 服务
- sbin/stop-standalone.sh
-
- # 2. 检查是否还有进程残留
- jps
- # 或者
- ps -ef|gerp iotdb
-
- # 3. 如果有进程残留,则手动kill
- kill -9 <pid>
- # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill -9
- ```
- 2. 删除 data 和 logs 目录。
-
- 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ 步骤 4: 清理环境:
+
+ a. 结束所有 ConfigNode 和 DataNode 进程。
+
+ ```Bash
+ # 1. 停止 ConfigNode 和 DataNode 服务
+ sbin/stop-standalone.sh
+
+ # 2. 检查是否还有进程残留
+ jps
+ # 或者
+ ps -ef|gerp iotdb
+
+ # 3. 如果有进程残留,则手动kill
+ kill -9 <pid>
+ # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs
kill -9
+ ```
+ b. 删除 data 和 logs 目录。
+
+ 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index b9cf78ff..5f7f08d5 100644
---
a/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -360,27 +360,28 @@ sbin/remove-datanode.bat [dn_rpc_address:dn_rpc_port]
步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
- 清理环境:
- 1. 结束所有 ConfigNode 和 DataNode 进程。
- ```Bash
- # 1. 停止 ConfigNode 和 DataNode 服务
- sbin/stop-standalone.sh
-
- # 2. 检查是否还有进程残留
- jps
- # 或者
- ps -ef|gerp iotdb
-
- # 3. 如果有进程残留,则手动kill
- kill -9 <pid>
- # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill -9
- ```
- 2. 删除 data 和 logs 目录。
+ 步骤 4: 清理环境:
+
+ a. 结束所有 ConfigNode 和 DataNode 进程。
- 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
+ ```Bash
+ # 1. 停止 ConfigNode 和 DataNode 服务
+ sbin/stop-standalone.sh
+
+ # 2. 检查是否还有进程残留
+ jps
+ # 或者
+ ps -ef|gerp iotdb
+
+ # 3. 如果有进程残留,则手动kill
+ kill -9 <pid>
+ # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs
kill -9
+ ```
+ b. 删除 data 和 logs 目录。
+ 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
b/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
index d44c8f41..905fc40c 100644
---
a/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
+++
b/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
@@ -152,26 +152,28 @@ cd sbin
步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
- 清理环境:
- 1. 结束所有 ConfigNode 和 DataNode 进程。
- ```Bash
- # 1. 停止 ConfigNode 和 DataNode 服务
- sbin/stop-standalone.sh
-
- # 2. 检查是否还有进程残留
- jps
- # 或者
- ps -ef|gerp iotdb
-
- # 3. 如果有进程残留,则手动kill
- kill -9 <pid>
- # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill -9
- ```
- 2. 删除 data 和 logs 目录。
-
- 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ 步骤 4: 清理环境:
+
+ a. 结束所有 ConfigNode 和 DataNode 进程。
+
+ ```Bash
+ # 1. 停止 ConfigNode 和 DataNode 服务
+ sbin/stop-standalone.sh
+
+ # 2. 检查是否还有进程残留
+ jps
+ # 或者
+ ps -ef|gerp iotdb
+
+ # 3. 如果有进程残留,则手动kill
+ kill -9 <pid>
+ # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs
kill -9
+ ```
+ b. 删除 data 和 logs 目录。
+
+ 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index c5d44919..53b610c6 100644
---
a/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -193,27 +193,28 @@ cd sbin
步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
- 清理环境:
- 1. 结束所有 ConfigNode 和 DataNode 进程。
- ```Bash
- # 1. 停止 ConfigNode 和 DataNode 服务
- sbin/stop-standalone.sh
-
- # 2. 检查是否还有进程残留
- jps
- # 或者
- ps -ef|gerp iotdb
-
- # 3. 如果有进程残留,则手动kill
- kill -9 <pid>
- # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill -9
- ```
- 2. 删除 data 和 logs 目录。
-
- 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
+ 步骤 4: 清理环境:
+ a. 结束所有 ConfigNode 和 DataNode 进程。
+
+ ```Bash
+ # 1. 停止 ConfigNode 和 DataNode 服务
+ sbin/stop-standalone.sh
+
+ # 2. 检查是否还有进程残留
+ jps
+ # 或者
+ ps -ef|gerp iotdb
+
+ # 3. 如果有进程残留,则手动kill
+ kill -9 <pid>
+ # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs
kill -9
+ ```
+ b. 删除 data 和 logs 目录。
+
+ 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md
index f58467b4..f762ba60 100644
---
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md
+++
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md
@@ -315,26 +315,28 @@ sbin/remove-datanode.bat [datanode_id]
步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
- 清理环境:
- 1. 结束所有 ConfigNode 和 DataNode 进程。
- ```Bash
- # 1. 停止 ConfigNode 和 DataNode 服务
- sbin/stop-standalone.sh
-
- # 2. 检查是否还有进程残留
- jps
- # 或者
- ps -ef|gerp iotdb
-
- # 3. 如果有进程残留,则手动kill
- kill -9 <pid>
- # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill -9
- ```
- 2. 删除 data 和 logs 目录。
-
- 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ 步骤 4: 清理环境:
+
+ a. 结束所有 ConfigNode 和 DataNode 进程。
+
+ ```Bash
+ # 1. 停止 ConfigNode 和 DataNode 服务
+ sbin/stop-standalone.sh
+
+ # 2. 检查是否还有进程残留
+ jps
+ # 或者
+ ps -ef|gerp iotdb
+
+ # 3. 如果有进程残留,则手动kill
+ kill -9 <pid>
+ # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs
kill -9
+ ```
+ b. 删除 data 和 logs 目录。
+
+ 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 95338c6b..0de5e289 100644
---
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -357,26 +357,28 @@ sbin/remove-datanode.bat [datanode_id]
步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
- 清理环境:
- 1. 结束所有 ConfigNode 和 DataNode 进程。
- ```Bash
- # 1. 停止 ConfigNode 和 DataNode 服务
- sbin/stop-standalone.sh
-
- # 2. 检查是否还有进程残留
- jps
- # 或者
- ps -ef|gerp iotdb
-
- # 3. 如果有进程残留,则手动kill
- kill -9 <pid>
- # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill -9
- ```
- 2. 删除 data 和 logs 目录。
+ 步骤 4: 清理环境:
+
+ a. 结束所有 ConfigNode 和 DataNode 进程。
- 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ ```Bash
+ # 1. 停止 ConfigNode 和 DataNode 服务
+ sbin/stop-standalone.sh
+
+ # 2. 检查是否还有进程残留
+ jps
+ # 或者
+ ps -ef|gerp iotdb
+
+ # 3. 如果有进程残留,则手动kill
+ kill -9 <pid>
+ # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs
kill -9
+ ```
+ b. 删除 data 和 logs 目录。
+
+ 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
index 668e727a..b08992d1 100644
---
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
+++
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
@@ -151,26 +151,28 @@ cd sbin
步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
- 清理环境:
- 1. 结束所有 ConfigNode 和 DataNode 进程。
- ```Bash
- # 1. 停止 ConfigNode 和 DataNode 服务
- sbin/stop-standalone.sh
-
- # 2. 检查是否还有进程残留
- jps
- # 或者
- ps -ef|gerp iotdb
-
- # 3. 如果有进程残留,则手动kill
- kill -9 <pid>
- # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill -9
- ```
- 2. 删除 data 和 logs 目录。
-
- 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ 步骤 4: 清理环境:
+
+ a. 结束所有 ConfigNode 和 DataNode 进程。
+
+ ```Bash
+ # 1. 停止 ConfigNode 和 DataNode 服务
+ sbin/stop-standalone.sh
+
+ # 2. 检查是否还有进程残留
+ jps
+ # 或者
+ ps -ef|gerp iotdb
+
+ # 3. 如果有进程残留,则手动kill
+ kill -9 <pid>
+ # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs
kill -9
+ ```
+ b. 删除 data 和 logs 目录。
+
+ 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file
diff --git
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index cc292b77..449d058b 100644
---
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -194,26 +194,28 @@ cd sbin
步骤 3: 如果是首次部署或者数据可删除,也可按下述步骤清理环境,重新部署后,再次启动。
- 清理环境:
- 1. 结束所有 ConfigNode 和 DataNode 进程。
- ```Bash
- # 1. 停止 ConfigNode 和 DataNode 服务
- sbin/stop-standalone.sh
-
- # 2. 检查是否还有进程残留
- jps
- # 或者
- ps -ef|gerp iotdb
-
- # 3. 如果有进程残留,则手动kill
- kill -9 <pid>
- # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
- ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs kill -9
- ```
- 2. 删除 data 和 logs 目录。
+ 步骤 4: 清理环境:
+
+ a. 结束所有 ConfigNode 和 DataNode 进程。
- 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
- ```Bash
- cd /data/iotdb
- rm -rf data logs
- ```
\ No newline at end of file
+ ```Bash
+ # 1. 停止 ConfigNode 和 DataNode 服务
+ sbin/stop-standalone.sh
+
+ # 2. 检查是否还有进程残留
+ jps
+ # 或者
+ ps -ef|gerp iotdb
+
+ # 3. 如果有进程残留,则手动kill
+ kill -9 <pid>
+ # 如果确定机器上仅有1个iotdb,可以使用下面命令清理残留进程
+ ps -ef|grep iotdb|grep -v grep|tr -s ' ' ' ' |cut -d ' ' -f2|xargs
kill -9
+ ```
+ b. 删除 data 和 logs 目录。
+
+ 说明:删除 data 目录是必要的,删除 logs 目录是为了纯净日志,非必需。
+ ```Bash
+ cd /data/iotdb
+ rm -rf data logs
+ ```
\ No newline at end of file