Description
It's not possible to increase the ZooKeeper session timeout in standalone HBase due to a hardcoded 10s timeout in HMasterCommandLine:
In trunk you can append .localHBaseCluster to the ZK session timeout property name to change the timeout:
We should allow changing the timeout in 0.98 and other versions where it's not possible to do so.