morningman commented on a change in pull request #3641:
URL: https://github.com/apache/incubator-doris/pull/3641#discussion_r428472871
##########
File path: docs/en/administrator-guide/operation/tablet-meta-tool.md
##########
@@ -93,14 +93,39 @@ Order:
### Delete header
-In order to realize the function of deleting a tablet from a disk of a be.
+In order to realize the function of deleting a tablet from a disk of a BE.
Support single delete and batch delete.
-Order:
+Single delete:
```
./lib/meta_tool --operation=delete_meta --root_path=/path/to/root_path
--tablet_id=xxx --schema_hash=xxx`
```
+Batch delete:
+
+```
+./lib/meta_tool --operation=batch_delete_meta
--tablet_file=/path/to/tablet_file.txt
Review comment:
Maybe at another PR
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]