When setting up a MapReduce job, which configuration is crucial for specifying the output key and value types?

  • map.output.key.class
  • map.output.value.class
  • reduce.output.key.class
  • reduce.output.value.class
The crucial configuration for specifying the output key and value types in a MapReduce job is map.output.value.class. This configuration defines the data types emitted by the Mapper.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *