Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D56F79A12 for ; Sat, 17 Mar 2012 04:03:16 +0000 (UTC) Received: (qmail 43346 invoked by uid 500); 17 Mar 2012 04:03:16 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 43296 invoked by uid 500); 17 Mar 2012 04:03:16 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 42875 invoked by uid 500); 17 Mar 2012 04:03:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 42871 invoked by uid 99); 17 Mar 2012 04:03:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Mar 2012 04:03:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Mar 2012 04:03:13 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2230524664 for ; Sat, 17 Mar 2012 04:02:52 +0000 (UTC) Date: Sat, 17 Mar 2012 04:02:51 +0000 (UTC) From: "Navis (Updated) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1031110834.27498.1331956972219.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1270464567.25795.1330390189485.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HIVE-2828) make timestamp accessible in the hbase KeyValue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-2828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-2828: ------------------------ Status: Patch Available (was: Open) > make timestamp accessible in the hbase KeyValue > ------------------------------------------------ > > Key: HIVE-2828 > URL: https://issues.apache.org/jira/browse/HIVE-2828 > Project: Hive > Issue Type: Improvement > Components: HBase Handler > Reporter: Navis > Assignee: Navis > Priority: Trivial > Attachments: HIVE-2828.D1989.1.patch, HIVE-2828.D1989.2.patch, HIVE-2828.D1989.3.patch, HIVE-2828.D1989.4.patch > > > Originated from HIVE-2781 and not accepted, but I think this could be helpful to someone. > By using special column notation ':timestamp' in HBASE_COLUMNS_MAPPING, user might access timestamp value in hbase KeyValue. > {code} > CREATE TABLE hbase_table (key int, value string, time timestamp) > STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' > WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key,cf:string,:timestamp") > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira