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 F40CE10D03 for ; Thu, 16 Jan 2014 19:14:32 +0000 (UTC) Received: (qmail 87698 invoked by uid 500); 16 Jan 2014 19:14:32 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 87644 invoked by uid 500); 16 Jan 2014 19:14:31 -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 87635 invoked by uid 99); 16 Jan 2014 19:14:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 19:14:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kbroughton@21ct.com designates 173.226.154.197 as permitted sender) Received: from [173.226.154.197] (HELO 21ct-exg07.21technologies.com) (173.226.154.197) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 19:14:26 +0000 Received: from 21ct-exg07.21technologies.com ([10.0.10.16]) by 21ct-exg07.21technologies.com ([10.0.10.16]) with mapi; Thu, 16 Jan 2014 13:14:04 -0600 From: Kesten Broughton To: "user@accumulo.apache.org" Date: Thu, 16 Jan 2014 13:14:04 -0600 Subject: RE: accumulo startup issue: Accumulo not initialized, there is no instance id at /accumulo/instance_id Thread-Topic: accumulo startup issue: Accumulo not initialized, there is no instance id at /accumulo/instance_id Thread-Index: Ac8S7doal27RX1t7Tvufw3+a5TDjbgAAB6Mn Message-ID: <04920BD67C651C469D0387704CD7692A8F046284AD@21ct-exg07.21technologies.com> References: <393DCF49EDE8714CA6D5F4E436424EA87B417BC549@mailva.adaptivemethods.com> <393DCF49EDE8714CA6D5F4E436424EA87B417BC557@mailva.adaptivemethods.com> <393DCF49EDE8714CA6D5F4E436424EA87B417BC561@mailva.adaptivemethods.com> <393DCF49EDE8714CA6D5F4E436424EA87B417BC581@mailva.adaptivemethods.com> <393DCF49EDE8714CA6D5F4E436424EA87B417BC5BD@mailva.adaptivemethods.com> <393DCF49EDE8714CA6D5F4E436424EA87B417BC72D@mailva.adaptivemethods.com> <393DCF49EDE8714CA6D5F4E436424EA87B417BC73B@mailva.adaptivemethods.com>, In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org "You should make sure to correct the maximum number of open files for the u= ser that is running Accumulo." I have the following in all /etc/security/limits.conf in my accumulo cluste= r hdfs soft nofile 65536 hdfs hard nofile 65536 However, i see this for all nodes. WARN : Max files open on 10.0.11.208 is 32768, recommend 65536 Should it be a different user or something? 'the user that is running Accumulo' sudo hdfs hdfs$ bin/accumulo -u root so is hdfs or root the accumulo user? kesten Kesten Broughton | Software Developer | 21CT ________________________________________ From: Sean Busbey [busbey+lists@cloudera.com] Sent: Thursday, January 16, 2014 1:04 PM To: Accumulo User List Subject: Re: accumulo startup issue: Accumulo not initialized, there is no = instance id at /accumulo/instance_id On Thu, Jan 16, 2014 at 12:51 PM, Steve Kruse > wrote: When I run ./start-all.sh I get the following: raduser@cvaraddemo01>./bin/start-all.sh Starting monitor on localhost WARN : Max files open on localhost is 1024, recommend 65536 Starting tablet servers .... done 2014-01-16 13:38:26,404 [util.NativeCodeLoader] WARN : Unable to load nativ= e-hadoop library for your platform... using builtin-java classes where appl= icable 2014-01-16 13:38:26,980 [server.Accumulo] INFO : Attempting to talk to zook= eeper 2014-01-16 13:38:27,228 [server.Accumulo] INFO : Zookeeper connected and in= itialized, attemping to talk to HDFS 2014-01-16 13:38:27,321 [server.Accumulo] INFO : Connected to HDFS Starting tablet server on localhost WARN : Max files open on localhost is 1024, recommend 65536 Starting master on localhost WARN : Max files open on localhost is 1024, recommend 65536 Starting garbage collector on localhost WARN : Max files open on localhost is 1024, recommend 65536 Starting tracer on localhost WARN : Max files open on localhost is 1024, recommend 65536 Hey Steve, You should make sure to correct the maximum number of open files for the us= er that is running Accumulo.=