, (Hadoop) .
Map Reduce. , , , Hadoop . , , JVM. JVM.
I am currently working on a prototype that can extend the work of one JVM to several cores (in fact, you just need one JVM to use several cores). This way you can reduce duplication in memory data structures without the cost of CPU usage. The next step for me is to develop a version of Hadoop that can run several Map tasks in one JVM, which is exactly what you are asking for.
There is an interesting post here
https://issues.apache.org/jira/browse/MAPREDUCE-2123
source
share