Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 596E8200B65 for ; Tue, 2 Aug 2016 23:35:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 57FE5160A65; Tue, 2 Aug 2016 21:35:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 97555160A76 for ; Tue, 2 Aug 2016 23:35:21 +0200 (CEST) Received: (qmail 67520 invoked by uid 500); 2 Aug 2016 21:35:20 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 67509 invoked by uid 99); 2 Aug 2016 21:35:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 21:35:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6CAE72C029E for ; Tue, 2 Aug 2016 21:35:20 +0000 (UTC) Date: Tue, 2 Aug 2016 21:35:20 +0000 (UTC) From: "Paul Rogers (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-4822) Extend disturb-env.sh search to consider site directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 Aug 2016 21:35:22 -0000 Paul Rogers created DRILL-4822: ---------------------------------- Summary: Extend disturb-env.sh search to consider site directory Key: DRILL-4822 URL: https://issues.apache.org/jira/browse/DRILL-4822 Project: Apache Drill Issue Type: Improvement Reporter: Paul Rogers Priority: Minor DRILL-4581 provided revisions to the Drill launch scripts. As part of that fix, we introduced a new distrib-env.sh file to hold settings created by custom Drill installers (that is, by custom distributions.) The original version of this feature looks for distrib-env.sh only in $DRILL_HOME/env. Experience suggests that installers will write site-specific values to distrib-env.sh and so the file must then be copied to $DRILL_SITE when running under YARN. Add $DRILL_SITE to the search path in drill-config.sh for distrib-env.sh. -- This message was sent by Atlassian JIRA (v6.3.4#6332)