Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 62583 invoked from network); 11 Aug 2008 01:14:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Aug 2008 01:14:54 -0000 Received: (qmail 29403 invoked by uid 500); 11 Aug 2008 01:14:53 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 29373 invoked by uid 500); 11 Aug 2008 01:14:53 -0000 Mailing-List: contact core-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-commits@hadoop.apache.org Received: (qmail 29364 invoked by uid 99); 11 Aug 2008 01:14:53 -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 18:14:53 -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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 01:14:05 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id BB0971114E for ; Mon, 11 Aug 2008 01:14:33 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: core-commits@hadoop.apache.org Date: Mon, 11 Aug 2008 01:14:33 -0000 Message-ID: <20080811011433.15906.58076@eos.apache.org> Subject: [Hadoop Wiki] Trivial Update of "Hbase/JSONRest" by Michael Gottesman X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification. The following page has been changed by Michael Gottesman: http://wiki.apache.org/hadoop/Hbase/JSONRest ------------------------------------------------------------------------------ {"column_name":"STRING", "value":"STRING"}... ] }}} - If your query is successful, JSONRest will respond with a create:true JSON string that looks like so: + If your query is successful, JSONRest will respond with a create:true JSON string: {{{ {"created":true} }}} So, lets say you had a table named "people" with Column Families "Name", "Address", and "Phone" and a row named "person-12345" and you wanted to create a new Row for a new friend John. So you decide to input John's personal information into HBase. You would then send the following request to JSONRest: {{{ - POST /people/johnny_appleseed + POST '/people/johnny_appleseed' }}} with the following attached content: {{{