Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F084D645 for ; Tue, 16 Oct 2012 20:57:04 +0000 (UTC) Received: (qmail 89180 invoked by uid 500); 16 Oct 2012 20:57:03 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 89129 invoked by uid 500); 16 Oct 2012 20:57:03 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 89047 invoked by uid 99); 16 Oct 2012 20:57:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2012 20:57:03 +0000 Date: Tue, 16 Oct 2012 20:57:03 +0000 (UTC) From: "Aaron T. Myers (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1394387008.53395.1350421023290.JavaMail.jiratomcat@arcas> In-Reply-To: <1039677646.50806.1350380943381.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HDFS-4063) Unable to change JAVA_HOME directory in hadoop-setup-conf.sh script. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477338#comment-13477338 ] Aaron T. Myers commented on HDFS-4063: -------------------------------------- bq. Given the discussion on HADOOP-8925 which talks about removing packaging from hadoop does it make sense to wait for resolution and close this as wont fix after that? +1 > Unable to change JAVA_HOME directory in hadoop-setup-conf.sh script. > -------------------------------------------------------------------- > > Key: HDFS-4063 > URL: https://issues.apache.org/jira/browse/HDFS-4063 > Project: Hadoop HDFS > Issue Type: Bug > Components: scripts, tools > Affects Versions: 1.0.3, 1.1.0, 2.0.2-alpha > Environment: Fedora 17 3.3.4-5.fc17.x86_64t, java version "1.7.0_06-icedtea", Rackspace Cloud (NextGen) > Reporter: Haoquan Wang > Priority: Minor > Labels: patch > Original Estimate: 1h > Remaining Estimate: 1h > > The JAVA_HOME directory remains unchanged no matter what you enter when you run hadoop-setup-conf.sh to generate hadoop configurations. Please see below example: > ********************************************************* > [root@hadoop-slave ~]# /sbin/hadoop-setup-conf.sh > Setup Hadoop Configuration > Where would you like to put config directory? (/etc/hadoop) > Where would you like to put log directory? (/var/log/hadoop) > Where would you like to put pid directory? (/var/run/hadoop) > What is the host of the namenode? (hadoop-slave) > Where would you like to put namenode data directory? (/var/lib/hadoop/hdfs/namenode) > Where would you like to put datanode data directory? (/var/lib/hadoop/hdfs/datanode) > What is the host of the jobtracker? (hadoop-slave) > Where would you like to put jobtracker/tasktracker data directory? (/var/lib/hadoop/mapred) > Where is JAVA_HOME directory? (/usr/java/default) *+/usr/lib/jvm/jre+* > Would you like to create directories/copy conf files to localhost? (Y/n) > Review your choices: > Config directory : /etc/hadoop > Log directory : /var/log/hadoop > PID directory : /var/run/hadoop > Namenode host : hadoop-slave > Namenode directory : /var/lib/hadoop/hdfs/namenode > Datanode directory : /var/lib/hadoop/hdfs/datanode > Jobtracker host : hadoop-slave > Mapreduce directory : /var/lib/hadoop/mapred > Task scheduler : org.apache.hadoop.mapred.JobQueueTaskScheduler > JAVA_HOME directory : *+/usr/java/default+* > Create dirs/copy conf files : y > Proceed with generate configuration? (y/N) n > User aborted setup, exiting... > ********************************************************* > Resolution: > Amend line 509 in file /sbin/hadoop-setup-conf.sh > from: > JAVA_HOME=${USER_USER_JAVA_HOME:-$JAVA_HOME} > to: > JAVA_HOME=${USER_JAVA_HOME:-$JAVA_HOME} > will resolve this issue. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira