I want to access mapdb maps straight from HDFS, without copying it to local file system. Is it possible? Is there is any other approach by which I can read these maps without using local file system?
You could read data into byte[], and then pass it to Store using VolumeFactory. However there is no public API for that yet. It is on my TODO list.