Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 94545 invoked from network); 10 May 2009 19:13:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 May 2009 19:13:10 -0000 Received: (qmail 61756 invoked by uid 500); 10 May 2009 19:13:10 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 61727 invoked by uid 500); 10 May 2009 19:13:10 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 61582 invoked by uid 99); 10 May 2009 19:13:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 May 2009 19:13:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 May 2009 19:13:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BCE6B234C041 for ; Sun, 10 May 2009 12:12:45 -0700 (PDT) Message-ID: <1133937312.1241982765759.JavaMail.jira@brutus> Date: Sun, 10 May 2009 12:12:45 -0700 (PDT) From: "Andrew Purtell (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (HBASE-1400) Improve REST interface semantics and efficiency 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 Improve REST interface semantics and efficiency ----------------------------------------------- Key: HBASE-1400 URL: https://issues.apache.org/jira/browse/HBASE-1400 Project: Hadoop HBase Issue Type: Improvement Reporter: Andrew Purtell Priority: Minor Improve the semantics of the REST interface: more metadata operations, bulk updates, protobufs (if Accept = "application/x-protobuf") instead of multipart/related (which is not supported now anyway) etc. for general efficiency and support for queries or scanners that return multiple KeyValues. I am working on a proposal. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.