Hi All,

I have a requirement where I wanted to build a distributed HashMap which
holds 10M key value pairs and provides very efficient lookups for each key.
I tried loading the file into JavaPairedRDD and tried calling lookup method
its very slow.

How can I achieve very very faster lookup by a given key?

Thank you
Anil Langote

Reply via email to