0 votes
in Big Data | Hadoop by

Why ‘Reading‘ is done in parallel and ‘Writing‘ is not in HDFS?

1 Answer

0 votes
by

Through mapreduce program the file can be read by splitting its blocks when reading. But while writing as the incoming values are not yet known to the system mapreduce cannot be applied and no parallel writing is possible.

...