Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A2D79BBDD for ; Wed, 18 Jan 2012 22:27:03 +0000 (UTC) Received: (qmail 91560 invoked by uid 500); 18 Jan 2012 22:27:03 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 91525 invoked by uid 500); 18 Jan 2012 22:27:02 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 91517 invoked by uid 99); 18 Jan 2012 22:27:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2012 22:27:02 +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; Wed, 18 Jan 2012 22:27:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A1C62154BEE for ; Wed, 18 Jan 2012 22:26:41 +0000 (UTC) Date: Wed, 18 Jan 2012 22:26:41 +0000 (UTC) From: "Andrew Purtell (Updated) (JIRA)" To: issues@hbase.apache.org Message-ID: <1413874845.54155.1326925601664.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <464311036.54120.1326925121344.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-5228) [REST] Rip out "transform" feature 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/HBASE-5228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-5228: ---------------------------------- Attachment: HBASE-5228.patch > [REST] Rip out "transform" feature > ---------------------------------- > > Key: HBASE-5228 > URL: https://issues.apache.org/jira/browse/HBASE-5228 > Project: HBase > Issue Type: Bug > Affects Versions: 0.92.0, 0.94.0, 0.90.5 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Attachments: HBASE-5228.patch > > > The 'transform' feature, where REST can be instructed, via a table attribute, to apply a transformation (e.g. base64 encoding or decoding) to a (sub)set of column values before serving them up to a client or storing them into HBase, was added some time ago at the request of Jack Levin. I have since come to regret it, it was not a well thought out feature: > - This is really an application concern. > - It adds significant overhead to request processing: Periodically a HBaseAdmin is used to retrieve the table descriptor, in order to scan through table attributes for transformation directives. > I think it is best to rip it out, its a real problem area, and REST should be no more concerned about data formats than the Java API. > I doubt anyone uses this, not even Jack. Will need to follow up with him to confirm. -- 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