In some times I want quit from my running command in HBase shell, such as a scan ops usually take too much time.
So I want to stop running this command, but I don't want exit HBase shell.
The usual way for me to stop the running command, I used Ctrl+C, which can stop the running command, but it also exit from HBase shell, then I need to take more time to reEnter the HBase shell.
Is there any better way to solution for this?