Repository: drill-site
Updated Branches:
refs/heads/asf-site 6a170d0a0 -> cc6b5ee6b
doc edits
Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/cc6b5ee6
Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/cc6b5ee6
Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/cc6b5ee6
Branch: refs/heads/asf-site
Commit: cc6b5ee6bd6127adcac760b8c8efbd28863c3311
Parents: 6a170d0
Author: Bridget Bevens <bbevens@maprtech.com>
Authored: Mon Oct 3 11:08:39 2016 -0700
Committer: Bridget Bevens <bbevens@maprtech.com>
Committed: Mon Oct 3 11:08:39 2016 -0700
----------------------------------------------------------------------
docs/configuration-options-introduction/index.html | 4 ++--
docs/physical-operators/index.html | 6 +++---
feed.xml | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/drill-site/blob/cc6b5ee6/docs/configuration-options-introduction/index.html
----------------------------------------------------------------------
diff --git a/docs/configuration-options-introduction/index.html b/docs/configuration-options-introduction/index.html
index f9bef50..d39c2c5 100644
--- a/docs/configuration-options-introduction/index.html
+++ b/docs/configuration-options-introduction/index.html
@@ -1074,7 +1074,7 @@
</div>
- Aug 12, 2016
+ Sep 30, 2016
<link href="/css/docpage.css" rel="stylesheet" type="text/css">
@@ -1084,7 +1084,7 @@
<div class="admonition note">
<p class="first admonition-title">Note</p>
- <p class="last">As of Drill 1.8, default Drill settings reside in `$DRILL_HOME/bin/drill-config.sh`.
You can override many settings by creating an entry in `$DRILL_HOME/conf/drill-env.sh`. The
file includes descriptions of the options that you can set. </p>
+ <p class="last">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](/docs/apache-drill-1-8-0-release-notes/#configuration-and-launch-script-changes)
in the Drill 1.8 release notes. </p>
</div>
<p>The sys.options table contains information about system and session options. The
sys.boot table contains information about Drill start-up options. The section, <a href="/docs/start-up-options">"Start-up
Options"</a>, 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.</p>
http://git-wip-us.apache.org/repos/asf/drill-site/blob/cc6b5ee6/docs/physical-operators/index.html
----------------------------------------------------------------------
diff --git a/docs/physical-operators/index.html b/docs/physical-operators/index.html
index 2b970f1..1f46e62 100644
--- a/docs/physical-operators/index.html
+++ b/docs/physical-operators/index.html
@@ -1074,7 +1074,7 @@
</div>
- Jun 3, 2016
+ Sep 30, 2016
<link href="/css/docpage.css" rel="stylesheet" type="text/css">
@@ -1098,7 +1098,7 @@
</tr>
<tr>
<td>HashToMergeExchange</td>
-<td>A HashToMergeExchange is similar to the HashToRandomExchange operator, except
that each destination receiver mergers incoming streams of sorted data received from a sender.</td>
+<td>A HashToMergeExchange is similar to the HashToRandomExchange operator, except
that each destination receiver merges incoming streams of sorted data received from a sender.</td>
</tr>
<tr>
<td>UnionExchange</td>
@@ -1110,7 +1110,7 @@
</tr>
<tr>
<td>BroadcastExchange</td>
-<td>A BroadcastExchange is a distrubtion operation in which each sender sends its
input data to all N receivers via a broadcast.</td>
+<td>A BroadcastExchange is a distribution operation in which each sender sends its
input data to all N receivers via a broadcast.</td>
</tr>
<tr>
<td>UnorderedMuxExchange</td>
http://git-wip-us.apache.org/repos/asf/drill-site/blob/cc6b5ee6/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index d9746c1..69ca65a 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>/</link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Tue, 30 Aug 2016 17:10:03 -0700</pubDate>
- <lastBuildDate>Tue, 30 Aug 2016 17:10:03 -0700</lastBuildDate>
+ <pubDate>Mon, 03 Oct 2016 11:05:40 -0700</pubDate>
+ <lastBuildDate>Mon, 03 Oct 2016 11:05:40 -0700</lastBuildDate>
<generator>Jekyll v2.5.2</generator>
<item>
|