You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Ninad Raut <ni...@gmail.com> on 2008/07/22 07:28:17 UTC

Regarding reading data from distributed hadoop cluster

Hi,

Can any one help me understand how to read data distributed oover a cluster.

For instance if we give a path /user/hadoop/parsed_data/part-0000/data , to
the map reduce program will that find the data on same path on all the
servers in the cluster , or will it be only the local file?

If it only reads from the local file how to read data all the clusters?


NR.