Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 4BA4B6732 for ; Wed, 18 May 2011 20:43:28 +0000 (UTC) Received: (qmail 10264 invoked by uid 500); 18 May 2011 20:43:28 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 10191 invoked by uid 500); 18 May 2011 20:43:28 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 10183 invoked by uid 99); 18 May 2011 20:43:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 20:43:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 20:43:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 99DF1D04AC for ; Wed, 18 May 2011 20:42:47 +0000 (UTC) Date: Wed, 18 May 2011 20:42:47 +0000 (UTC) From: "Allen Wittenauer (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <226726444.23789.1305751367627.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HADOOP-6605) Add JAVA_HOME detection to hadoop-config 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/HADOOP-6605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035654#comment-13035654 ] Allen Wittenauer commented on HADOOP-6605: ------------------------------------------ java_home is not a stable interface. It cannot be trusted to last, especially given the question marks that hang over Java on OS X. I'm -1 for a variety of reasons: a) we're getting into platform specific code without a good reason b) this could have significant performance ramifications as we add more and more paths to support more and more OSes c) there is a config option to specifically eliminate the need to do this > Add JAVA_HOME detection to hadoop-config > ---------------------------------------- > > Key: HADOOP-6605 > URL: https://issues.apache.org/jira/browse/HADOOP-6605 > Project: Hadoop Common > Issue Type: Improvement > Reporter: Chad Metcalf > Assignee: Eli Collins > Priority: Minor > Fix For: 0.22.0 > > Attachments: HADOOP-6605.patch, hadoop-6605-1.patch > > > The commands that source hadoop-config.sh currently bail with an error if JAVA_HOME is not set. Let's detect JAVA_HOME (from a list of locations on various OS types) if JAVA_HOME is not already set by hadoop-env.sh or the environment. This way users don't have to manually configure it. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira