Hi all, I have the following problem: I've got a single column which is guaranteed to exist and I need to get the latest timestamp of this column The only solution I found yet is:
result.getMap().get(INFO_CF).get(TITLE_KEY).lowerKey(Long.MAX_VALUE); This looks quite ugly - and I'm pretty sure that it isn't very fast. I'm using Cloudera's HBase 0.89.20100621+17. I would be very grateful for any suggestions! Best regards, Uli Köhler
