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 C968A9E93 for ; Wed, 14 Mar 2012 16:31:10 +0000 (UTC) Received: (qmail 44616 invoked by uid 500); 14 Mar 2012 16:31:10 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 44466 invoked by uid 500); 14 Mar 2012 16:31:10 -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 44452 invoked by uid 99); 14 Mar 2012 16:31:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2012 16:31:10 +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, 14 Mar 2012 16:31:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 686E81F4D3 for ; Wed, 14 Mar 2012 16:30:49 +0000 (UTC) Date: Wed, 14 Mar 2012 16:30:49 +0000 (UTC) From: "Roman Shaposhnik (Updated) (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1641842690.13436.1331742649435.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <792022681.31162.1331087517984.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HDFS-3057) httpfs and hdfs launcher scripts should honor CATALINA_HOME and HADOOP_LIBEXEC_DIR MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Shaposhnik updated HDFS-3057: ----------------------------------- Attachment: HDFS-3057.patch.txt > httpfs and hdfs launcher scripts should honor CATALINA_HOME and HADOOP_LIBEXEC_DIR > ---------------------------------------------------------------------------------- > > Key: HDFS-3057 > URL: https://issues.apache.org/jira/browse/HDFS-3057 > Project: Hadoop HDFS > Issue Type: Bug > Components: scripts > Affects Versions: 0.23.1 > Reporter: Roman Shaposhnik > Assignee: Roman Shaposhnik > Fix For: 0.23.2 > > Attachments: HDFS-3057.patch.txt > > > In sbin/httpfs.sh the following should use CATALINA_HOME: > {noformat} > if [ "${HTTPFS_SILENT}" != "true" ]; then > ${CATALINA_BASE:-"${BASEDIR}/share/hadoop/httpfs/tomcat"}/bin/catalina.sh "$@" > else > ${CATALINA_BASE:-"${BASEDIR}/share/hadoop/httpfs/tomcat"}/bin/catalina.sh "$@" > /dev/null > fi > {noformat} > and the following should honor HADOOP_LIBEXEC_DIR: > {noformat} > source ${BASEDIR}/libexec/httpfs-config.sh > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira