You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@hadoop.apache.org by Amal <am...@gmail.com> on 2009/03/31 05:49:36 UTC

Berkeley DB as Hadoop Input

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