We have an application that downloads files from FTP server . We are planning to improve its efficiency using Map reduce to download the files from ftp . My first question is , is it actually possible to improve efficiency using Map reduce ? What we logically argue is that a number of mappers and a read channel in each mapper would actually make the downloading process in parallel faster . But we are not sure of teh technical roadblockas if any . Any pointers ?