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.