You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by ma...@thomsonreuters.com on 2010/10/20 05:12:23 UTC

MapReduce, RMI client

Hi,

I need some guidance to make RMI call from the map/reduce job, basically
connect to "localhost" RMI server.

 

This is usually involve setting security manager and providing policy
file that allows socket communications.

 

What is the best approach to do this for map reduce job.

 

Thank you.