Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by BryanDuxbury: http://wiki.apache.org/lucene-hadoop/Hbase/HbaseRest ------------------------------------------------------------------------------ ~-''St.Ack comment 11/17/2007: Removed the exception handling section from here since, yes, as Bryan argues, REST clients ain't interested in java stack traces not unless its a 500 code and even then...-~ + + '''Multiple Columns in Query String''' + In any case where a request can take multiple column names in the query string, the syntax should be: + + {{{ + GET http://server:port/first_table/row/row_key?column=fam1:name&column=fam2:address + }}} + + This avoids the problems with having semicolon separators in a single query string parameter, and is easily read into an array in Java. +