What sort of map-reduce space needs fast random I/O? The only things which come to mind are disguised table joins, where the right solution is to use sorting instead.
(Not trying to be argumentative, I'm just trying to figure out what you have in mind.)
Otherwise, as noted below, the most likely use case is in a reserved situation running Cassandra or Postgres or something.