|
It should probably be explained
"Set the environment variable JAVA_HOME to the directory where you installed Java." rather than "Set JAVA_HOME to the root of your Java installation." -1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12379904/2993.patch against trunk revision 645773. @author +1. The patch does not contain any @author tags. tests included -1. The patch doesn't appear to include any new or modified tests. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new javac compiler warnings. release audit +1. The applied patch does not generate any new release audit warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2205/testReport/ This message is automatically generated. Hi Edward,
This change doesn't address the issue I raised---where the variable is to be Set JAVA_HOME in conf/hadoop-env.sh to the root of your Java installation. Cheers, Jason On Fri, Apr 11, 2008 at 3:04 AM, Edward J. Yoon (JIRA) <jira@apache.org> – Jason, I understand where you are coming from.
Would it be more clear if we just had: Required Software 1. JavaTM 1.5.x, preferably from Sun, must be installed. and then this section (later in quickstart.html) is sufficient: Download First, you need to get a Hadoop distribution: download a recent stable release and unpack it. Once done, in the distribution edit the file conf/hadoop-env.sh to define at least JAVA_HOME. Basically I'm proposing we remove the confusing reference from the 'Required Software' section. Thoughts? >> Basically I'm proposing we remove the confusing reference from the 'Required Software' section.
Sorry, I was mis-read your comment. That works---should reduce confusion
Cheers, Jason On Fri, Apr 11, 2008 at 11:04 AM, Arun C Murthy (JIRA) <jira@apache.org> – Maybe we should also split the 'Download' section into 'Download' and 'Prepare to Start your Hadoop Cluster' sections, the latter of which will talk about editing conf/hadoop-env.sh and introduce the various mdoes (local, psuedo-distributed & fully-distributed) of operation...
I was often met with exceptions by GNU java. So, I think 'remove' is not good idea from the "Installing Java and Set JAVA_HOME"; User need to set the JAVA_HOME environment variable to the root location of the Java installation directory.
Updated patch... as discussed.
Assigning this documentation fix to 0.17.
Edward, I have clarified in the 'Prepare' section that users need to set JAVA_HOME in conf/hadoop-env.sh - does that suffice?
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12379964/HADOOP-2993_1_20080411.patch against trunk revision 645773. @author +1. The patch does not contain any @author tags. tests included -1. The patch doesn't appear to include any new or modified tests. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new javac compiler warnings. release audit +1. The applied patch does not generate any new release audit warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2214/testReport/ This message is automatically generated. I just committed this. Thanks Arun!
Integrated in Hadoop-trunk #459 (See http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/459/
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I don't think it must be fix, but i think we need to explain sth clearly to save confusion. +1