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 73DE01052F for ; Wed, 11 Jun 2014 17:24:22 +0000 (UTC) Received: (qmail 16697 invoked by uid 500); 11 Jun 2014 17:24:21 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 16653 invoked by uid 500); 11 Jun 2014 17:24:21 -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 16642 invoked by uid 99); 11 Jun 2014 17:24:21 -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:24:21 +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 vicky.kak@gmail.com designates 209.85.213.43 as permitted sender) Received: from [209.85.213.43] (HELO mail-yh0-f43.google.com) (209.85.213.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 17:24:16 +0000 Received: by mail-yh0-f43.google.com with SMTP id a41so12840yho.30 for ; Wed, 11 Jun 2014 10:23:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TiYbFkNHflPK263J6tdLEe1TbQ6QTMTmx4ug5ZaeEKY=; b=a38GFSw9KPvVGcqkTRfxBeXenANJHnsoa8rPETXavhrQm4zY9ZsOKl0rBCX+2g+skz s9H80LAvrpUh438uralYXHatwGx5PuFdDsX7fKqCcpOwKIEXL0+JPwVsRUajVc9X3WzQ ORZ6O0VVivm/NLLjOjbaQwv1jcH7j9MjyzdjYPY2lCluzXqYhUxWkykW52mOzFcJp2rX n2uAqsVUNErjDI6y2wY5Z5Y8K1N5cnpXlTXaPc50AcW4C8kfv2cwCL8zTCR9eT0eEX3x UGRlw+ccf1aCr/YJqLyFr/BV3nQXMg0nFU9M2x1OA7TjhP1znkm0XdkbbUvxxmRoVn5V 4Zeg== MIME-Version: 1.0 X-Received: by 10.236.229.133 with SMTP id h5mr7515629yhq.64.1402507434880; Wed, 11 Jun 2014 10:23:54 -0700 (PDT) Received: by 10.170.205.12 with HTTP; Wed, 11 Jun 2014 10:23:54 -0700 (PDT) Date: Wed, 11 Jun 2014 22:53:54 +0530 Message-ID: Subject: Make accumulo shell easy to use. From: Vicky Kak To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=089e0160c36a73767804fb92b53f X-Virus-Checked: Checked by ClamAV on apache.org --089e0160c36a73767804fb92b53f Content-Type: text/plain; charset=UTF-8 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 --089e0160c36a73767804fb92b53f--