Re: zkfuse

2010-09-27 Thread Patrick Hunt
Sounds like you have an old version of autoconf, try upgrading, see similar
issue here:
http://www.mail-archive.com/thrift-u...@incubator.apache.org/msg00673.html

http://www.mail-archive.com/thrift-u...@incubator.apache.org/msg00673.html
Patrick

2010/9/24 俊贤 junx...@taobao.com

 Hi mahadev,

 My os is Linux localhost.localdomain 2.6.18-164.el5 #1 SMP Thu Sep 3
 03:33:56 EDT 2009 i686 i686 i386 GNU/Linux


  The errror occured when I run the autoreconf -if command reminded in the
 README file.

 follow the error info:

 configure.ac:51: error: possibly undefined macro: AC_TYPE_INT64_T
 configure.ac:58: error: possibly undefined macro: AC_TYPE_UINT32_T
 configure.ac:59: error: possibly undefined macro: AC_TYPE_UINT64_T
 configure.ac:60: error: possibly undefined macro: AC_TYPE_UINT8_T


 Thanks you!
 JunX



 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 are you
 facing?

 Thanks
 mahadev

 This email (including any attachments) is confidential and may be legally
 privileged. If you received this email in error, please delete it
 immediately and do not copy it or use it for any purpose or disclose its
 contents to any other person. Thank you.


 本电邮(包括任何附件)可能含有机密资料并受法律保护。如您不是正确的收件人,请您立即删除本邮件。请不要将本电邮进行复制并用作任何其他用途、或透露本邮件之内容。谢谢。



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, 俊贤 junx...@taobao.com wrote:

 Hi guys,
 Has anyone succeeded in installing the zkfuse?
 
 
 This email (including any attachments) is confidential and may be legally
 privileged. If you received this email in error, please delete it immediately
 and do not copy it or use it for any purpose or disclose its contents to any
 other person. Thank you.
 
 本电邮(包括任何附件)可能含有机密资料并受法律保护。如您不是正确的收件人,请您立即删除本邮件。
 请不要将本电邮进行复制并用作任何其他用途、或透露本邮件之内容。谢谢。
 



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. Would
you mind elaborating your use case?

Thanks
mahadev


On 11/24/09 11:14 AM, Maarten Koopmans maar...@vrijheid.net wrote:

 Hi,
 
 I just started using zkfuse, and this may very well suit my needs for
 now. Thumbs up to the ZooKeeper team!
 
 What operations are supported (i.e. what is the best use of zkfuse). I
 can see how files, dirs there creation and listing map quite nicely. ACLs?
 
 I have noticed two things on a fresk Ubuntu 9.10 (posting for future
 archive reference):
 
 - I *have* to run in debug mode (-d)
 - you have to add libboost  or it won't compile
 
 Regards,
 
 Maarten