Skip to content

Commit b9a244c

Browse files
authored
HBASE-27937 Update getting_started.adoc (#5290)
Signed-off-by: Duo Zhang <[email protected]>
1 parent 622f4ae commit b9a244c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/asciidoc/_chapters/getting_started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,13 +371,13 @@ The following command starts four additional RegionServers, running on sequentia
371371
+
372372
----
373373
374-
$ .bin/local-regionservers.sh start 2 3 4 5
374+
$ ./bin/local-regionservers.sh start 2 3 4 5
375375
----
376376
+
377377
To stop a RegionServer manually, use the `local-regionservers.sh` command with the `stop` parameter and the offset of the server to stop.
378378
+
379379
----
380-
$ .bin/local-regionservers.sh stop 3
380+
$ ./bin/local-regionservers.sh stop 3
381381
----
382382
383383
. Stop HBase.

0 commit comments

Comments
 (0)