Description
Currently sqlline.py will retry 35 times to talk to HBase master when the passed in quorum string is wrong or the underlying HBase isn't running.
In that situation, Sqlline will stuck there forever. The JIRA is aiming to be able to kill sqlline child process as well by ctrl-c when sqline can't connect to underlying HBase.