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:
+ If your query is successful, JSONRest will respond with a create:true JSON 
string which looks like:
  {{{
  {"created":true}
  }}}
@@ -105, +105 @@

     {"column_name":"phone:work", "value":"6666666666"}
  ]
  }}}
+ 
+ ---- /!\ '''Edit conflict - other version:''' ----
  Later, lets say that John moves from 4500 Orange Drive to 4600 Clementine 
Blvd, in Banana State (Pear City happens to exist in both states). Then you 
would send the following request to JSONRest:
  {{{
  POST '/people/johnny_appleseed'
+ 
+ ---- /!\ '''Edit conflict - your version:''' ----
+ Later, lets say that John moves from 4500 Orange Drive to 4600 Clementine 
Blvd, in Banana State (Pear City happens to exist in both states). Then you 
would send the following request to JSONRest:
+ {{{
+ POST '/people/johnny_appleseed'
+ 
+ ---- /!\ '''End of edit conflict''' ----
  }}}
  with the following attached content:
  {{{

Reply via email to