You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2016/04/14 23:41:42 UTC

drill git commit: Updates for Drill-4564

Repository: drill
Updated Branches:
  refs/heads/gh-pages 2f8ef4043 -> b4e36a337


Updates for Drill-4564


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/b4e36a33
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/b4e36a33
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/b4e36a33

Branch: refs/heads/gh-pages
Commit: b4e36a337e403dd61cd5ff4c2136127ca4db743f
Parents: 2f8ef40
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Thu Apr 14 13:31:02 2016 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Thu Apr 14 13:31:02 2016 -0700

----------------------------------------------------------------------
 .../configuration-options/020-start-up-options.md       | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/b4e36a33/_docs/configure-drill/configuration-options/020-start-up-options.md
----------------------------------------------------------------------
diff --git a/_docs/configure-drill/configuration-options/020-start-up-options.md b/_docs/configure-drill/configuration-options/020-start-up-options.md
index 2b4ada2..f099ad3 100644
--- a/_docs/configure-drill/configuration-options/020-start-up-options.md
+++ b/_docs/configure-drill/configuration-options/020-start-up-options.md
@@ -1,14 +1,16 @@
 ---
 title: "Start-Up Options"
-date: 2016-04-12 22:42:44 UTC
+date: 2016-04-14 20:31:04 UTC
 parent: "Configuration Options"
 ---
 Drill’s start-up options reside in a [HOCON](https://github.com/typesafehub/config/blob/master/HOCON.md) configuration file format, which is
 a hybrid between a properties file and a JSON file. Drill start-up options
-consist of a group of files with a nested relationship. At the core of the
-file hierarchy is `drill-default.conf`. This file is overridden by one or more
-`drill-module.conf` files, which are overridden by the `drill-override.conf`
-file that you define.
+consist of a group of files with a nested relationship. At the bottom of the file hierarchy are the default files that Drill provides, starting with `drill-default.conf`. The `drill-default.conf` file is overridden by one or more `drill-module.conf` files that Drill’s internal modules provide. The `drill-module.conf` files are overridden by the `drill-override.conf` file that you define.    
+
+You can provide overrides on each Drillbit using system properties of the form `-Dname=value` passed on the command line: 
+ 
+       ./drillbit.sh start -Dname=value
+
 
 You can see the following group of files throughout the source repository in
 Drill: