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 E919A10134 for ; Sun, 8 Sep 2013 09:00:35 +0000 (UTC) Received: (qmail 90097 invoked by uid 500); 8 Sep 2013 09:00:34 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 89717 invoked by uid 500); 8 Sep 2013 09:00:29 -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 89709 invoked by uid 99); 8 Sep 2013 09:00:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Sep 2013 09:00:27 +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 bs4mailinglist@gmail.com designates 209.85.215.178 as permitted sender) Received: from [209.85.215.178] (HELO mail-ea0-f178.google.com) (209.85.215.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Sep 2013 09:00:21 +0000 Received: by mail-ea0-f178.google.com with SMTP id a15so2495320eae.37 for ; Sun, 08 Sep 2013 02:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=S9rtGRivC0mtHimtrS9MbPmLlqireg43CHeC+kV9/eE=; b=tifjQy+wCA2CoYDO838D/ArPD4BhePydVyjL15CBJyOO6E8RqcToJTeIovAVyUhfP7 SfM7XnWPe3b4aAdvOxfBPxBk7SVGp9O3Kndg8B94wLQSMMEO4fNGMPzfvy+bixZU57nw +V44xpWH1OU5cNLrKTbiSaXhGGnVeGRXd22k5+dy6pM6rkMf60+Q6sR7vWhF7Y8RvfOb Hh28LxNwkOAi6Gb6SOFkHRzFzqjvswraP5Cb6wbssrkmuIkZIuujZbY7SUqjKScsrMG2 zvcF5bkTVJlgKPFHP5EslIPqE0pbKpP+BgCdwr+v/bfEmmXUT8pDqjCUil2URIufjoGS 0itw== MIME-Version: 1.0 X-Received: by 10.14.108.9 with SMTP id p9mr20283188eeg.8.1378630800999; Sun, 08 Sep 2013 02:00:00 -0700 (PDT) Received: by 10.14.144.66 with HTTP; Sun, 8 Sep 2013 02:00:00 -0700 (PDT) Date: Sun, 8 Sep 2013 12:00:00 +0300 Message-ID: Subject: /tmp directory full From: Sznajder ForMailingList To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=001a11c28d342bb2c004e5db7fa0 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c28d342bb2c004e5db7fa0 Content-Type: text/plain; charset=ISO-8859-1 Hi I used the Curator implementation of Queue using Zookeeper. However, I get an excemption that the /tmp directory is full (it contains a directory /tmp/zookeeper/version_2/) How could I point the Zookeeper temp directory to a directory of my choice? Thanks! Benjamin --001a11c28d342bb2c004e5db7fa0--