HBASE-14029 getting started for standalone still references hadoop-version-specific binary artifacts (Gabor Liptak)

This commit is contained in:
stack 2015-07-10 10:49:49 -07:00
parent 66082c7224
commit bf5b75dc29
1 changed files with 5 additions and 4 deletions

View File

@ -80,15 +80,16 @@ See <<java,Java>> for information about supported JDK versions.
This will take you to a mirror of _HBase This will take you to a mirror of _HBase
Releases_. Releases_.
Click on the folder named _stable_ and then download the binary file that ends in _.tar.gz_ to your local filesystem. 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. Prior to 1.x version, be sure to choose the version that corresponds with the version of Hadoop you are
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_. 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. Do not download the file ending in _src.tar.gz_ for now.
. Extract the downloaded file, and change to the newly-created directory. . Extract the downloaded file, and change to the newly-created directory.
+ +
---- ----
$ tar xzvf hbase-<?eval ${project.version}?>-hadoop2-bin.tar.gz $ tar xzvf hbase-<?eval ${project.version}?>-bin.tar.gz
$ cd hbase-<?eval ${project.version}?>-hadoop2/ $ cd hbase-<?eval ${project.version}?>/
---- ----
. For HBase 0.98.5 and later, you are required to set the `JAVA_HOME` environment variable before starting HBase. . For HBase 0.98.5 and later, you are required to set the `JAVA_HOME` environment variable before starting HBase.