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 rschuil: http://wiki.apache.org/lucene-hadoop/Hbase/HbaseFeatureRequests ------------------------------------------------------------------------------ * Clients should be able to open an !OutputStream for putting a value into a table. Right now the only interface for insertion is via a byte[], which severely limits the flexibility of the system. Added ''2007-10-08 by stuhood'' * Tell us more Stu why you need this feature? (Because you want to write BLOBs of multiple Gigabytes into an hbase cell?) + * Add ability to read a cell's timestamp. This can be used for sorting columns or removing old columns. +