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

Scan FORMATTER is not applied for columns using non-printable name in shell

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0.0-alpha-1, 2.2.0, 2.3.0
    • 3.0.0-alpha-1, 2.4.0
    • shell
    • None
    • 0.98 + hadoop2.2.0

    • Reviewed

    Description

      The "FORMATTER" does not work if the target cell`s column uses binary name.

      hbase> create "test1", "f"
      hbase> incr "test1", "row1" , "f:a", 1
      hbase> incr "test1", "row1" , "f:\x11", 1
      hbase> scan "test1", COLUMNS=>["f:\x11:toLong","f:a:toLong"]
      ROW COLUMN+CELL
      row1 column=f:\x11, ..., value=\x00\x00\x00\x00\x00\x00\x00\x01
      row1 column=f:a, ..., value=1

      Attachments

        Issue Links

          Activity

            People

              bitoffdev Elliot Miller
              tsomeqdev t samkawa
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: