Skip to content

Commit

Permalink
Update yb-admin.md to include yb-admin part of the split_tablet command
Browse files Browse the repository at this point in the history
Updated yb-admin.md to include the yb-admin part of the split_tablet command.
  • Loading branch information
jasonriddell authored Jul 29, 2024
1 parent 9d3efd9 commit bda76e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/preview/admin/yb-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@ yb-admin \
Splits the specified hash-sharded tablet and computes the split point as the middle of tablet's sharding range.

```sh
split_tablet -master_addresses <master-addresses> <tablet_id_to_split>
yb-admin \
-master_addresses <master-addresses> \
split_tablet -master_addresses <master-addresses> <tablet_id_to_split>
```

* *master-addresses*: Comma-separated list of YB-Master hosts and ports. Default value is `localhost:7100`.
Expand Down

0 comments on commit bda76e9

Please sign in to comment.