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:
  {{{

Reply via email to