Return-Path: X-Original-To: apmail-incubator-accumulo-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E5EBC974A for ; Thu, 15 Mar 2012 01:34:03 +0000 (UTC) Received: (qmail 11050 invoked by uid 500); 15 Mar 2012 01:34:03 -0000 Delivered-To: apmail-incubator-accumulo-user-archive@incubator.apache.org Received: (qmail 11016 invoked by uid 500); 15 Mar 2012 01:34:03 -0000 Mailing-List: contact accumulo-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-user@incubator.apache.org Delivered-To: mailing list accumulo-user@incubator.apache.org Received: (qmail 11008 invoked by uid 99); 15 Mar 2012 01:34:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2012 01:34:03 +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 ueshin@happy-camper.st designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2012 01:33:57 +0000 Received: by iaag37 with SMTP id g37so2973948iaa.6 for ; Wed, 14 Mar 2012 18:33:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=VbVgwnVaUMrkcG8GdBrLVQtorjA1/Z5c6z1dqzILo9k=; b=NQquPjEESrGKHOEtVECMJ83ByEu2NSHnBk8sW9rEb1AfUNvjGFqknRdpn167lubWLo 4Of5lqWwYI9rCAShj3FaPrKISAZf3W1YvoYGwe69BQzIPXvCpcueZQQkbZB67++bOB1I KmrIleoT0+lJLrXa7fgNbid0CAhWdumf2nLOe9FQsCe5FiCBeG5RDKIfnr2PVaLSU07Y JVBcjz6YxXkxb/0IPq6B6s+YePQtRFaIUgJixwC1fdNjsvywcWqn6M5m7MGEGDpqEzMI E1bK7LlLDVP9R4yQ9Lvn5N///XZ0UbIQ9mp3/NAoZKMYZVCqYG+e8XfksRh41S0t288G lOaA== MIME-Version: 1.0 Received: by 10.50.180.168 with SMTP id dp8mr14500806igc.57.1331775215610; Wed, 14 Mar 2012 18:33:35 -0700 (PDT) Received: by 10.42.130.9 with HTTP; Wed, 14 Mar 2012 18:33:35 -0700 (PDT) In-Reply-To: References: Date: Thu, 15 Mar 2012 10:33:35 +0900 Message-ID: Subject: Re: Accumulo On MapR From: Takuya UESHIN To: accumulo-user@incubator.apache.org Content-Type: multipart/alternative; boundary=14dae9340c0fa5a9a604bb3e14c0 X-Gm-Message-State: ALoCoQm4AMQgArG2TgO5FZ7mqENPsIldIaOOuP48OaxMzgmupgTWl5z7BN/jrjlkBJJm43cEXeWf X-Virus-Checked: Checked by ClamAV on apache.org --14dae9340c0fa5a9a604bb3e14c0 Content-Type: text/plain; charset=ISO-8859-1 Hi, You need to specify ZooKeeper client port to 5181 when you use MapR. MapR's ZooKeeper client port is 5181 by default. Thanks. 2012/3/15 Keith Turner > Is zookeeper up and running? > > If so can you jstack the init java process and send the stack trace of > the main thread? > > Keith > > On Wed, Mar 14, 2012 at 5:31 PM, Todd Stavish > wrote: > > Hello, > > > > I followed all of the setup / initialization steps. However, when I > > ran accumulo init, it hangs on naming the instance. > > > > mapr@mapr-desktop:/opt/accumulo-1.3.5-incubating/bin$ ./accumulo init > > 14 14:15:24,536 [util.Initialize] INFO : Hadoop Filesystem is maprfs:/// > > 14 14:15:24,584 [util.Initialize] INFO : Accumulo data dir is /accumulo > > 14 14:15:24,585 [util.Initialize] INFO : Zookeeper server is > localhost:2181 > > Instance name : test > > > > Init doesn't seem to produce any logs (at least not in the > > accumolo/logs dir), is there a verbose mode or something that can help > > me figure out where it is failing? > > > > Thanks, > > -Todd > -- Takuya UESHIN Tokyo, Japan http://twitter.com/ueshin --14dae9340c0fa5a9a604bb3e14c0 Content-Type: text/html; charset=ISO-8859-1 Hi,

You need to specify ZooKeeper client port to 5181 when you use MapR.
MapR's ZooKeeper client port is 5181 by default.

Thanks.


2012/3/15 Keith Turner <keith@deenlo.com>
Is zookeeper up and running?

If so can you jstack the init java process and send the stack trace of
the main thread?

Keith

On Wed, Mar 14, 2012 at 5:31 PM, Todd Stavish <toddstavish@gmail.com> wrote:
> Hello,
>
> I followed all of the setup / initialization steps. However, when I
> ran accumulo init, it hangs on naming the instance.
>
> mapr@mapr-desktop:/opt/accumulo-1.3.5-incubating/bin$ ./accumulo init
> 14 14:15:24,536 [util.Initialize] INFO : Hadoop Filesystem is maprfs:///
> 14 14:15:24,584 [util.Initialize] INFO : Accumulo data dir is /accumulo
> 14 14:15:24,585 [util.Initialize] INFO : Zookeeper server is localhost:2181
> Instance name : test
>
> Init doesn't seem to produce any logs (at least not in the
> accumolo/logs dir), is there a verbose mode or something that can help
> me figure out where it is failing?
>
> Thanks,
> -Todd



--
Takuya UESHIN
Tokyo, Japan

http://twitter.com/ueshin
--14dae9340c0fa5a9a604bb3e14c0--