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 E501B200B98 for ; Mon, 3 Oct 2016 23:41:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E392B160ADC; Mon, 3 Oct 2016 21:41:11 +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 36E39160ACD for ; Mon, 3 Oct 2016 23:41:11 +0200 (CEST) Received: (qmail 542 invoked by uid 500); 3 Oct 2016 21:41:10 -0000 Mailing-List: contact commits-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@drill.apache.org Delivered-To: mailing list commits@drill.apache.org Received: (qmail 533 invoked by uid 99); 3 Oct 2016 21:41:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2016 21:41:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 102C9DFF4E; Mon, 3 Oct 2016 21:41:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bridgetb@apache.org To: commits@drill.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: drill git commit: doc edit Date: Mon, 3 Oct 2016 21:41:10 +0000 (UTC) archived-at: Mon, 03 Oct 2016 21:41:12 -0000 Repository: drill Updated Branches: refs/heads/gh-pages 5f732a65e -> 473afad10 doc edit Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/473afad1 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/473afad1 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/473afad1 Branch: refs/heads/gh-pages Commit: 473afad10805a36472e65428a7033deb8612132a Parents: 5f732a6 Author: Bridget Bevens Authored: Mon Oct 3 14:40:06 2016 -0700 Committer: Bridget Bevens Committed: Mon Oct 3 14:40:06 2016 -0700 ---------------------------------------------------------------------- .../010-configuration-options-introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/473afad1/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md ---------------------------------------------------------------------- diff --git a/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md b/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md index dfadf5d..d06a5c2 100644 --- a/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md +++ b/_docs/configure-drill/configuration-options/010-configuration-options-introduction.md @@ -1,12 +1,12 @@ --- title: "Configuration Options Introduction" -date: 2016-10-03 21:28:32 UTC +date: 2016-10-03 21:40:07 UTC parent: "Configuration Options" --- Drill provides many configuration options that you can enable, disable, or modify. Modifying certain configuration options can impact Drill performance. Many of the configuration options reside in the `drill-env.sh` script and the `drill-override.conf` configuration file located in the `$DRILL_HOME/conf` directory. Drill loads these files from `/etc/drill/conf`, if it exists. Otherwise, Drill loads the files from the `$DRILL_HOME/conf` directory. -{% include startnote.html %}As of Drill 1.8, most of the system options listed below are set in `$DRILL_HOME/conf/drill-override.conf`. Settings controlled through environment variables reside in `$DRILL_HOME/bin/drill-config.sh`. You can create an entry in `$DRILL_HOME/conf/drill-env.sh` to override many of the settings in `drill-config.sh`. See [Configuration and Launch Script Changes]({{site.baseurl}}/docs/apache-drill-1-8-0-release-notes/#configuration-and-launch-script-changes) in the Drill 1.8 release notes.{% include endnote.html %} +{% include startnote.html %}As of Drill 1.8, most of the system options listed below are set in `$DRILL_HOME/conf/drill-override.conf`. Settings controlled through environment variables reside in `$DRILL_HOME/bin/drill-config.sh`. You can create an entry in `$DRILL_HOME/conf/drill-env.sh` to override many of the settings in `drill-config.sh`. See [Configuration and Launch Script Changes]({{site.baseurl}}/docs/apache-drill-1-8-0-release-notes) in the Drill 1.8 release notes.{% include endnote.html %} The sys.options table contains information about system and session options. The sys.boot table contains information about Drill start-up options. The section, ["Start-up Options"]({{site.baseurl}}/docs/start-up-options), covers how to configure and view key boot options. The following table lists the system options in alphabetical order and provides a brief description of supported options.