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 ------------------------------------------------------------------------------ * Single Row Mutation ==== UseCase: Single Row Mutation ==== A mutation is a group of batch operations which transform a Row (including a 'null' row) from one state to another. To perform a Single Row Mutation one submits a request with the following form to JSONRest: - + {{{ + POST '/TABLENAME/ROWNAME' + }}} and attaches to the post an argument of the following form: {{{ JSON ARRAY => [
