Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C6B5E200BB1 for ; Wed, 28 Sep 2016 18:47:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C5900160AD3; Wed, 28 Sep 2016 16:47:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DC5C0160AE8 for ; Wed, 28 Sep 2016 18:47:50 +0200 (CEST) Received: (qmail 75865 invoked by uid 500); 28 Sep 2016 16:47:50 -0000 Mailing-List: contact commits-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 commits@accumulo.apache.org Received: (qmail 75581 invoked by uid 99); 28 Sep 2016 16:47:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2016 16:47:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9B7ADE0BD9; Wed, 28 Sep 2016 16:47:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Wed, 28 Sep 2016 16:47:52 -0000 Message-Id: <3ff4532b73c846489b39086e349449f8@git.apache.org> In-Reply-To: <04ae82d329ef44deb40362eca204c6b1@git.apache.org> References: <04ae82d329ef44deb40362eca204c6b1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/10] accumulo git commit: ACCUMULO-4476 User manual references old version archived-at: Wed, 28 Sep 2016 16:47:52 -0000 ACCUMULO-4476 User manual references old version * Changed version reference in installation instructions from 1.6.0 to X.Y.Z so that it doesn't need to be updated for each release. Closes apache/accumulo#156 Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b19de71b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b19de71b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b19de71b Branch: refs/heads/1.7 Commit: b19de71ba11c08606bc5dd7b667e2de1bd6c1652 Parents: ab2bf63 Author: Mike Walch Authored: Wed Sep 28 10:34:38 2016 -0400 Committer: Josh Elser Committed: Wed Sep 28 12:46:44 2016 -0400 ---------------------------------------------------------------------- docs/src/main/asciidoc/chapters/administration.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/b19de71b/docs/src/main/asciidoc/chapters/administration.txt ---------------------------------------------------------------------- diff --git a/docs/src/main/asciidoc/chapters/administration.txt b/docs/src/main/asciidoc/chapters/administration.txt index 0f7bba6..de8920a 100644 --- a/docs/src/main/asciidoc/chapters/administration.txt +++ b/docs/src/main/asciidoc/chapters/administration.txt @@ -66,14 +66,17 @@ running multiple distinct Accumulo instances (or any other process which tries t same default ports) on the same hardware. === Installation -Choose a directory for the Accumulo installation. This directory will be referenced -by the environment variable +$ACCUMULO_HOME+. Run the following: - $ tar xzf accumulo-1.6.0-bin.tar.gz # unpack to subdirectory - $ mv accumulo-1.6.0 $ACCUMULO_HOME # move to desired location +Download a binary distribution of Accumulo and install it to a directory on a disk with +sufficient space: -Repeat this step at each machine within the cluster. Usually all machines have the -same +$ACCUMULO_HOME+. + cd + tar xzf accumulo-X.Y.Z-bin.tar.gz # Replace 'X.Y.Z' with your Accumulo version + cd accumulo-X.Y.Z + +Repeat this step on each machine in your cluster. Typically, the same ++ +is chosen for all machines in the cluster. When you configure Accumulo, the +$ACCUMULO_HOME+ +environment variable should be set to +/path/to//accumulo-X.Y.Z+. === Dependencies Accumulo requires HDFS and ZooKeeper to be configured and running