Re: Multiple disks for DFS

2009-09-15 Thread Stas Oskin
> > > > > Or it's DFS only? > > > > > > > > Regards. > > > > > > > > 2009/9/14 Jason Venner > > > > > > > > > When you have multiple partitions specified for hdfs storage, they > > are > >

Re: Multiple disks for DFS

2009-09-15 Thread Ted Dunning
I think that the question confused people. This is open-source, after all, so you can use the code any way you like. It sounds like you are asking permission to use the code which you, of course, already have. On Tue, Sep 15, 2009 at 4:51 AM, Stas Oskin wrote: > ... I actually asked, if I can

Re: Multiple disks for DFS

2009-09-15 Thread Todd Lipcon
storage in a round robin fashion. > > > > If a partition has insufficient space it is dropped for the set used > > for > > > > storing new blocks. > > > > > > > > On Sun, Sep 13, 2009 at 3:01 AM, Stas Oskin > > > wrote: > > >

Re: Multiple disks for DFS

2009-09-15 Thread Stas Oskin
gt; > > When you have multiple partitions specified for hdfs storage, they are > > used > > > for block storage in a round robin fashion. > > > If a partition has insufficient space it is dropped for the set used > for > > > storing new blocks. > >

Re: Multiple disks for DFS

2009-09-14 Thread Dali Kilani
ons specified for hdfs storage, they are > used > > for block storage in a round robin fashion. > > If a partition has insufficient space it is dropped for the set used for > > storing new blocks. > > > > On Sun, Sep 13, 2009 at 3:01 AM, Stas Oskin > wrote: >

Re: Multiple disks for DFS

2009-09-14 Thread Stas Oskin
ion. > If a partition has insufficient space it is dropped for the set used for > storing new blocks. > > On Sun, Sep 13, 2009 at 3:01 AM, Stas Oskin wrote: > > > Hi. > > > > When I specify multiple disks for DFS, does Hadoop distributes the > > concurrent wr

Re: Multiple disks for DFS

2009-09-13 Thread Jason Venner
I specify multiple disks for DFS, does Hadoop distributes the > concurrent writings over the multiple disks? > > I mean, to prevent an utilization of a single disk? > > Thanks for any info on subject. > -- Pro Hadoop, a book to guide you from beginner to hadoop mastery, http://www.a

Multiple disks for DFS

2009-09-13 Thread Stas Oskin
Hi. When I specify multiple disks for DFS, does Hadoop distributes the concurrent writings over the multiple disks? I mean, to prevent an utilization of a single disk? Thanks for any info on subject.