This is an automated email from the ASF dual-hosted git repository.
bridgetb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d5fa3e5 DRILL-6611 and doc updates
d5fa3e5 is described below
commit d5fa3e5d6bcd88bd94d2d96f74b900282b951be0
Author: Bridget Bevens <[email protected]>
AuthorDate: Thu Dec 27 16:42:56 2018 -0800
DRILL-6611 and doc updates
---
docs/img/web_ui_reset_default.PNG | Bin 46472 -> 100852 bytes
docs/planning-and-execution-options/index.html | 16 +++++++++-------
docs/starting-the-web-ui/index.html | 23 ++++++++++++++++++-----
feed.xml | 4 ++--
4 files changed, 29 insertions(+), 14 deletions(-)
diff --git a/docs/img/web_ui_reset_default.PNG
b/docs/img/web_ui_reset_default.PNG
index 9774733..66e5d69 100644
Binary files a/docs/img/web_ui_reset_default.PNG and
b/docs/img/web_ui_reset_default.PNG differ
diff --git a/docs/planning-and-execution-options/index.html
b/docs/planning-and-execution-options/index.html
index 9a3dad5..b773836 100644
--- a/docs/planning-and-execution-options/index.html
+++ b/docs/planning-and-execution-options/index.html
@@ -1293,7 +1293,7 @@
</div>
- Dec 27, 2018
+ Dec 28, 2018
<link href="/css/docpage.css" rel="stylesheet" type="text/css">
@@ -1303,13 +1303,13 @@
system or session level. Options set at the session level only apply to
queries that you run during the current Drill connection. Options set at the
system level affect the entire system and persist between restarts. Session
-level settings override system level settings. </p>
+level settings override system level settings for the duration of the session.
</p>
<p>Planning options are prepended by planner, for example
<code>planner.enable_hashjoin</code>. Execution options are prepended by
drill.exe, for example
<code>drill.exec.functions.cast_empty_string_to_null</code>.</p>
<h2 id="setting-planning-and-execution-options">Setting Planning and Execution
Options</h2>
-<p>You can set planning and execution options for Drill from the Drill shell
(SQLLine) or the Drill Web UI. Options set in the Drill Web UI are set at the
system level. You can override system level options set in the Drill Web UI by
setting the options at the session level from the Drill shell. Session level
options override system-level options for the duration of the session. </p>
+<p>You can set planning and execution options for Drill from the Drill shell
(SQLLine) or the Drill Web UI. Options set in the Drill Web UI are set at the
system level. You can override system level options set in the Drill Web UI by
setting the options at the session level from the Drill shell. </p>
<h3 id="setting-options-from-the-drill-shell">Setting Options from the Drill
Shell</h3>
@@ -1332,17 +1332,19 @@ persist across all sessions. </p>
<h3 id="setting-options-from-the-drill-web-ui">Setting Options from the Drill
Web UI</h3>
-<p>When Drill is running, you can access the Drill Web UI at
<code>http://<drill-hostname>:8047/</code>. The Drill Web UI has an
Options button located in the upper right corner that you can click to display
an Options page. The Options page lists all the Drill options that you can set.
When you set options from this page, you are setting the options at the system
level. To override an option for the duration of a session, set the option from
the Drill shell using the SET command. </p>
+<p>When Drill is running, you can access the Drill Web UI at
<code>http://<drill-hostname>:8047/</code>. The Drill Web UI has an
Options button located in the upper right corner that you can click to display
an Options page. The Options page lists all the Drill options that you can set.
When you set options from this page, you are setting the options at the system
level. To override an option for the duration of a session, set the option from
the Drill shell using the SET command. </p>
+
+<p><img src="https://i.imgur.com/SQH3YNT.png" alt=""> </p>
<p>Starting in Drill 1.15, the Options page includes the following
enhancements: </p>
<p><strong>Search Field</strong><br>
The search field enables you to quickly search across all available Drill
configuration options to quickly find options you are interested in. For
example, you can search on the keyword "memory" for a list of all
options related to configuring Drill memory.</p>
-<p><strong>Quick Filter Buttons</strong><br>
-Next to the search field are quick filter buttons that filter options by
important keywords in one click. For example, the Planner quick filter button
quickly lists all options related to the query planner. The query planning
options are prepended by the keyword "planner." Quick filters return
options that include the keyword in the option name and/or description. </p>
+<p><strong>Quick Filters</strong><br>
+Next to the search field are quick filter buttons that filter options by
important keywords in one click. For example, the "planner" quick
filter button quickly lists all options related to the query planner. The query
planning options are prepended by the keyword "planner." Quick
filters return options that include the keyword in the option name and/or
description. </p>
-<p><strong>Default Button</strong>
+<p><strong>Default Button</strong><br>
Each option has a Default button that indicates whether the default value for
the option was changed. If the Default button is not active, the option is
currently set to the default value. If the default button is active, the value
of the option was changed from the default. Clicking an active Default button
resets the value of the option back to the original (default) value. </p>
<p><strong>Web Display Options</strong><br>
diff --git a/docs/starting-the-web-ui/index.html
b/docs/starting-the-web-ui/index.html
index c1676d9..9ac8d77 100644
--- a/docs/starting-the-web-ui/index.html
+++ b/docs/starting-the-web-ui/index.html
@@ -1291,15 +1291,28 @@
</div>
- Dec 27, 2018
+ Dec 28, 2018
<link href="/css/docpage.css" rel="stylesheet" type="text/css">
<div class="int_text" align="left">
- <p>The Drill Web UI is one of several <a
href="/docs/architecture-introduction/#drill-clients">client interfaces</a>
that you can use to access Drill. </p>
+ <p>The Drill Web UI is one of several <a
href="/docs/architecture-introduction/#drill-clients">client interfaces</a>
that you can use to access Drill. You can perform the following activities from
the Drill Web UI: </p>
-<p>To open the Drill Web UI, launch a web browser, and go to one of the
following URLs depending on the configuration:</p>
+<ul>
+<li><a href="/docs/query-data-introduction/">Run queries</a> </li>
+<li><a
href="/docs/monitoring-and-canceling-queries-in-the-drill-web-ui/">Monitor and
cancel queries</a></li>
+<li><a href="/docs/query-profiles/">View query profiles</a></li>
+<li><a href="/docs/storage-plugin-registration/">Update and configure storage
plugins</a></li>
+<li>View <a href="/docs/log-and-debug-introduction/">logs</a> and <a
href="/docs/monitoring-metrics/">metrics</a></li>
+<li><a
href="/docs/planning-and-execution-options/#setting-options-from-the-drill-web-ui">Set
configuration options</a><br></li>
+</ul>
+
+<p>Starting in Drill 1.15, you can use a Meta+Enter key combination instead of
clicking the Submit button to submit queries through the query editor (Query
page) in Drill Web UI. On Mac keyboards, the combination is Ctrl+Meta or
Ctrl+Enter. On Windows and Linux, the combination is Ctrl+Enter; however, on
Linux, if you mapped the meta key to another physical key on the keyboard, use
that key + Enter. </p>
+
+<h2 id="accessing-the-web-ui">Accessing the Web UI</h2>
+
+<p>To access the Drill Web UI, enter the URL appropriate for your Drill
configuration. The following list describes the URLs for various Drill
configurations: </p>
<ul>
<li><code>http://<IP address or host name>:8047</code><br>
@@ -1307,10 +1320,10 @@ Use this URL when <a
href="/docs/configuring-web-console-and-rest-api-security/#
<li><code>https://<IP address or host name>:8047</code><br>
Use this URL when HTTPS support is enabled.<br></li>
<li><code>http://localhost:8047</code><br>
-Use this URL when running ./drill-embedded.</li>
+Use this URL when running Drill in embedded mode (./drill-embedded).</li>
</ul>
-<h2 id="drill-1-2-and-later">Drill 1.2 and Later</h2>
+<h2 id="web-ui-security">Web UI Security</h2>
<p>If <a href="/docs/configuring-user-authentication/">user authentication</a>
is not enabled, all the Web UI controls appear to users as well as
administrators: </p>
diff --git a/feed.xml b/feed.xml
index 37017a2..f1266f1 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>Thu, 27 Dec 2018 15:47:18 -0800</pubDate>
- <lastBuildDate>Thu, 27 Dec 2018 15:47:18 -0800</lastBuildDate>
+ <pubDate>Thu, 27 Dec 2018 16:40:33 -0800</pubDate>
+ <lastBuildDate>Thu, 27 Dec 2018 16:40:33 -0800</lastBuildDate>
<generator>Jekyll v2.5.2</generator>
<item>