报错:Couldnt start ZK at requested address of 2181, instead got: 2182. Aborting. Why? Because clients (eg shell) wont be able to find this ZK quorum.
解决方法:
因为是参照了早前版本的hbase+zookeeper,说是先启动zookeeper,再启动hbase.结果就是报以上的错误.
尝试了一下,不先启动zookeeper 3.3.3,先启动hbase 0.90.4,结果zookeeper被它自动启动起来了.遂在hbase shell里玩玩.