Was thinking this morning that me might have to do some adjustments in the format, we wanted <int><int><int><row><fam><qf><ts><type> for the key and <int><value> or something like that, right? But what is stored in HFile right now is if I'm not mistaken <int><int><key><val>, so if we want to match that I think we need to do some small adjustments probably to something like: <keyLen><valLen><rowLen><famLent><row><fam><qf><ts><type><val>
Erik
