Now my question is: In MapReduce applications where does the driver program runs? client or cluster?
Thanks,
When you use hadoop jar
in the terminal, that terminal session is the driver client
If you use Oozie, instead, for example, the driver will be deployed in the cluster