Repository: incubator-impala Updated Branches: refs/heads/doc_prototype 2568d81c0 -> 77e0fb4a2
Fix a link. Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/77e0fb4a Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/77e0fb4a Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/77e0fb4a Branch: refs/heads/doc_prototype Commit: 77e0fb4a2f2759ebf28fdbcc9f5649e3a26d9a8e Parents: 2568d81 Author: John Russell <[email protected]> Authored: Tue Nov 1 14:55:57 2016 -0700 Committer: John Russell <[email protected]> Committed: Tue Nov 1 14:55:57 2016 -0700 ---------------------------------------------------------------------- docs/generatingImpalaDoc.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/77e0fb4a/docs/generatingImpalaDoc.md ---------------------------------------------------------------------- diff --git a/docs/generatingImpalaDoc.md b/docs/generatingImpalaDoc.md index d57ec47..a4f5cc5 100644 --- a/docs/generatingImpalaDoc.md +++ b/docs/generatingImpalaDoc.md @@ -1,7 +1,7 @@ #Generating HTML or a PDF of Apache Impala (Incubating) Documentation ##Prerequisites: -Make sure that you have a recent version of a Java JDK installed and that your JAVA\_HOME environment variable is set. This procedure has been tested with JDK 1.8.0. See "Setting JAVA\_HOME" at the end of these instructions. +Make sure that you have a recent version of a Java JDK installed and that your JAVA\_HOME environment variable is set. This procedure has been tested with JDK 1.8.0. See [Setting JAVA\_HOME](#settingjavahome) at the end of these instructions. * Open a terminal window and run the following commands to get the Impala documentation source files from Git: @@ -49,8 +49,9 @@ Make sure that you have a recent version of a Java JDK installed and that your J 5. Go to the output directory that you specified in Step 3 to view the HTML or PDF that you generated. If you generated HTML, open the <code>index.html</code> file with a browser to view the output. +<a name="settingjavahome" /> #Setting JAVA\_HOME - +</a> Set your JAVA\_HOME environment variable to tell your computer where to find the Java executable file. For example, to set your JAVA\_HOME environment on Mac OS X when you the the 1.8.0\_101 version of the Java Development Kit (JDK) installed and you are using the Bash version 3.2 shell, perform the following steps:
