Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0AA5C18F55 for ; Tue, 18 Aug 2015 14:52:46 +0000 (UTC) Received: (qmail 54252 invoked by uid 500); 18 Aug 2015 14:52:45 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 54036 invoked by uid 500); 18 Aug 2015 14:52:45 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 53953 invoked by uid 99); 18 Aug 2015 14:52:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2015 14:52:45 +0000 Date: Tue, 18 Aug 2015 14:52:45 +0000 (UTC) From: "Wojciech Indyk (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-11329) Column prefix in key of hbase column prefix map MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-11329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wojciech Indyk updated HIVE-11329: ---------------------------------- Attachment: (was: HIVE-11329.1.patch) > Column prefix in key of hbase column prefix map > ----------------------------------------------- > > Key: HIVE-11329 > URL: https://issues.apache.org/jira/browse/HIVE-11329 > Project: Hive > Issue Type: Improvement > Components: HBase Handler > Affects Versions: 0.14.0 > Reporter: Wojciech Indyk > Assignee: Wojciech Indyk > Priority: Minor > Attachments: HIVE-11329.3.patch > > > 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 > key: tag_one, value: 0.5 > key: tag_two, value: 0.5 > should be: > key: one, value: 0.5 > key: two: value: 0.5 -- This message was sent by Atlassian JIRA (v6.3.4#6332)