Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 606B410EF4 for ; Mon, 19 Aug 2013 08:26:58 +0000 (UTC) Received: (qmail 52329 invoked by uid 500); 19 Aug 2013 08:26:57 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 51816 invoked by uid 500); 19 Aug 2013 08:26:52 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 51807 invoked by uid 99); 19 Aug 2013 08:26:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 08:26:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of michal.gubik@gmail.com designates 209.85.212.173 as permitted sender) Received: from [209.85.212.173] (HELO mail-wi0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 08:26:44 +0000 Received: by mail-wi0-f173.google.com with SMTP id en1so2781212wid.0 for ; Mon, 19 Aug 2013 01:26:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=iz5vX7ivV40Fjhk0TQ8KyjeeMJsyMuh/CjqQzxcXkxs=; b=nnepM1olcxC7IW2pewNYAO4VpJWPtFo0Y+Zy2lvH2m8eqW2jrJJQAKzNUKQHyDq8ha AP6T3nEQ7QZvVEgZ4Vd34TahQn5FwPoQRZvDz/0Sk5Yn5DaKitN7w1Zx453CXO9t/aFn gOwodo6TSiFqXx3rpNQZiiyGNnrhRKBSWgSJ8cdv+Xy7u/rNlN8oClxnJWdb3qgoChB7 kOU/f9Lp2ELxznB1H37yRYqDf7hdiIU+HU0igKe2IWiDMI5fILTuToRRfg/0rf/q7j0E kyHvqj6XVFldGIH4eJPoHiCmUTIBdjSEfASuwwTQ341tvOovxCrwqNCyiEahfk9ViyWe eqgw== MIME-Version: 1.0 X-Received: by 10.180.208.45 with SMTP id mb13mr7247550wic.27.1376900783835; Mon, 19 Aug 2013 01:26:23 -0700 (PDT) Received: by 10.216.172.70 with HTTP; Mon, 19 Aug 2013 01:26:23 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Aug 2013 10:26:23 +0200 Message-ID: Subject: Re: move conf inside zookeper From: Michal Gubik To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=001a11c37be41c8ef404e448b23a X-Virus-Checked: Checked by ClamAV on apache.org --001a11c37be41c8ef404e448b23a Content-Type: text/plain; charset=ISO-8859-1 Hello, I am playing around with zookeper and and solr. I setup basic configuration of zookeeper ensemble however I later decided I would perhaps want to use zookeeper with chroot. Currently my setup shows: [zk: localhost:2181(CONNECTED) 13] ls / [configs, zookeeper, clusterstate.json, aliases.json, live_nodes, overseer, overseer_elect, collections] now I would like to create /apps/solr structure and move all the config files, clusterstates, etc there and restart solr with the chroot uri. Is this possible? I tried to look for some guide but found nothing. Is there something similar to mv or copy command in zookeper or do I have to startover in order to use chroot? Kindest regards, Michal --001a11c37be41c8ef404e448b23a--