From bf5b75dc29728a891f9c33cdb4673d02782a3107 Mon Sep 17 00:00:00 2001 From: stack Date: Fri, 10 Jul 2015 10:49:49 -0700 Subject: [PATCH] HBASE-14029 getting started for standalone still references hadoop-version-specific binary artifacts (Gabor Liptak) --- src/main/asciidoc/_chapters/getting_started.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/asciidoc/_chapters/getting_started.adoc b/src/main/asciidoc/_chapters/getting_started.adoc index 7839bad19ab..41348312209 100644 --- a/src/main/asciidoc/_chapters/getting_started.adoc +++ b/src/main/asciidoc/_chapters/getting_started.adoc @@ -80,15 +80,16 @@ See <> for information about supported JDK versions. This will take you to a mirror of _HBase Releases_. Click on the folder named _stable_ and then download the binary file that ends in _.tar.gz_ to your local filesystem. - Be sure to choose the version that corresponds with the version of Hadoop you are likely to use later. - In most cases, you should choose the file for Hadoop 2, which will be called something like _hbase-0.98.3-hadoop2-bin.tar.gz_. + Prior to 1.x version, be sure to choose the version that corresponds with the version of Hadoop you are + likely to use later (in most cases, you should choose the file for Hadoop 2, which will be called + something like _hbase-0.98.13-hadoop2-bin.tar.gz_). Do not download the file ending in _src.tar.gz_ for now. . Extract the downloaded file, and change to the newly-created directory. + ---- -$ tar xzvf hbase--hadoop2-bin.tar.gz -$ cd hbase--hadoop2/ +$ tar xzvf hbase--bin.tar.gz +$ cd hbase-/ ---- . For HBase 0.98.5 and later, you are required to set the `JAVA_HOME` environment variable before starting HBase.