I am curious how others might be solving this problem. I want to retrieve a record from HDFS based on its key. Are there any methods that can shortcut this type of search to avoid parsing all data until you find it? Obviously Hbase would do this as well, but I wanted to know if there is a way to do it using just Map/Reduce and HDFS.
Thanks, -Xavier
