Repository: hbase Updated Branches: refs/heads/master bcf2738a0 -> 9b3bc5fac
HBASE-16347 Unevaluated expressions in book Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9b3bc5fa Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9b3bc5fa Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9b3bc5fa Branch: refs/heads/master Commit: 9b3bc5fac24035b85551e52b172844fc3390913a Parents: bcf2738 Author: Dima Spivak <[email protected]> Authored: Wed Aug 3 14:20:42 2016 -0700 Committer: Misty Stanley-Jones <[email protected]> Committed: Wed Aug 3 14:30:50 2016 -0700 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/getting_started.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/9b3bc5fa/src/main/asciidoc/_chapters/getting_started.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/getting_started.adoc b/src/main/asciidoc/_chapters/getting_started.adoc index 276a908..26af568 100644 --- a/src/main/asciidoc/_chapters/getting_started.adoc +++ b/src/main/asciidoc/_chapters/getting_started.adoc @@ -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.
