Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-11329

Column prefix in key of hbase column prefix map

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.14.0
    • 1.3.0, 2.0.0
    • HBase Handler
    • None

    Description

      When I create a table with hbase column prefix https://issues.apache.org/jira/browse/HIVE-3725 I have the prefix in result map in hive.
      E.g. record in HBase
      rowkey: 123
      column: tag_one, value: 0.5
      column: tag_two, value 0.5
      representation in Hive via column prefix mapping "tag_.*":
      column: tag map<string,string>
      key: tag_one, value: 0.5
      key: tag_two, value: 0.5

      should be:
      key: one, value: 0.5
      key: two: value: 0.5

      Attachments

        1. HIVE-11329.3.patch
          19 kB
          Wojciech Indyk

        Activity

          People

            woj_in Wojciech Indyk
            woj_in Wojciech Indyk
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: