Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-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 3531519093 for ; Thu, 14 Apr 2016 22:02:26 +0000 (UTC) Received: (qmail 21627 invoked by uid 500); 14 Apr 2016 22:02:26 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 21465 invoked by uid 500); 14 Apr 2016 22:02:26 -0000 Mailing-List: contact issues-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 issues@drill.apache.org Received: (qmail 21114 invoked by uid 99); 14 Apr 2016 22:02:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Apr 2016 22:02:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AEE032C1F5D for ; Thu, 14 Apr 2016 22:02:25 +0000 (UTC) Date: Thu, 14 Apr 2016 22:02:25 +0000 (UTC) From: "Bridget Bevens (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (DRILL-4564) Document start-up properties hierarchy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-4564?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Bridget Bevens closed DRILL-4564. --------------------------------- Information changed on web page. Closing this issue.=20 > Document start-up properties hierarchy > -------------------------------------- > > Key: DRILL-4564 > URL: https://issues.apache.org/jira/browse/DRILL-4564 > Project: Apache Drill > Issue Type: Improvement > Components: Documentation > Reporter: Paul Rogers > Assignee: Bridget Bevens > Priority: Minor > > We=E2=80=99ve been having a lively discussion about config options. We mi= ght want to summarize the discussion in DRILL-4543. Current text: > At the core of the file hierarchy is drill-default.conf. This file is ove= rridden by one or more drill-module.conf files, which are overridden by the= drill-override.conf file that you define. > Possible revision: > At the bottom of the hierarchy are the default files that Drill itself pr= ovides. The first is drill-default.conf. This file is overridden by one or = more drill-module.conf files provided by Drill=E2=80=99s internal modules. = These are overridden by the drill-override.conf file that you define. Final= ly, you can provide overrides on each Drill-bit using system properties of = the form -Dname=3Dvalue passed on the command line: > ./drillbit.sh start -Dname=3Dvalue -- This message was sent by Atlassian JIRA (v6.3.4#6332)