Created 09-26-2018 03:07 AM
Hi,
For HBase Replicate process. I have two separate zookeepers. But do I need different cluster name for HBase replicate? or I can modify the same cluster name to two clusters?
Thank you.
Created 09-26-2018 06:37 AM
@Shen Sean, I have not used a replicate process.. but in all the experience I had with Hbase, It is sensitive in terms of mapping zookeeper to Hbase cluster.. so better to have a different cluster name for Hbase replicate.
Thank you, Hope it helps you.
Created 09-26-2018 06:37 AM
@Shen Sean, I have not used a replicate process.. but in all the experience I had with Hbase, It is sensitive in terms of mapping zookeeper to Hbase cluster.. so better to have a different cluster name for Hbase replicate.
Thank you, Hope it helps you.
Created 09-26-2018 07:02 AM
@saichand akella Thank you for you quick respond! Actually, I need to have the same cluster name for HBase replicate for some reasons. So, I want to know details about what is the disadvantage/drawback to use the same cluster name for HBase replicate. Thank you!
Created 10-09-2018 07:16 AM
Hi, @saichand akella I've tested using same cluster name for base replicate and it worked. Thank you.