RE: ACL question w/ Zookeeper 3.1.1

2009-09-21 Thread Todd Greenwood
not clarified this for me. -Todd -Original Message- From: Todd Greenwood Sent: Thursday, September 17, 2009 5:05 PM To: 'zookeeper-user@hadoop.apache.org' Subject: ACL question w/ Zookeeper 3.1.1 I'm attempting to secure a zookeeper installation using zookeeper

Re: ACL question w/ Zookeeper 3.1.1

2009-09-21 Thread Patrick Hunt
Greenwood [mailto:to...@audiencescience.com] Sent: Friday, September 18, 2009 11:27 AM To: Patrick Hunt; zookeeper-...@hadoop.apache.org; zookeeper- u...@hadoop.apache.org Subject: RE: ACL question w/ Zookeeper 3.1.1 Patrick / Mahadev, Thanks for the heads-up! Apparently I *am* receiving email from

Re: ACL question w/ Zookeeper 3.1.1

2009-09-21 Thread Patrick Hunt
Subject: Re: ACL question w/ Zookeeper 3.1.1 Todd, I spent some time looking at your output and honestly I'm having trouble making sense of what you are saying. What's the diff btw v3 v4? I'm afraid here are too many variables, can you help nail things down? 1) create a jira for this https

RE: ACL question w/ Zookeeper 3.1.1

2009-09-21 Thread Todd Greenwood
] Sent: Monday, September 21, 2009 4:32 PM To: zookeeper-user@hadoop.apache.org; Todd Greenwood Cc: Patrick Hunt Subject: Re: ACL question w/ Zookeeper 3.1.1 Todd Greenwood wrote: Patrick, Thanks, I'll spend some more time trying to create a more concise repro, and log a bug once I do

ACL question w/ Zookeeper 3.1.1

2009-09-17 Thread Todd Greenwood
I'm attempting to secure a zookeeper installation using zookeeper ACLs. However, I'm finding that while Ids.OPEN_ACL_UNSAFE works great, my attempts at using Ids.CREATOR_ALL_ACL are failing. Here's a code snippet: public class ZooWrapper { /* 1. Here I'm setting up my authentication. I've got

Re: ACL question w/ Zookeeper 3.1.1

2009-09-17 Thread Mahadev Konar
HI todd, From what I understand, you are sayin that a creator_all_acl does not work with auth? I tried the following with CREATOR_ALL_ACL and it seemed to work for me... import org.apache.zookeeper.CreateMode; import org.apache.zookeeper.WatchedEvent; import org.apache.zookeeper.Watcher;