HBASE-16347 Unevaluated expressions in book

This commit is contained in:
Dima Spivak 2016-08-03 14:20:42 -07:00 committed by Misty Stanley-Jones
parent bcf2738a01
commit 9b3bc5fac2
1 changed files with 3 additions and 2 deletions

View File

@ -87,10 +87,11 @@ See <<java,Java>> for information about supported JDK versions.
Do not download the file ending in _src.tar.gz_ for now.
. Extract the downloaded file, and change to the newly-created directory.
+
[source,subs="attributes"]
----
$ tar xzvf hbase-<?eval ${project.version}?>-bin.tar.gz
$ cd hbase-<?eval ${project.version}?>/
$ tar xzvf hbase-{Version}-bin.tar.gz
$ cd hbase-{Version}/
----
. For HBase 0.98.5 and later, you are required to set the `JAVA_HOME` environment variable before starting HBase.