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

REST RegexStringComparator should support charset and RegexStringComparator.EngineType

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Incomplete
    • None
    • None
    • REST
    • None

    Description

      There is no way to set charset (ISO-8859-1 as recommended) to RegexStringComparator through the REST call what make RegexString filter unusable for the row key made of arbitrary bytes. It also would be helpful to be able to pass RegexStringComparator.EngineType or configure HBase REST with default engine.

      This is major blocker in our business case.

      ScannerModel.java
          case RegexStringComparator:
              comparator = new RegexStringComparator(value);
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            sergey.b Serhiy Bilousov
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: