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 ------------------------------------------------------------------------------ {{{ {"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: + So, lets say you had a table named "people" with Column Families "Name", "Address", and "Phone" that contained your address book 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' }}}
