You are developing a MapReduce job for sales reporting. The mapper will process input keys representing the year (IntWritable) and input values representing product indentifies (Text).
Indentify what determines the data types used by the Mapper for a given job.
A. The key and value types specified in the JobConf.setMapInputKeyClass and JobConf.setMapInputValuesClass methods
B. The data types specified in HADOOP_MAP_DATATYPES environment variable
C. The mapper-specification.xml file submitted with the job determine the mapper's input key and value types.
D. The InputFormat used by the job determines the mapper's input key and value types.
You are developing a MapReduce job for sales reporting. The mapper will process input keys representing the year (IntWri
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
You are developing a MapReduce job for sales reporting. The mapper will process input keys representing the year (IntWri
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!