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

Registering a Coprocessor at HTableDescriptor should be less strict

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.92.0
    • 0.92.0
    • Coprocessors
    • None
    • all

    • coprocessor

    Description

      Registering a Copressor in the following way will fail as the "Coprocessor$1" keyword is case sensitive (instead COPROCESSOR$1 works fine). Removing this restriction would improve usability.

      HTableDescriptor desc = new HTableDescriptor(tName);
      desc.setValue("Coprocessor$1",
      path.toString() + ":" + full_class_name +
      ":" + Coprocessor.Priority.USER);

      Attachments

        1. HBASE-3810_final.patch
          14 kB
          Gary Helmling

        Issue Links

          Activity

            People

              mingjielai Mingjie Lai
              joerg84 Joerg Schad
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 2h
                  2h
                  Remaining:
                  Remaining Estimate - 2h
                  2h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified