Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-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 71BEB108CF for ; Tue, 24 Sep 2013 15:20:47 +0000 (UTC) Received: (qmail 76013 invoked by uid 500); 24 Sep 2013 15:20:46 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 75718 invoked by uid 500); 24 Sep 2013 15:20:45 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 75700 invoked by uid 99); 24 Sep 2013 15:20:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Sep 2013 15:20:43 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eric.newton@gmail.com designates 74.125.82.50 as permitted sender) Received: from [74.125.82.50] (HELO mail-wg0-f50.google.com) (74.125.82.50) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Sep 2013 15:20:39 +0000 Received: by mail-wg0-f50.google.com with SMTP id f12so4759652wgh.17 for ; Tue, 24 Sep 2013 08:20:18 -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=Aqm+jfQ5KD15Tnxvfk7FOvj0mjObkzELFQdXMGI15+4=; b=RbRsiZP8pvdTO5lma4HLpRKg1F9/n9MGLhxBaqhRNt2QNePpIUcXwCuSm05WrYfj0T xqTTo5nZUdDUwtY8SOf4tYrsyLfATXEEDLIxHTC29TUWWk3E49qsQWx41a8T2gx7ZnFi 2dYYhMZLaHbRRx7Ctm0fLOwh4sRl1ZU8t1PrmamF7O7zLtPZppmuTO4sXBSnC7AMF5Ja azsk6HK/e2hQ1MBswpvxhCrOPopwYhfU1lS4aZJKaxFEmIfE67PgXc1hhjQAsgg/Hkai 6aFZM4JfvBSXWgcE55+v5GMgyuyTnDhx3Rwms0dCbJ2DyQgU1GQuKKdk1zepgQ/QkdoS SXsQ== MIME-Version: 1.0 X-Received: by 10.180.126.3 with SMTP id mu3mr18459411wib.27.1380036018060; Tue, 24 Sep 2013 08:20:18 -0700 (PDT) Received: by 10.216.85.138 with HTTP; Tue, 24 Sep 2013 08:20:17 -0700 (PDT) In-Reply-To: <1380035700745-5520.post@n5.nabble.com> References: <1379784075138-5488.post@n5.nabble.com> <1379802258669-5492.post@n5.nabble.com> <1379803693576-5494.post@n5.nabble.com> <1379810648789-5495.post@n5.nabble.com> <1379872328515-5497.post@n5.nabble.com> <1380035700745-5520.post@n5.nabble.com> Date: Tue, 24 Sep 2013 11:20:17 -0400 Message-ID: Subject: Re: Thrift Transport Exception on Master From: Eric Newton To: "user@accumulo.apache.org" Content-Type: multipart/alternative; boundary=e89a8f839d41a2479504e722ac15 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f839d41a2479504e722ac15 Content-Type: text/plain; charset=ISO-8859-1 What version of accumulo? 1.5 writes to hdfs, so you would need to make sure that the wal directory is writable in hdfs. 1.4 and earlier write to a local file system on each node. Your message says that you have configured the wal directory to be "/opt/accumulo/wal" and yet your error message says "/accumulo/wal". -Eric On Tue, Sep 24, 2013 at 11:15 AM, buttercream < buttercreamanonymous@gmail.com> wrote: > I double checked the environment variables and they all appeared to be set > correctly. I ended up blowing away the accumulo volume and reinitializing. > It did get rid of the 127.0.0.1:9996 error, however, I do get an error on > the tablet server trying to write to the wal directory. The error states: > Create failed for file: /accumulo/wal/+9996/, error: > Permission Denied > > I have accumulo located at /opt/accumulo and I created a directory > /opt/accumulo/wal and have that defined in the accumulo-site.xml. I opened > up the /opt/accumulo/wal to 777 and still get the error. Almost like it > isn't actually writing to that directory. Any ideas? > > > > -- > View this message in context: > http://apache-accumulo.1065345.n5.nabble.com/Thrift-Transport-Exception-on-Master-tp5488p5520.html > Sent from the Users mailing list archive at Nabble.com. > --e89a8f839d41a2479504e722ac15 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
What version of accumulo?

1.5 writes to= hdfs, so you would need to make sure that the wal directory is writable in= hdfs.
1.4 and earlier write to a local file system on each= node.

Your message says that you have configured = the wal directory to be "/opt/accumulo/wal" and yet your error me= ssage says "/accumulo/wal".

-Eric


On Tue, Sep 24, 2013 at 11:15 AM, buttercream &= lt;butt= ercreamanonymous@gmail.com> wrote:
I double checked the environment variables a= nd they all appeared to be set
correctly. I ended up blowing away the accumulo volume and reinitializing.<= br> It did get rid of the 1= 27.0.0.1:9996 error, however, I do get an error on
the tablet server trying to write to the wal directory. The error states: Create failed for file: /accumulo/wal/<ipaddress>+9996/<hash>, = error:
Permission Denied

I have accumulo located at /opt/accumulo and I created a directory
/opt/accumulo/wal and have that defined in the accumulo-site.xml. I opened<= br> up the /opt/accumulo/wal to 777 and still get the error. Almost like it
isn't actually writing to that directory. Any ideas?



--
View this message in context: http://apache-accumulo.1065345.n5.nabble.com/Thrift-Transport-Exce= ption-on-Master-tp5488p5520.html
Sent from the Users mailing list ar= chive at Nabble.com.

--e89a8f839d41a2479504e722ac15--