Return-Path: X-Original-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25F569BAE for ; Tue, 28 Feb 2012 21:30:31 +0000 (UTC) Received: (qmail 29407 invoked by uid 500); 28 Feb 2012 21:30:31 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 29261 invoked by uid 500); 28 Feb 2012 21:30:31 -0000 Mailing-List: contact accumulo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-commits@incubator.apache.org Received: (qmail 29248 invoked by uid 99); 28 Feb 2012 21:30:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 21:30:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 21:30:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B34052388865; Tue, 28 Feb 2012 21:30:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1294844 - /incubator/accumulo/branches/1.4/README Date: Tue, 28 Feb 2012 21:30:07 -0000 To: accumulo-commits@incubator.apache.org From: vines@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120228213007.B34052388865@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vines Date: Tue Feb 28 21:30:07 2012 New Revision: 1294844 URL: http://svn.apache.org/viewvc?rev=1294844&view=rev Log: Improved ACCUMULO-19 README documentation Modified: incubator/accumulo/branches/1.4/README Modified: incubator/accumulo/branches/1.4/README URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/README?rev=1294844&r1=1294843&r2=1294844&view=diff ============================================================================== --- incubator/accumulo/branches/1.4/README (original) +++ incubator/accumulo/branches/1.4/README Tue Feb 28 21:30:07 2012 @@ -25,8 +25,8 @@ but having them available suppresses a r $ ( cd ./src/server/src/main/c++ ; make ) -If you want to build the debian release, use the command "mvn package && maven --N jdeb:jdeb" to generate a .deb file in the target/ directory. Please follow +If you want to build the debian release, use the command "mvn install" to +generate the .deb files in the target/ directory. Please follow the steps at https://cwiki.apache.org/BIGTOP/how-to-install-hadoop-distribution-from-bigtop.html to add bigtop to your debian sources list. This will make it substantially