Per what Stack just said... http://hbase.apache.org/book.html#supported.datatypes
On 10/28/11 12:38 PM, "Stack" <[email protected]> wrote: >On Fri, Oct 28, 2011 at 9:28 AM, Jain, Kokil <[email protected]> wrote: >> Is it possible for cell values to be lists? >> > >We don't support 'lists' natively. The application would have to put >the cell as a list and then get the cell as a list. HBase doesn't >care what you put in a cell as long as its raw bytes. > >St.Ack >
