This is an automated email from the ASF dual-hosted git repository.
git-site-role 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 81352da Automatic Site Publish by Buildbot
81352da is described below
commit 81352dad677ccb6e2c9f9328d15a2d622991ec18
Author: buildbot <[email protected]>
AuthorDate: Tue Nov 30 14:59:51 2021 +0000
Automatic Site Publish by Buildbot
---
output/docs/appendix-a-release-note-issues/index.html | 2 +-
output/docs/configuring-the-drill-shell/index.html | 16 ++++++++--------
output/docs/enabling-web-ui-security/index.html | 2 +-
output/docs/starting-the-web-ui/index.html | 6 +++---
output/feed.xml | 4 ++--
output/zh/docs/appendix-a-release-note-issues/index.html | 2 +-
output/zh/docs/configuring-the-drill-shell/index.html | 16 ++++++++--------
output/zh/docs/enabling-web-ui-security/index.html | 2 +-
output/zh/docs/starting-the-web-ui/index.html | 6 +++---
output/zh/feed.xml | 4 ++--
10 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/output/docs/appendix-a-release-note-issues/index.html
b/output/docs/appendix-a-release-note-issues/index.html
index 3bd63b1..ffc491d 100644
--- a/output/docs/appendix-a-release-note-issues/index.html
+++ b/output/docs/appendix-a-release-note-issues/index.html
@@ -1607,7 +1607,7 @@ does the necessary configuration; there is nothing more
for you to do.</p>
<p>If you configure user authentication for Drill, then user authentication is
automatically configured in the Application Master also. Only users with admin
privileges can use the AM web UI.</p>
<h3 id="testing-user-authentication-on-the-mac">Testing User Authentication on
the Mac</h3>
-<p>The <a href="/docs/configuring-user-authentication/">Drill
Documentation</a> describes how to configure user authentication using PAM,
including instructions for downloading a required native library. However, if
you are testing security on the Mac, the referenced library does not work on
modern Macs. Instead, see the workaround in <a
href="https://issues.apache.org/jira/browse/DRILL-4756">DRILL-4756</a>.</p>
+<p>The <a href="/docs/configuring-plain-security/">Drill Documentation</a>
describes how to configure user authentication using PAM, including
instructions for downloading a required native library. However, if you are
testing security on the Mac, the referenced library does not work on modern
Macs. Instead, see the workaround in <a
href="https://issues.apache.org/jira/browse/DRILL-4756">DRILL-4756</a>.</p>
diff --git a/output/docs/configuring-the-drill-shell/index.html
b/output/docs/configuring-the-drill-shell/index.html
index 41a5cb5..797a6f5 100644
--- a/output/docs/configuring-the-drill-shell/index.html
+++ b/output/docs/configuring-the-drill-shell/index.html
@@ -1453,7 +1453,7 @@ apache drill (dfs.tmp)>
<p>Alternatively, you can define a custom prompt using the command <code
class="language-plaintext highlighter-rouge">!set prompt
<new-prompt></code>, as shown:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>apache drill (dfs.tmp)> !set prompt good-drill
-good-drill
+good-drill
</code></pre></div></div>
<p>You can use <code class="language-plaintext
highlighter-rouge">prompt</code>, <code class="language-plaintext
highlighter-rouge">promptScript</code>, or <code class="language-plaintext
highlighter-rouge">rightPrompt</code> with the <code class="language-plaintext
highlighter-rouge">!set</code> command. These properties can be overridden in
<code class="language-plaintext
highlighter-rouge">drill-sqlline-override.conf</code>.</p>
@@ -1474,9 +1474,9 @@ good-drill
<p>You can use a jdbc connection string to connect to SQLLine when Drill is
installed in embedded mode or distributed mode, as shown in the following
examples:</p>
<ul>
- <li>Embedded mode:<br />
+ <li>Embedded mode:
<code class="language-plaintext highlighter-rouge">./sqlline -u
jdbc:drill:drillbit=local</code></li>
- <li>Distributed mode:<br />
+ <li>Distributed mode:
<code class="language-plaintext highlighter-rouge">./sqlline –u
jdbc:drill:zk=cento23,centos24,centos26:2181</code></li>
</ul>
@@ -1675,12 +1675,12 @@ good-drill
<p>This example shows a jdbc connection string that includes the <code
class="language-plaintext highlighter-rouge">-e</code> parameter to pass a
query during the connection to Drill. The <code class="language-plaintext
highlighter-rouge">-e</code> parameter is equivalent to the <code
class="language-plaintext highlighter-rouge">-q</code> parameter. This
connection string starts Drill, runs the query and then closes the connection.
This type of connection string is useful in a script. Th [...]
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>[root@doc23 bin]# ./sqlline -u 'jdbc:drill:zk=local' -e
'select * from cp.`employee.json` limit 2;'
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>[root@doc23 bin]# ./sqlline -u 'jdbc:drill:zk=local' -e
'select * from cp.`employee.json` limit 2;'
Dec 28, 2018 2:13:30 PM org.jline.utils.Log logr
WARNING: Unable to create a system terminal, creating a dumb terminal (enable
debug logging for more information)
Apache Drill 1.15.0-SNAPSHOT
"Say hello to my little Drill."
-0: jdbc:drill:zk=local>
+0: jdbc:drill:zk=local>
|--------------|------------------|-------------|------------|--------------|---------------------|-----------|----------------|-------------|------------------------|----------|----------------|------------------|-----------------|---------|--------------------|
| employee_id | full_name | first_name | last_name | position_id |
position_title | store_id | department_id | birth_date | hire_date
| salary | supervisor_id | education_level | marital_status |
gender | management_role |
|--------------|------------------|-------------|------------|--------------|---------------------|-----------|----------------|-------------|------------------------|----------|----------------|------------------|-----------------|---------|--------------------|
@@ -1803,12 +1803,12 @@ Apache Drill 1.15.0-SNAPSHOT
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>0: jdbc:drill:zk=local> !list
1 active connection:
- #0 open jdbc:drill:zk=local
+ #0 open jdbc:drill:zk=local
</code></pre></div></div>
<h3 id="example-of-hiding-the-password-when-starting-drill">Example of Hiding
the Password When Starting Drill</h3>
-<p>When starting Drill in authentication mode, you can use the
<strong>!connect</strong> command as shown in the section, <a
href="/docs/configuring-user-authentication/#user-authentication-process">“User
Authentication Process”</a>, instead of using a command such as
<strong>sqlline</strong>, <strong>drill-embedded</strong>, or
<strong>drill-conf</strong> commands. For example, after running the sqlline
script, you enter this command to connect to Drill:</p>
+<p>When starting Drill in authentication mode, you can use the
<strong>!connect</strong> command as shown in the section, <a
href="/docs/configuring-plain-security/#authentication-process">“User
Authentication Process”</a>, instead of using a command such as
<strong>sqlline</strong>, <strong>drill-embedded</strong>, or
<strong>drill-conf</strong> commands. For example, after running the sqlline
script, you enter this command to connect to Drill:</p>
<p><code class="language-plaintext highlighter-rouge">sqlline> !connect
jdbc:drill:zk=localhost:2181</code></p>
@@ -1959,7 +1959,7 @@ Apache Drill 1.15.0-SNAPSHOT
<p>Set the output format to CSV to improve performance of a huge query.</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code> 0: jdbc:drill:zk=local> !set outputFormat csv
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code> 0: jdbc:drill:zk=local> !set outputFormat csv
</code></pre></div></div>
<h2
id="customizing-sqlline-in-the-drill-sqlline-overrideconf-file">Customizing
SQLLine in the drill-sqlline-override.conf File</h2>
diff --git a/output/docs/enabling-web-ui-security/index.html
b/output/docs/enabling-web-ui-security/index.html
index 6d9839d..ae90790 100644
--- a/output/docs/enabling-web-ui-security/index.html
+++ b/output/docs/enabling-web-ui-security/index.html
@@ -1458,7 +1458,7 @@ must match that of the user that started the
Drill-on-YARN application. To enabl
}
</code></pre></div></div>
-<p>You must have previously enabled Drill user authentication, as described in
the <a href="/docs/configuring-user-authentication/">Drill
+<p>You must have previously enabled Drill user authentication, as described in
the <a href="/docs/configuring-plain-security/">Drill
Documentation</a> .</p>
diff --git a/output/docs/starting-the-web-ui/index.html
b/output/docs/starting-the-web-ui/index.html
index 06d8b64..c0e4820 100644
--- a/output/docs/starting-the-web-ui/index.html
+++ b/output/docs/starting-the-web-ui/index.html
@@ -1469,7 +1469,7 @@ The pop-up serves as an indicator that a query is in
progress and prevents any f
<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>
+<p>If <a href="/docs/configuring-plain-security/">user authentication</a> is
not enabled, all the Web UI controls appear to users as well as
administrators:</p>
<p><img src="/images/docs/web-ui.png" alt="Web UI" /></p>
@@ -1477,11 +1477,11 @@ The pop-up serves as an indicator that a query is in
progress and prevents any f
<p><strong>Note:</strong> As of Drill 1.13, an administrator can configure
FORM and/or SPNEGO authentication mechanisms. The Drill Web UI provides two
possible log in options for a user depending on the configuration. If a user
selects FORM, s/he must enter their username and password to access restricted
pages in the Drill Web UI. The user is authenticated through PAM. If the user
selects SPNEGO, the user is automatically logged in if they are an
authenticated Kerberos user. If accessin [...]
-<p>If <a href="/docs/configuring-user-authentication/">user authentication</a>
is enabled, Drill prompts you for a user name/password:</p>
+<p>If <a href="/docs/configuring-plain-security/">user authentication</a> is
enabled, Drill prompts you for a user name/password:</p>
<p><img src="/images/docs/web-ui-login.png" alt="Web UI Login" /></p>
-<p>If an <a
href="/docs/configuring-user-authentication/#administrator-privileges">administrator</a>
logs in, all the Web UI controls appear: Query, Profiles, Storage, Metrics,
Threads, and Options. The Profiles page for administrators contains the
profiles of all queries executed on a cluster. Only administrators can see and
use the Storage tab to view, update, or add a new <a
href="/docs/plugin-configuration-basics/">storage plugin configuration</a>.
Only administrators can see and use [...]
+<p>If an <a
href="/docs/configuring-plain-security/#administrator-privileges">administrator</a>
logs in, all the Web UI controls appear: Query, Profiles, Storage, Metrics,
Threads, and Options. The Profiles page for administrators contains the
profiles of all queries executed on a cluster. Only administrators can see and
use the Storage tab to view, update, or add a new <a
href="/docs/plugin-configuration-basics/">storage plugin configuration</a>.
Only administrators can see and use the [...]
<p><img src="/images/docs/web-ui-admin-view.png" alt="Web UI Admin View" /></p>
diff --git a/output/feed.xml b/output/feed.xml
index 9f99e9f..5d95d06 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>/</link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Wed, 24 Nov 2021 14:32:58 +0000</pubDate>
- <lastBuildDate>Wed, 24 Nov 2021 14:32:58 +0000</lastBuildDate>
+ <pubDate>Tue, 30 Nov 2021 14:56:59 +0000</pubDate>
+ <lastBuildDate>Tue, 30 Nov 2021 14:56:59 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>
diff --git a/output/zh/docs/appendix-a-release-note-issues/index.html
b/output/zh/docs/appendix-a-release-note-issues/index.html
index ac36add..2c95914 100644
--- a/output/zh/docs/appendix-a-release-note-issues/index.html
+++ b/output/zh/docs/appendix-a-release-note-issues/index.html
@@ -1607,7 +1607,7 @@ does the necessary configuration; there is nothing more
for you to do.</p>
<p>If you configure user authentication for Drill, then user authentication is
automatically configured in the Application Master also. Only users with admin
privileges can use the AM web UI.</p>
<h3 id="testing-user-authentication-on-the-mac">Testing User Authentication on
the Mac</h3>
-<p>The <a href="/zh/docs/configuring-user-authentication/">Drill
Documentation</a> describes how to configure user authentication using PAM,
including instructions for downloading a required native library. However, if
you are testing security on the Mac, the referenced library does not work on
modern Macs. Instead, see the workaround in <a
href="https://issues.apache.org/jira/browse/DRILL-4756">DRILL-4756</a>.</p>
+<p>The <a href="/zh/docs/configuring-plain-security/">Drill Documentation</a>
describes how to configure user authentication using PAM, including
instructions for downloading a required native library. However, if you are
testing security on the Mac, the referenced library does not work on modern
Macs. Instead, see the workaround in <a
href="https://issues.apache.org/jira/browse/DRILL-4756">DRILL-4756</a>.</p>
diff --git a/output/zh/docs/configuring-the-drill-shell/index.html
b/output/zh/docs/configuring-the-drill-shell/index.html
index 3f5a527..d323d19 100644
--- a/output/zh/docs/configuring-the-drill-shell/index.html
+++ b/output/zh/docs/configuring-the-drill-shell/index.html
@@ -1453,7 +1453,7 @@ apache drill (dfs.tmp)>
<p>Alternatively, you can define a custom prompt using the command <code
class="language-plaintext highlighter-rouge">!set prompt
<new-prompt></code>, as shown:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>apache drill (dfs.tmp)> !set prompt good-drill
-good-drill
+good-drill
</code></pre></div></div>
<p>You can use <code class="language-plaintext
highlighter-rouge">prompt</code>, <code class="language-plaintext
highlighter-rouge">promptScript</code>, or <code class="language-plaintext
highlighter-rouge">rightPrompt</code> with the <code class="language-plaintext
highlighter-rouge">!set</code> command. These properties can be overridden in
<code class="language-plaintext
highlighter-rouge">drill-sqlline-override.conf</code>.</p>
@@ -1474,9 +1474,9 @@ good-drill
<p>You can use a jdbc connection string to connect to SQLLine when Drill is
installed in embedded mode or distributed mode, as shown in the following
examples:</p>
<ul>
- <li>Embedded mode:<br />
+ <li>Embedded mode:
<code class="language-plaintext highlighter-rouge">./sqlline -u
jdbc:drill:drillbit=local</code></li>
- <li>Distributed mode:<br />
+ <li>Distributed mode:
<code class="language-plaintext highlighter-rouge">./sqlline –u
jdbc:drill:zk=cento23,centos24,centos26:2181</code></li>
</ul>
@@ -1675,12 +1675,12 @@ good-drill
<p>This example shows a jdbc connection string that includes the <code
class="language-plaintext highlighter-rouge">-e</code> parameter to pass a
query during the connection to Drill. The <code class="language-plaintext
highlighter-rouge">-e</code> parameter is equivalent to the <code
class="language-plaintext highlighter-rouge">-q</code> parameter. This
connection string starts Drill, runs the query and then closes the connection.
This type of connection string is useful in a script. Th [...]
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>[root@doc23 bin]# ./sqlline -u 'jdbc:drill:zk=local' -e
'select * from cp.`employee.json` limit 2;'
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>[root@doc23 bin]# ./sqlline -u 'jdbc:drill:zk=local' -e
'select * from cp.`employee.json` limit 2;'
Dec 28, 2018 2:13:30 PM org.jline.utils.Log logr
WARNING: Unable to create a system terminal, creating a dumb terminal (enable
debug logging for more information)
Apache Drill 1.15.0-SNAPSHOT
"Say hello to my little Drill."
-0: jdbc:drill:zk=local>
+0: jdbc:drill:zk=local>
|--------------|------------------|-------------|------------|--------------|---------------------|-----------|----------------|-------------|------------------------|----------|----------------|------------------|-----------------|---------|--------------------|
| employee_id | full_name | first_name | last_name | position_id |
position_title | store_id | department_id | birth_date | hire_date
| salary | supervisor_id | education_level | marital_status |
gender | management_role |
|--------------|------------------|-------------|------------|--------------|---------------------|-----------|----------------|-------------|------------------------|----------|----------------|------------------|-----------------|---------|--------------------|
@@ -1803,12 +1803,12 @@ Apache Drill 1.15.0-SNAPSHOT
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>0: jdbc:drill:zk=local> !list
1 active connection:
- #0 open jdbc:drill:zk=local
+ #0 open jdbc:drill:zk=local
</code></pre></div></div>
<h3 id="example-of-hiding-the-password-when-starting-drill">Example of Hiding
the Password When Starting Drill</h3>
-<p>When starting Drill in authentication mode, you can use the
<strong>!connect</strong> command as shown in the section, <a
href="/zh/docs/configuring-user-authentication/#user-authentication-process">“User
Authentication Process”</a>, instead of using a command such as
<strong>sqlline</strong>, <strong>drill-embedded</strong>, or
<strong>drill-conf</strong> commands. For example, after running the sqlline
script, you enter this command to connect to Drill:</p>
+<p>When starting Drill in authentication mode, you can use the
<strong>!connect</strong> command as shown in the section, <a
href="/zh/docs/configuring-plain-security/#authentication-process">“User
Authentication Process”</a>, instead of using a command such as
<strong>sqlline</strong>, <strong>drill-embedded</strong>, or
<strong>drill-conf</strong> commands. For example, after running the sqlline
script, you enter this command to connect to Drill:</p>
<p><code class="language-plaintext highlighter-rouge">sqlline> !connect
jdbc:drill:zk=localhost:2181</code></p>
@@ -1959,7 +1959,7 @@ Apache Drill 1.15.0-SNAPSHOT
<p>Set the output format to CSV to improve performance of a huge query.</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code> 0: jdbc:drill:zk=local> !set outputFormat csv
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code> 0: jdbc:drill:zk=local> !set outputFormat csv
</code></pre></div></div>
<h2
id="customizing-sqlline-in-the-drill-sqlline-overrideconf-file">Customizing
SQLLine in the drill-sqlline-override.conf File</h2>
diff --git a/output/zh/docs/enabling-web-ui-security/index.html
b/output/zh/docs/enabling-web-ui-security/index.html
index 4671575..93e07b7 100644
--- a/output/zh/docs/enabling-web-ui-security/index.html
+++ b/output/zh/docs/enabling-web-ui-security/index.html
@@ -1458,7 +1458,7 @@ must match that of the user that started the
Drill-on-YARN application. To enabl
}
</code></pre></div></div>
-<p>You must have previously enabled Drill user authentication, as described in
the <a href="/zh/docs/configuring-user-authentication/">Drill
+<p>You must have previously enabled Drill user authentication, as described in
the <a href="/zh/docs/configuring-plain-security/">Drill
Documentation</a> .</p>
diff --git a/output/zh/docs/starting-the-web-ui/index.html
b/output/zh/docs/starting-the-web-ui/index.html
index 4f7b04a..cd8fd75 100644
--- a/output/zh/docs/starting-the-web-ui/index.html
+++ b/output/zh/docs/starting-the-web-ui/index.html
@@ -1469,7 +1469,7 @@ The pop-up serves as an indicator that a query is in
progress and prevents any f
<h2 id="web-ui-security">Web UI Security</h2>
-<p>If <a href="/zh/docs/configuring-user-authentication/">user
authentication</a> is not enabled, all the Web UI controls appear to users as
well as administrators:</p>
+<p>If <a href="/zh/docs/configuring-plain-security/">user authentication</a>
is not enabled, all the Web UI controls appear to users as well as
administrators:</p>
<p><img src="/images/docs/web-ui.png" alt="Web UI" /></p>
@@ -1477,11 +1477,11 @@ The pop-up serves as an indicator that a query is in
progress and prevents any f
<p><strong>Note:</strong> As of Drill 1.13, an administrator can configure
FORM and/or SPNEGO authentication mechanisms. The Drill Web UI provides two
possible log in options for a user depending on the configuration. If a user
selects FORM, s/he must enter their username and password to access restricted
pages in the Drill Web UI. The user is authenticated through PAM. If the user
selects SPNEGO, the user is automatically logged in if they are an
authenticated Kerberos user. If accessin [...]
-<p>If <a href="/zh/docs/configuring-user-authentication/">user
authentication</a> is enabled, Drill prompts you for a user name/password:</p>
+<p>If <a href="/zh/docs/configuring-plain-security/">user authentication</a>
is enabled, Drill prompts you for a user name/password:</p>
<p><img src="/images/docs/web-ui-login.png" alt="Web UI Login" /></p>
-<p>If an <a
href="/zh/docs/configuring-user-authentication/#administrator-privileges">administrator</a>
logs in, all the Web UI controls appear: Query, Profiles, Storage, Metrics,
Threads, and Options. The Profiles page for administrators contains the
profiles of all queries executed on a cluster. Only administrators can see and
use the Storage tab to view, update, or add a new <a
href="/zh/docs/plugin-configuration-basics/">storage plugin configuration</a>.
Only administrators can see a [...]
+<p>If an <a
href="/zh/docs/configuring-plain-security/#administrator-privileges">administrator</a>
logs in, all the Web UI controls appear: Query, Profiles, Storage, Metrics,
Threads, and Options. The Profiles page for administrators contains the
profiles of all queries executed on a cluster. Only administrators can see and
use the Storage tab to view, update, or add a new <a
href="/zh/docs/plugin-configuration-basics/">storage plugin configuration</a>.
Only administrators can see and us [...]
<p><img src="/images/docs/web-ui-admin-view.png" alt="Web UI Admin View" /></p>
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index 8f5a5e4..4b9c0f1 100644
--- a/output/zh/feed.xml
+++ b/output/zh/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>/</link>
<atom:link href="/zh/feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Wed, 24 Nov 2021 14:32:58 +0000</pubDate>
- <lastBuildDate>Wed, 24 Nov 2021 14:32:58 +0000</lastBuildDate>
+ <pubDate>Tue, 30 Nov 2021 14:56:59 +0000</pubDate>
+ <lastBuildDate>Tue, 30 Nov 2021 14:56:59 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>