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

Alter hbase:meta

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-1, 2.3.0
    • meta
    • None
    • Reviewed
    • Hide
      Adds being able to edit hbase:meta table schema. For example,

      hbase(main):006:0> alter 'hbase:meta', {NAME => 'info', DATA_BLOCK_ENCODING => 'ROW_INDEX_V1'}
      Updating all regions with the new schema...
      All regions updated.
      Done.
      Took 1.2138 seconds

      You can even add columnfamilies. Howevert, you cannot delete any of the core hbase:meta column families such as 'info' and 'table'.
      Show
      Adds being able to edit hbase:meta table schema. For example, hbase(main):006:0> alter 'hbase:meta', {NAME => 'info', DATA_BLOCK_ENCODING => 'ROW_INDEX_V1'} Updating all regions with the new schema... All regions updated. Done. Took 1.2138 seconds You can even add columnfamilies. Howevert, you cannot delete any of the core hbase:meta column families such as 'info' and 'table'.

    Description

      hbase:meta is currently hardcoded. Its schema cannot be change.

      This issue is about allowing edits to hbase:meta schema. It will allow our being able to set encodings such as the block-with-indexes which will help quell CPU usage on host carrying hbase:meta. A dynamic hbase:meta is first step on road to being able to split meta.

      Attachments

        Issue Links

          Activity

            People

              stack Michael Stack
              stack Michael Stack
              Votes:
              0 Vote for this issue
              Watchers:
              16 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: