In some cases, I want to exit my running command in the HBase shell, for example, scan statements usually take too much time.
So, I want to stop this command, but I do not need to exit the HBase shell.
The usual way to stop the execution of a command, I used Ctrl + C, which can stop the running command, but also exit the HBase shell, then I need more time to restart the HBase shell.
Is there a better solution to this?
hbase hbase-shell
Devin wu
source share