Re: Data replication and moving computation

2009-06-18 Thread Roshan James
Further, look at the namenode file system browser for your cluster to see the chunking in action. http://wiki.apache.org/hadoop/WebApp%20URLs Roshan On Thu, Jun 18, 2009 at 6:28 AM, Harish Mallipeddi < harish.mallipe...@gmail.com> wrote: > On Thu, Jun 18, 2009 at 3:43 PM, rajeev gupta wrote: >

Re: Data replication and moving computation

2009-06-18 Thread Harish Mallipeddi
On Thu, Jun 18, 2009 at 3:43 PM, rajeev gupta wrote: > > I have this doubt regarding HDFS. Suppose I have 3 machines in my HDFS > cluster and replication factor is 1. A large file is there on one of those > three cluster machines in its local file system. If I put that file in HDFS > will it be d

Data replication and moving computation

2009-06-18 Thread rajeev gupta
I have this doubt regarding HDFS. Suppose I have 3 machines in my HDFS cluster and replication factor is 1. A large file is there on one of those three cluster machines in its local file system. If I put that file in HDFS will it be divided and distributed across all three machines? I had this