Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 106591069F for ; Wed, 11 Jun 2014 17:47:19 +0000 (UTC) Received: (qmail 3361 invoked by uid 500); 11 Jun 2014 17:47:18 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 3321 invoked by uid 500); 11 Jun 2014 17:47:18 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 3307 invoked by uid 99); 11 Jun 2014 17:47:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 17:47:18 +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 mdrob@mdrob.com designates 209.85.216.50 as permitted sender) Received: from [209.85.216.50] (HELO mail-qa0-f50.google.com) (209.85.216.50) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 17:47:13 +0000 Received: by mail-qa0-f50.google.com with SMTP id m5so110379qaj.37 for ; Wed, 11 Jun 2014 10:46:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=GZWLd57mxoA6Wl4Z4ZfZ5fVguvtblswYDTawKdtyGDo=; b=eZGBtgwoJbJSNt77HYexDh9xAj2rMa/cp1gxLouLoFsS70bW+pRMuQxe8CzqlSejAW S6UI1Oir2teLofGyyByNR6NsdL5sOdkC9yJHjJC3H+XaG5o0oNlOKSN6w8K70O5EFhS1 ExDDeI1mMchtnEjQqAU34j1xSWLVjCeEMhzX4tkpQChIwWZE1AOOY08g3AiomPsMLkCg Vc96uPbnJVtt6JciKhNPlg2krIynQqc7MNvlp+47WmR+/OO2NNcnSL3bjmKvEVN2mEwD wvmzOl/gUKFnR/8NCYHRGIlTFVRCmx0O6o3z6CIJnxAxywPnq36bMmMl3BMQQxjOMCn/ CaTw== X-Gm-Message-State: ALoCoQkwF5659Ff3dJgdVQJmp1Wi9pdsN37SkrMXweAroFcb/kaoCWoRQTdjSePjjUnjj1hIGjCl MIME-Version: 1.0 X-Received: by 10.224.16.139 with SMTP id o11mr8823496qaa.80.1402508812910; Wed, 11 Jun 2014 10:46:52 -0700 (PDT) Received: by 10.140.95.212 with HTTP; Wed, 11 Jun 2014 10:46:52 -0700 (PDT) X-Originating-IP: [173.79.30.211] In-Reply-To: References: Date: Wed, 11 Jun 2014 13:46:52 -0400 Message-ID: Subject: Re: Make accumulo shell easy to use. From: Mike Drob To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=047d7bf0cf4896a14404fb9307c9 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bf0cf4896a14404fb9307c9 Content-Type: text/plain; charset=UTF-8 Yes, you will need to have HADOOP_PREFIX and ZOOKEEPER_HOME set, although not necessarily in bootstrap_config.sh -- I think you can just set them in your shell (like in .bashrc) and expect things to work. On Wed, Jun 11, 2014 at 1:44 PM, Vicky Kak wrote: > To get it fixed I have to run $ACCUMULO_HOME/bin/bootstrap_config.sh > > and then setting these env variables > > 1) HADOOP_PREFIX > 2) ZOOKEPER_HOME > > So everytime I build accumulo from source I have set the ACCUMULO_HOME and > then run the bootstrap-config.sh and finally have the env variables set for > HADOOP_PREFIX and ZOOKEPER_HOME. > > Is this what other folks are doing? > > Thanks, > Vicky > > > > > > > On Wed, Jun 11, 2014 at 10:53 PM, Vicky Kak wrote: > > > Hi Guys, > > > > Every time I am building the accumulo the distribution would get created > > and when I run the accumulo shell I get information on console like this > > > > > > > ******************************************************************************* > > Accumulo is not properly configured. > > > > Try running $ACCUMULO_HOME/bin/bootstrap_config.sh and then editing > > $ACCUMULO_HOME/conf/accumulo-env.sh > > > > > ******************************************************************************* > > > > If I am using a fake option and trying to connect to the MAC I should be > > not be getting the above messages. I should be allowed to connect to MAC > > seamlessly. > > This simply speeds the development spike. > > > > So every day I pull the latest changes and build the accumulo the > previous > > days configuration gets wiped off and I will have to do it again. > > Another way would be to take a backup of the earlier build configured > > accumulo and use accumulo shell from it. It would save the time. > > > > I would be interested to know what procedure other developers are using. > > > > Right now I can say the development and setup process is cumbersome and > we > > should make it simple and seamless, may be there is already a better > option > > which I am not aware of. We need to have a wiki/document about it. > > > > Looking forward to hear from community about it. > > > > Thanks, > > Vicky > > > > > > > --047d7bf0cf4896a14404fb9307c9--