HBASE-15574 Fix typo in HRegionServerCommandLine

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
Lim Chee Hau 2015-05-08 02:11:41 +08:00 committed by Sean Busbey
parent 209b6f74c7
commit 0eaf3edc3a
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class HRegionServerCommandLine extends ServerCommandLine {
} else if ("stop".equals(cmd)) {
System.err.println(
"To shutdown the regionserver run " +
"bin/hbase-daemon.sh stop regionserver or send a kill signal to" +
"bin/hbase-daemon.sh stop regionserver or send a kill signal to " +
"the regionserver pid");
return 1;
} else {