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 827D310923 for ; Tue, 13 Aug 2013 17:42:59 +0000 (UTC) Received: (qmail 94074 invoked by uid 500); 13 Aug 2013 17:42:59 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 93902 invoked by uid 500); 13 Aug 2013 17:42:44 -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 93889 invoked by uid 99); 13 Aug 2013 17:42:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Aug 2013 17:42:42 +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 (athena.apache.org: domain of eric.newton@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Aug 2013 17:42:38 +0000 Received: by mail-we0-f175.google.com with SMTP id q58so4860520wes.34 for ; Tue, 13 Aug 2013 10:42:17 -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 :cc:content-type; bh=uZUadBce2IhsCUxyq+52idB6aJ6DZk5Qh7yLlNT5/ec=; b=rM60fbSagBvK/OcynBmiS+dtgmT4QUs3qBFWShiqcmNl/mmaTK9iOrTgN63GX37juU 0gsLRnLdGUtlr10sdFOjPalsVY0LnMj4k8ld3CbVz6cixrEnf3wOMHFAeZ1XiyGSfwq/ qA/hnoQZTjzt7WpyKBRY9KeVJCOZjEVP7df7QnrNMRBCesZ4YR7C6HwtbTopiLa6horg HfUdyjtxkJe2voyzsrV+9IR/ZVq+USJqJcT/SX21XBTXW2Vde6cEFwTZE7f37/GvviiC 9rNdes2PHg8zGqv4gVKeCmor5DxmI+/mn+EQfduznjG0repJv+r7YKqQKAz2dOOVo3l5 Kq5A== MIME-Version: 1.0 X-Received: by 10.194.234.100 with SMTP id ud4mr1830388wjc.44.1376415737144; Tue, 13 Aug 2013 10:42:17 -0700 (PDT) Received: by 10.216.85.138 with HTTP; Tue, 13 Aug 2013 10:42:17 -0700 (PDT) In-Reply-To: References: Date: Tue, 13 Aug 2013 13:42:17 -0400 Message-ID: Subject: Re: Trouble Starting Tablet Server From: Eric Newton To: "user@accumulo.apache.org" Cc: vines Content-Type: multipart/alternative; boundary=089e01493b68136d6a04e3d7c31f X-Virus-Checked: Checked by ClamAV on apache.org --089e01493b68136d6a04e3d7c31f Content-Type: text/plain; charset=ISO-8859-1 Take a look at the accumulo-site.xml files in conf/examples/... There are some comments in the classpath setting for Hadoop 2.0, which I believe is the CDH4 base. There may also be a line to change in the accumulo-env.sh file. -Eric On Mon, Aug 12, 2013 at 11:24 AM, Brendan Heussler wrote: > I think I found the problem. First of all, I am using CDH 4. CDH > complicates the $HADOOP_HOME, so I do not think all of the hadoop jars are > on the classpath. If you see my earlier post, I had to manually add > directories to the classpath in order to get the accumulo-master to init > properly. > > I found the following in gc_accumulo-master.localdomain.err > > http://pastebin.com/cTPU5UrA > > I am going to resolve my classpath problems and get back to you.. > > > > Brendan > > > On Mon, Aug 12, 2013 at 11:18 AM, John Vines wrote: > >> Are you seeing start-all.sh say that it's starting a tserver on each node? >> >> If so, check the debug logs for the tservers and see what they're >> reporting toward the end. >> >> >> On Mon, Aug 12, 2013 at 11:13 AM, Brendan Heussler wrote: >> >>> All, >>> >>> I running Accumulo on a 2 node Cluster. bin/start-all.sh seems to start >>> everything correctly, but the Tablet Server never starts. When I try to >>> run the Accumulo shell, I get the following >>> >>> 2013-08-12 10:54:50,116 [impl.ServerClient] WARN : There are no tablet >>> servers: check that zookeeper and accumulo are running. >>> >>> Zookeeper is running, but I don't think Accumulo is running 100%. >>> >>> Here is my accumulo-site.xml >>> >>> http://pastebin.com/cCZJLMPd >>> >>> >>> >>> Brendan >>> >> >> > --089e01493b68136d6a04e3d7c31f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Take a look at the accumulo-site.xml files in conf/example= s/... =A0 There are some comments in the classpath setting for Hadoop 2.0, = which I believe is the CDH4 base. =A0There may also be a line to change in = the accumulo-env.sh file.

-Eric



On Mon, Aug 12, 2013 at 11:24= AM, Brendan Heussler <bheussler@gmail.com> wrote:
I think I found the problem= . =A0First of all, I am using CDH 4. =A0CDH complicates the $HADOOP_HOME, s= o I do not think all of the hadoop jars are on the classpath. =A0If you see= my earlier post, I had to manually add directories to the classpath in ord= er to get the accumulo-master to init properly.

I found the following in gc_accumulo-master.localdomain.err<= /div>


I am= going to resolve my classpath problems and get back to you..



Brendan


On Mon, Aug 12, 2013 at 11:18 AM, John V= ines <vines@apache.org> wrote:
Are you seeing start-all.sh say that it's starting a t= server on each node?

If so, check the debug logs for the= tservers and see what they're reporting toward the end.


On Mon, Aug 12, 2013 at 11:13 AM, Brenda= n Heussler <bheussler@gmail.com> wrote:
All,

I running Accumulo on a 2 node Clu= ster. =A0bin/start-all.sh seems to start everything correctly, but the Tabl= et Server never starts. =A0When I try to run the Accumulo shell, I get the = following

2013-08-12 10:54:50,116 [impl.ServerClient] WARN := There are no tablet servers: check that zookeeper and accumulo are running= .

Zookeeper is running, but I don't think Accu= mulo is running 100%.

Here is my accumulo-site.xml

<= a href=3D"http://pastebin.com/cCZJLMPd" target=3D"_blank">http://pastebin.c= om/cCZJLMPd



Brendan
<= /div>



--089e01493b68136d6a04e3d7c31f--