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 0114811E41 for ; Wed, 17 Sep 2014 13:17:18 +0000 (UTC) Received: (qmail 92310 invoked by uid 500); 17 Sep 2014 13:17:17 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 92260 invoked by uid 500); 17 Sep 2014 13:17:17 -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 92248 invoked by uid 99); 17 Sep 2014 13:17:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2014 13:17:17 +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 eric.newton@gmail.com designates 209.85.216.170 as permitted sender) Received: from [209.85.216.170] (HELO mail-qc0-f170.google.com) (209.85.216.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2014 13:16:51 +0000 Received: by mail-qc0-f170.google.com with SMTP id l6so2050181qcy.15 for ; Wed, 17 Sep 2014 06:16:04 -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=N93ClNJvkpmiJvWdbVjGM+QFbn2KhYfCCVGD6ucrrsA=; b=ImFz5/0+0eTKgfX9U1TSLUfuHhjQAumPAxRNuc63M3WXmVeoKgenf7DhIHStf6UVuE TioJFboweDpR/CtC7jvP/vBhG/QFhRFDGDnoGpv1O/ChIRKJqQu9zpjBR2HH7wFHl2Qp 60Pi6EMefGI+urWD7wtwMK9JEH64E7ElSEgwxzpbP5EYLG/yazxfAC0PKuNPqulVEj/X bmBcQkOL4zH8dzX2nr+fZCzClXWRsD85kgrFVwnKXD7v1wV9WqhUyX1MvnQWcSI4IABw FA1QFhbDT96JVjzrmFigWCCvRu3yWk/zQpCbYq3qNT0iHgFb+qfYS85Ai3r64KMMbT25 CZLA== MIME-Version: 1.0 X-Received: by 10.229.229.135 with SMTP id ji7mr55678231qcb.15.1410959764066; Wed, 17 Sep 2014 06:16:04 -0700 (PDT) Received: by 10.96.155.138 with HTTP; Wed, 17 Sep 2014 06:16:03 -0700 (PDT) In-Reply-To: References: Date: Wed, 17 Sep 2014 09:16:03 -0400 Message-ID: Subject: Re: Multi Node Question From: Eric Newton To: "user@accumulo.apache.org" Content-Type: multipart/alternative; boundary=001a11345e4487973c050342ab0d X-Virus-Checked: Checked by ClamAV on apache.org --001a11345e4487973c050342ab0d Content-Type: text/plain; charset=UTF-8 Yes, you should see a tserver running on every node. Assuming you are starting everything with the accumulo "start-all.sh" script, you will have to add your other nodes to the conf/slaves file. If you have already done that, there may be something wrong on the other hosts (missing files, permissions, ssh keys, etc). Make sure the accumulo directories sync'd out to every node. Check to make sure log directories exist and are writable. If they are there, go to one of those nodes and check for tserver*.out and tserver*.err files, which contain the stdout and stderr when the server is started. Any local issues will be in those files. If the tservers manage to start running, and experience an error, you may see it on the monitor pages, which saves you the trouble of ssh'ing to the machine and looking in local logs. -Eric On Wed, Sep 17, 2014 at 8:46 AM, Geoffry Roberts wrote: > I have been running a single node Accumulo, but I now have multiple nodes > and I have observed that Accumulo's processes only list out (jps) on the > node from which I started it. The other nodes show only Hadoop processes, > usually the datanode. > > Is this as it should be? or should I be seeing Accumulo on all nodes? > Other than that, Accumulo seems to be working. > > Thanks > > -- > There are ways and there are ways, > > Geoffry Roberts > --001a11345e4487973c050342ab0d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yes, you should see a tserver running = on every node.

Assuming you are starting everything with the accumul= o "start-all.sh" script, you will have to add your other nodes to= the conf/slaves file.

If you have already done that, there ma= y be something wrong on the other hosts (missing files, permissions, ssh ke= ys, etc).

Make sure the accumulo directories sync'd out to= every node. Check to make sure log directories exist and are writable.=C2= =A0 If they are there, go to one of those nodes and check for tserver*.out = and tserver*.err files, which contain the stdout and stderr when the server= is started.=C2=A0 Any local issues will be in those files.

If= the tservers manage to start running, and experience an error, you may see= it on the monitor pages, which saves you the trouble of ssh'ing to the= machine and looking in local logs.

-Eric

On Wed, Sep 17, 2014 at 8:4= 6 AM, Geoffry Roberts <threadedblue@gmail.com> wrote:
I have been running a sin= gle node Accumulo, but I now have multiple nodes and I have observed that A= ccumulo's processes only list out (jps) on the node from which I starte= d it. =C2=A0The other nodes show only Hadoop=C2=A0processes, usually the da= tanode. =C2=A0

Is this as it should be? or should I be s= eeing Accumulo on all nodes? Other than that, Accumulo seems to be working.=

Thanks

--
There are= ways and there are ways,=C2=A0

Geoffry Roberts

--001a11345e4487973c050342ab0d--