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/10/03 22:45:16 UTC

drill git commit: edits

Repository: drill
Updated Branches:
  refs/heads/gh-pages f7e1b4863 -> 51b381d62


edits


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

Branch: refs/heads/gh-pages
Commit: 51b381d62798ad4cf16e9378a754411da0b3bee7
Parents: f7e1b48
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Mon Oct 3 15:44:15 2016 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Mon Oct 3 15:44:15 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/51b381d6/_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 a8fa8a4..4ea7540 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 22:33:36 UTC
+date: 2016-10-03 22:44:17 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`.{% 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.{% include endnote.html %}  
 
 See [Configuration and Launch Script Changes]({{site.baseurl}}/docs/apache-drill-1-8-0-release-notes) in the Drill 1.8 release notes.