Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-12947

Replicating DDL statements like create from one cluster to another

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Critical
    • Resolution: Duplicate
    • 2.0.0
    • None
    • Replication
    • None

    Description

      Problem:
      When tables are created dynamically in Hbase cluster, the Replication feature can't be used as the new table does not exist in peer cluster. To use the replication, we need to create same table in peer cluster also.

      Having API to replicate the create table statement at peer cluster will be more helpful in such cases.

      Solution:

      create 'table','cf',replication => true , peerFlag => true

      if peerFlag = true, the table with the column family has to be created at peer
      cluster.

      Special cases like enabling replication at peer cluster also for cyclic replication has to be considered.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              prabhujoseph Prabhu Joseph
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: