Re: zkfuse

2010-09-27 Thread Patrick Hunt
gt; > junxian > > From: Mahadev Konar [maha...@yahoo-inc.com] > Sent: 25 September 2010 06:19 > To: zookeeper-user@hadoop.apache.org > Subject: Re: zkfuse > > Hi Jun, > I havent seen people using zkfuse recently. What kind of issues ar

RE: zkfuse

2010-09-24 Thread 俊贤
[maha...@yahoo-inc.com] Sent: 25 September 2010 06:19 To: zookeeper-user@hadoop.apache.org Subject: Re: zkfuse Hi Jun, I havent seen people using zkfuse recently. What kind of issues are you facing? Thanks mahadev This email (including any attachments) is confidential and may be legally

Re: zkfuse

2010-09-24 Thread Mahadev Konar
Hi Jun, I havent seen people using zkfuse recently. What kind of issues are you facing? Thanks mahadev On 9/19/10 6:46 PM, "俊贤" wrote: > Hi guys, > Has anyone succeeded in installing the zkfuse? > > > This email (including any attachments) is confidential an

Re: zkfuse

2009-11-24 Thread Maarten Koopmans
Hi Mahadev, Quite simple: it will function as the locking/versioning back end for a custom WebDAV daemon (that stores its data in an internal cloud, i.e. Eucalyptus/Walrus). So a user "joe" that has a file /foo/bar would translate to: /(sha1(joe))/foo/bar - file bar /(sha1(joe))/foo/bar/ver

Re: zkfuse

2009-11-24 Thread Mahadev Konar
Hi Maarten, zkfuse does not have any support for acls. We havent had much time to focus on zkfuse. Create/read/write/delete/ls are all supported. It was built mostly for infrequent updates and more of a browsing interface on filesystem. I don't think zkfuse is being used in production anywhere.