I'm trying to run a distributed indexing service where records a read from a remote database via Java rmi. If I run with mapred.job.tracker="local" everything is fine and dandy, but if I run distributed the jobtracker hangs on a java.rmi.Naming.lookup(serviceName) call. I'm kinda stumped on this, so I'd appreciate any thoughts on this, however loose they may be...
Cheers, Mikkel Note My HADOOP_OPTS in hadoop/bin/hadoop is set to HADOOP_OPTS="-Djava.security.manager -Djava.security.policy=/home/hadoop/mapred-indexer/config/.index.policy" To enable java security management
