Return-Path: Delivered-To: apmail-hadoop-zookeeper-user-archive@minotaur.apache.org Received: (qmail 10371 invoked from network); 4 Sep 2010 00:22:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Sep 2010 00:22:23 -0000 Received: (qmail 32343 invoked by uid 500); 4 Sep 2010 00:22:23 -0000 Delivered-To: apmail-hadoop-zookeeper-user-archive@hadoop.apache.org Received: (qmail 32287 invoked by uid 500); 4 Sep 2010 00:22:22 -0000 Mailing-List: contact zookeeper-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-user@hadoop.apache.org Delivered-To: mailing list zookeeper-user@hadoop.apache.org Received: (qmail 32278 invoked by uid 99); 4 Sep 2010 00:22:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Sep 2010 00:22:22 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wrightd@gmail.com designates 209.85.216.176 as permitted sender) Received: from [209.85.216.176] (HELO mail-qy0-f176.google.com) (209.85.216.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Sep 2010 00:22:16 +0000 Received: by qyk2 with SMTP id 2so3043178qyk.14 for ; Fri, 03 Sep 2010 17:21:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:received :in-reply-to:references:date:message-id:subject:from:to:content-type; bh=/h/BvP3VL7bu964XbkPGhRw18SuOtNdcIlT6CCR4kpo=; b=h1YpT5NmVrWw1jMsW5xfVp2246G3hJTOn177fzCvJ2S5U2XhnKYk//9O0ProW6xBRg g+hckZsiR8T8iIgxAle2UT/0SfCvxqlcTIaxVqbqJOXR0+2Y6lVBqoosCdJhwdS8i5DJ Cvy9WpRlCbo2tGZnvz/cfSZs6Mjn6oRqwWO+w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=NInCTqcJymR956rJYz+eE78LkG5O/lj/lclAV5pLkkH8f2zgGxYkkQdHYQHgftWa+M Xxr3qQa6lx+BCw5xqkozu/Mil6nNeXPj+Uax42jnxaTv1wJI4ggYWYwD8Dm7oCthzQu0 eH/dwPmgQXGMDJFThZF+Z+v1wFrCyCQhJ4S6w= MIME-Version: 1.0 Received: by 10.224.112.215 with SMTP id x23mr593741qap.37.1283559715582; Fri, 03 Sep 2010 17:21:55 -0700 (PDT) Received: by 10.229.74.3 with HTTP; Fri, 3 Sep 2010 17:21:54 -0700 (PDT) Received: by 10.229.74.3 with HTTP; Fri, 3 Sep 2010 17:21:54 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 Sep 2010 20:21:54 -0400 Message-ID: Subject: Re: chroot From: Dave Wright To: zookeeper-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=00c09f9c9d48e535c0048f64081a --00c09f9c9d48e535c0048f64081a Content-Type: text/plain; charset=ISO-8859-1 You need to first create the /root mode (without chroot) before connecting chrooted to it. -Dave On Sep 3, 2010 7:54 PM, "Jun Rao" wrote: > Hi, > > I set my ZK connection string to localhost:2181/root. After that, I can't > seem to be able to create path any more. Always get NodeNotExist exception. > Does anyone know the problem? Thanks, > > Jun --00c09f9c9d48e535c0048f64081a--