You need to create a job that does frequency analysis on input data. You will do this by writing a
Mapper that uses TextInputForma and splits each value (a line of text from an input file) into
individual characters. For each one of these characters, you will emit the character as a key and
as IntWritable as the value. Since this will produce proportionally more intermediate data than
input data, which resources could you expect to be likely bottlenecks?

A.
Processor and RAM
B.
Processor and disk I/O
C.
Disk I/O and network I/O
D.
Processor and network I/O
A
0
0
D
0
0
C
0
0
C.
Disk I/O and network I/O
0
0
C
0
0
B
0
0
The answers is C. Disk I/O and network I/O. CPU and RAM are rarely cause bottlenecks
mr_tienvu, you either need to study more or stop trolling. I have reviewed almost all the questions in this test and you have prrovided answers to almost all of them.
Unfortunately the website seems to register the last answer (the ones you provided) as the “correct” answer.
0
0
*incorrect answers
0
0