wrote:
Hi all,
I have a question related to HDFS Block placement policy. The default,
"The default block placement policy is as follows: Place the first
replica somewhere – either a random node (if the HDFS client is
outside the Hadoop/DataNode cluster) or on the local node (if the HDFS
clie
Hi all,
I have a question related to HDFS Block placement policy. The default,
"The default block placement policy is as follows: Place the first replica
somewhere – either a random node (if the HDFS client is outside the
Hadoop/DataNode cluster) or on the local node (if the HDFS clie
]
Sent: Friday, July 26, 2013 6:45 AM
To: user@hadoop.apache.org
Subject: HDFS block placement
Hey,
I am a bit confused about the block placement in Hadoop. Assume that there
is no replication and a task (map or reduce) writes a file to HDFS, will be
all blocks stored on the same local node (the no
Your thought is correct. If space is available locally, then it is
automatically stored locally.
On Fri, Jul 26, 2013 at 5:14 PM, Lukas Kairies
wrote:
> Hey,
>
> I am a bit confused about the block placement in Hadoop. Assume that there
> is no replication and a task (map or reduce) writes a file
Hey,
I am a bit confused about the block placement in Hadoop. Assume that
there is no replication and a task (map or reduce) writes a file to
HDFS, will be all blocks stored on the same local node (the node on
which the task runs)? I think yes but I am node sure.
Kind Regards,
Lukas Kairies