Re: Load balancing in HDFS

2008-09-01 Thread Allen Wittenauer
On 8/27/08 7:51 AM, "Mork0075" <[EMAIL PROTECTED]> wrote: > This sound really interesting. And while increasing the replicas for > certain files, the available troughput for these files increases too? Yes, as there are more places to pull the file from. This needs to get weighed against t

Re: Load balancing in HDFS

2008-08-27 Thread Mork0075
This sound really interesting. And while increasing the replicas for certain files, the available troughput for these files increases too? Allen Wittenauer schrieb: > > > On 8/27/08 12:54 AM, "Mork0075" <[EMAIL PROTECTED]> wrote: >> i'am planning to use HDFS as a DFS in a web application evenvir

Re: Load balancing in HDFS

2008-08-27 Thread Allen Wittenauer
On 8/27/08 12:54 AM, "Mork0075" <[EMAIL PROTECTED]> wrote: > i'am planning to use HDFS as a DFS in a web application evenvironment. > There are two requirements: fault tolerence, which is ensured by the > replicas and load balancing. There is a SPOF in the form of the name node. So dependi

Re: Load balancing in HDFS

2008-08-27 Thread Mork0075
; > To: core-user@hadoop.apache.org > Sent: Wednesday, August 27, 2008 12:54:48 AM > Subject: Load balancing in HDFS > > Hello, > > i'am planning to use HDFS as a DFS in a web application evenvironment. > There are two requirements: fault tolerence, which is ensured by th

Re: Load balancing in HDFS

2008-08-27 Thread lohit
, 2008 12:54:48 AM Subject: Load balancing in HDFS Hello, i'am planning to use HDFS as a DFS in a web application evenvironment. There are two requirements: fault tolerence, which is ensured by the replicas and load balancing. Is load balancing part of HDFS and how is it configurable? Thanks a lot

Load balancing in HDFS

2008-08-27 Thread Mork0075
Hello, i'am planning to use HDFS as a DFS in a web application evenvironment. There are two requirements: fault tolerence, which is ensured by the replicas and load balancing. Is load balancing part of HDFS and how is it configurable? Thanks a lot