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 <els...@apache.org> 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.8 Commit: b19de71ba11c08606bc5dd7b667e2de1bd6c1652 Parents: ab2bf63 Author: Mike Walch <mwa...@apache.org> Authored: Wed Sep 28 10:34:38 2016 -0400 Committer: Josh Elser <els...@apache.org> 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 <install directory> + 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 +<install directory>+ +is chosen for all machines in the cluster. When you configure Accumulo, the +$ACCUMULO_HOME+ +environment variable should be set to +/path/to/<install directory>/accumulo-X.Y.Z+. === Dependencies Accumulo requires HDFS and ZooKeeper to be configured and running