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 6E7C99295 for ; Sat, 10 Mar 2012 17:02:56 +0000 (UTC) Received: (qmail 43164 invoked by uid 500); 10 Mar 2012 17:02:56 -0000 Delivered-To: apmail-incubator-accumulo-user-archive@incubator.apache.org Received: (qmail 43134 invoked by uid 500); 10 Mar 2012 17:02:56 -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 43126 invoked by uid 99); 10 Mar 2012 17:02:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2012 17:02:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [206.112.75.238] (HELO iron-d-outbound.osis.gov) (206.112.75.238) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Mar 2012 17:02:51 +0000 X-IronPort-AV: E=Sophos;i="4.73,563,1325480400"; d="scan'208";a="96392825" Received: from netmgmt.ext.intelink.gov (HELO ww4.ugov.gov) ([172.16.11.235]) by iron-d-outbound.osis.gov with ESMTP; 10 Mar 2012 12:01:40 -0500 Date: Sat, 10 Mar 2012 17:02:28 +0000 (GMT+00:00) From: Billie J Rinaldi To: accumulo-user@incubator.apache.org Message-ID: <1177692918.197981.1331398948031.JavaMail.root@linzimmb04o.imo.intelink.gov> In-Reply-To: Subject: Re: trouble with accumulo init in cloudera VM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.2.188.65] X-Mailer: Zimbra 6.0.7_GA_2476.RHEL4 (ZimbraWebClient - SAF3 (Mac)/6.0.7_GA_2473.RHEL5_64) X-Virus-Checked: Checked by ClamAV on apache.org On Saturday, March 10, 2012 11:46:11 AM, "Donald Resnik" wrote: > Accumulo, > > I am trying to load accumulo 1.3.5 in my cloudera demo VM 0.3.7. Here > is what I get when I try to run init: > > cloudera@cloudera-vm:~/accumulo-1.3.5-incubating/bin$ ./accumulo init > 29 15:33:16,959 [util.Initialize] INFO : Hadoop Filesystem is > hdfs://localhost:8020 > 29 15:33:17,216 [util.Initialize] INFO : Accumulo data dir is > /accumulo > 29 15:33:17,216 [util.Initialize] INFO : Zookeeper server is > localhost:2181 > Instance name : eci_instance > > And then it hangs on the instace name, I never get a password prompt. > Hadoop is running, but I never see the /accumulo dir > > I believe I followed all the config steps from the Admin section of > the docs. I have password-less ssh configured. > Any thoughts or suggestions would be appreciated. Zookeeper isn't running. If you start it, the init will continue. Billie