Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Do we really need different cluster name to Hbase Replicate?

avatar
New Member

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.

1 ACCEPTED SOLUTION

avatar
New Member

@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.

View solution in original post

3 REPLIES 3

avatar
New Member

@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.

avatar
New Member

@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!

avatar
New Member

Hi, @saichand akella I've tested using same cluster name for base replicate and it worked. Thank you.