I have around 3 million rows of data stored in Berkeley DB Java Edition. Is it possible to use this database as a MapReduce Input to Hadoop. If not, what is the alternative storage engine, mainly for storing key/value pairs (no relational features or transactional support needed), so that I can run mapreduce on it.
Thanks
