Re: Any related paper on how to resolve hadoop SPOF issue?

2011-10-08 Thread M. C. Srivas
Are there any performance benchmarks available for Ceph? (with Hadoop, without, both?) On Thu, Aug 25, 2011 at 11:44 AM, Alex Nelson wrote: > Hi George, > > UC Santa Cruz contributed a ;login: article describing replacing HDFS with > Ceph. (I was one of the authors.) One of the key architectur

Re: Any related paper on how to resolve hadoop SPOF issue?

2011-08-25 Thread Alex Nelson
Hi George, UC Santa Cruz contributed a ;login: article describing replacing HDFS with Ceph. (I was one of the authors.) One of the key architectural advantages of Ceph over HDFS is that Ceph distributes its metadata service over multiple metadata servers. I hope that helps. --Alex On Aug

Re: Any related paper on how to resolve hadoop SPOF issue?

2011-08-25 Thread George Kousiouris
Hi, many thanks!! I also found this one, which has some related work also with other efforts, in case it is helpful for someone else: https://ritdml.rit.edu/bitstream/handle/1850/13321/ATalwalkarThesis1-2011.pdf?sequence=1 BR, George On 8/25/2011 12:46 PM, Nan Zhu wrote: Hope it helps ht

Re: Any related paper on how to resolve hadoop SPOF issue?

2011-08-25 Thread Uma Maheswara Rao G 72686
Hi, Community started working on NameNode High availabily. you can refer : https://issues.apache.org/jira/browse/HDFS-1623 regards, Uma - Original Message - From: George Kousiouris Date: Thursday, August 25, 2011 3:15 pm Subject: Any related paper on how to resolve hadoop SPOF issue

Re: Any related paper on how to resolve hadoop SPOF issue?

2011-08-25 Thread Nan Zhu
Hope it helps http://www.springerlink.com/content/h17r882710314147/ Best, Nan On Thu, Aug 25, 2011 at 5:43 PM, George Kousiouris wrote: > > Hi guys, > > We are currently in the process of writing a paper regarding hadoop and we > would like to reference any attempt to remove the single point o

Any related paper on how to resolve hadoop SPOF issue?

2011-08-25 Thread George Kousiouris
Hi guys, We are currently in the process of writing a paper regarding hadoop and we would like to reference any attempt to remove the single point of failure of the Namenode. We have found in various presentations some efforts (like dividing the namespace between more than one namenodes if i