Anonymous Coward #250 has posted comments on this change.

Change subject: IMPALA-3398: Add docs to main Impala branch.
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/5014/1/docs/generatingImpalaDoc.md
File docs/generatingImpalaDoc.md:

PS1, Line 52: <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:
            : 
            : 1. Edit your <code>/Users/\<username\>/.bash\_profile</code> file 
and add the following lines to the end of the file:
            : 
            :     <pre><code>#Set JAVA_HOME
            :     
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home
            :     export JAVA_HOME;</code></pre>
            :     
            :    Where <code>jdk1.8.0\_101.jdk</code> is the version of JDK 
that you have installed. For example, if you have installed 
<code>jdk1.8.0\_102.jdk</code>, you would use that value instead.
            :    
            : 2. Test to make sure you have set your JAVA\_HOME correctly:
            :     * Open a terminal window and type: <code>$JAVA\_HOME/bin/java 
-version</code>
            :     * Press return. If you see something like the following:
            :       <pre><code>java version "1.5.0_16"
            :       Java(TM) 2 Runtime Environment, Standard Edition (build 
1.5.0_16-b06-284)
            :       Java HotSpot (TM) Client VM (build 1.5.0\_16-133, mixed 
mode, sharing)</code></pre>
            :       
            :       Then you've successfully set your JAVA\_HOME environment 
variable to the binary stored in 
<code>/Library/Java/JavaVirtualMachines/jdk1.8.0\_101.jdk/Contents/Home</code>. 
This section must be reviewed for accuracy of markdown tagging.


-- 
To view, visit http://gerrit.cloudera.org:8080/5014
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I8861e99adc446f659a04463ca78c79200669484f
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Jim Apple <[email protected]>
Gerrit-Reviewer: Anonymous Coward #250
Gerrit-Reviewer: Jim Apple <[email protected]>
Gerrit-Reviewer: John Russell <[email protected]>
Gerrit-HasComments: Yes

Reply via email to