@apache.org]
> 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 tryi
k Hunt [mailto:ph...@apache.org]
Sent: Monday, September 21, 2009 4:14 PM
To: zookeeper-user@hadoop.apache.org; Todd Greenwood
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
onday, September 21, 2009 4:14 PM
> To: zookeeper-user@hadoop.apache.org; Todd Greenwood
> 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 th
7;/ACLTest\n"
r = {org.apache.zookeeper.proto.replyhea...@1389}"2,2,0\n"
xid = 2
zxid = 2
err = 0
request =
{org.apache.zookeeper.proto.createrequ...@1355}"'/ACLTest,,v{s{15,s{'wor
ld,'anyone}}},0\n"
path = {java.lang.str...@1314}"/ACLTest"
h = {org.apache.zo
#x27;wor
ld,'anyone}}},0\n"
path = {java.lang.str...@1314}"/ACLTest"
h = {org.apache.zookeeper.proto.requesthea...@1347}"2,1\n"
cnxn = {org.apache.zookeeper.clientc...@1374}"sessionId:
0x123de6ba8de\nlastZxid: 2\nxid: 3\nnextAddrToTry: 0\nserverAddrs:
/127.0.0.1:2181\n
stings, as well). Appologies for the cross post.
-Todd
> -Original Message-
> From: Patrick Hunt [mailto:ph...@apache.org]
> Sent: Friday, September 18, 2009 11:19 AM
> To: zookeeper-...@hadoop.apache.org; zookeeper-user@hadoop.apache.org
> Cc: Todd Greenwood
> Subject: Re
Todd, there were other responses as well. Are you seeing other traffic
from the lists? (perhaps a spam filtering issue?)
Patrick
Mahadev Konar wrote:
HI todd,
We did respond on zookeeper-user. Here is my response in case you didn't
see it...
HI todd,
From what I understand, you are sayi
what error do you get?
ben
Todd Greenwood wrote:
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
{
/*
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;
import