1.

How To Set Mappers And Reducers For Hadoop Jobs?

Answer»

Users can CONFIGURE JOBCONF variable to set number of mappers and REDUCERS.

  • job.setNumMaptasks()
  • job.setNumreduceTasks()

Users can configure JobConf variable to set number of mappers and reducers.



Discussion

No Comment Found