Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 5539 invoked from network); 11 Aug 2008 00:00:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Aug 2008 00:00:16 -0000 Received: (qmail 256 invoked by uid 500); 11 Aug 2008 00:00:15 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 232 invoked by uid 500); 11 Aug 2008 00:00:15 -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 221 invoked by uid 99); 11 Aug 2008 00:00:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Aug 2008 17:00:15 -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; Sun, 10 Aug 2008 23:59:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E2D4234C1A1 for ; Sun, 10 Aug 2008 16:59:44 -0700 (PDT) Message-ID: <945382043.1218412784581.JavaMail.jira@brutus> Date: Sun, 10 Aug 2008 16:59:44 -0700 (PDT) From: "Michael Gottesman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-814) JSON Rest Regular (No Transaction) In-Reply-To: <2057981321.1218412544388.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621325#action_12621325 ] Michael Gottesman commented on HBASE-814: ----------------------------------------- You need my json2 library to use it. You can get it here: http://people.reed.edu/~gottesmm/json2.jar. > JSON Rest Regular (No Transaction) > ---------------------------------- > > Key: HBASE-814 > URL: https://issues.apache.org/jira/browse/HBASE-814 > Project: Hadoop HBase > Issue Type: New Feature > Components: rest > Reporter: Michael Gottesman > Attachments: patch.diff > > > This is the first patch for JSONRest. It contains the non-transactional part of JSONRest without the unit tests. Since JSONRest is very modular, the transaction part of it is just an extension of normal JSONRest and is not needed to use normal JSONRest > The unit tests are still being built and are not ready yet and so will be submitted later (they work, the main issue is that I have been using faked data with the perl faker module. I need to just generate a dataset and use it. Sometimes gimicky cool things like generating random data for my tests grab me... for better or worse). > To emphasize this I have decided to submit 2 patches, JSONRest and transactional JSONRest. > I will attach the unit tests in a few days once they have been completed and are in a form that Hudson can use them. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.