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

Shell "alter" should do a single modifyTable operation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0, 2.0.0
    • shell
    • None
    • Reviewed

    Description

      When performing an "alter" on multiple column families in a table, then shell will perform a separate Admin.modifyColumn() call for each column family being modified, with all of the table regions being bulk-reopened each time. It would be much better to simply apply all the changes to the table descriptor, then do a single call to Admin.modifyTable().

      Attachments

        1. hbase-15641-v1.patch
          5 kB
          Matt Warhaftig
        2. hbase-15641-branch-1-v1.patch
          5 kB
          Matt Warhaftig

        Activity

          People

            mwarhaftig Matt Warhaftig
            ghelmling Gary Helmling
            Votes:
            1 Vote for this issue
            Watchers:
            10 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: