好像發現了一個問題,在Cloudera 的注意事項上發現 1. You must manage Zookeeper yourself. It must not be managed by HBase, and must be available throughout the deployment. 2. Each host in both clusters must be able to reach every other host, including those in the Zookeeper cluster. Both clusters should have the same HBase and Hadoop major revision. For example, having 0.90.1 on the master and 0.90.0 on the slave is supported, but 0.90.1 on one cluster and 0.89.20100725 on the other is not. 3. Every table that contains families that are scoped for replication must exist on each cluster and have exactly the same name. 4. HBase version 0.92 or greater is required for multiple slaves, master-master, or cyclic replication. This version ships with CDH4.0.0.
第一點說明了,似乎是不能透過HBase 本身自帶起的Zookeeper,必須自己安裝zookeeper...................
至於第二點的說話不知道是不是我所理解的意思 兩座叢集的節點,之間都必須是可以連線的,所式是指clusterA 的所有節點可以ping 到clusterB 的所有節點 還是指clusterA 的所有節點都可以ssh(免鑰)到clusterB 所有節點??
|