Description
1) Started hbase cluster with two masters
2) started shell.
3) Master switch happened.
From now onward not able to perform list command without restarting the shell. Its always pointing to old master.
hbase(main):003:0> list TABLE ERROR: java.net.ConnectException: Connection refused Here is some help for this command: List all tables in hbase. Optional regular expression parameter could be used to filter the output. Examples: hbase> list hbase> list 'abc.*'