FROM: LANL, HLRS, Cisco, Oracle, and IBM

WHAT: Adds Java bindings

WHY: The Hadoop community would like to use MPI in their efforts, and most of 
their code is in Java

WHERE: ompi/mpi/java plus one new config file in ompi/config

TIMEOUT: Feb 10, 2012


Hadoop is a Java-based environment for processing extremely large data sets. 
Modeled on the Google enterprise system, it has evolved into its own 
open-source community. Currently, they use their own IPC for messaging, but 
acknowledge that it is nowhere near as efficient or well-developed as found in 
MPI.

While 3rd party Java bindings are available, the Hadoop business world is leery 
of depending on something that "bolts on" - they would be more willing to adopt 
the technology if it were included in a "standard" distribution. Hence, they 
have requested that Open MPI provide that capability, and in exchange will help 
champion broader adoption of Java support within the MPI community.

We have based the OMPI bindings on the mpiJava code originally developed at IU, 
and currently maintained by HLRS. Adding the bindings to OMPI is completely 
transparent to all other OMPI users and has zero performance impact on the rest 
of the code/bindings. We have setup the configure so that the Java bindings 
will build if/when they can or are explicitly requested, just as with other 
language support.

As the Hadoop community represents a rapidly-growing new set of customers and 
needs, we feel that adding these bindings is appropriate. The bindings will be 
maintained by those organizations that have an interest in this use-case.


Reply via email to