Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 66254 invoked from network); 5 Aug 2008 00:11:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Aug 2008 00:11:36 -0000 Received: (qmail 13222 invoked by uid 500); 5 Aug 2008 00:11:35 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 12925 invoked by uid 500); 5 Aug 2008 00:11:34 -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 12895 invoked by uid 99); 5 Aug 2008 00:11:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2008 17:11:34 -0700 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; Tue, 05 Aug 2008 00:10:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 80B68234C194 for ; Mon, 4 Aug 2008 17:10:44 -0700 (PDT) Message-ID: <1530179533.1217895044523.JavaMail.jira@brutus> Date: Mon, 4 Aug 2008 17:10:44 -0700 (PDT) From: "sishen.freecity (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (HBASE-795) More Table operation in TableHandler for REST interface MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org More Table operation in TableHandler for REST interface ------------------------------------------------------- Key: HBASE-795 URL: https://issues.apache.org/jira/browse/HBASE-795 Project: Hadoop HBase Issue Type: New Feature Components: rest Reporter: sishen.freecity In the current implementation, only the metadata query of table allowed. It's not convinent to use the REST interface to write a third-party client library. I think the functionality of REST interface should be similar with the hbase shell. So user can create/show/update/delate/enable/disable the table. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.