Hello, On Wed, Apr 20, 2011 at 11:15 AM, real great.. <[email protected]> wrote: > Hi, > Can M/R jobs be submitted from a slavenode(datanode) i.e. not a namenode in > a hadoop cluster?
Yes. Basically, if a machine can connect to the JT/NN, it can try to submit a job. The programs merely have to point at the right cluster locations during submission. -- Harsh J
