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 0a010dd Automatic Site Publish by Buildbot
0a010dd is described below
commit 0a010dd440d39c6e8a371b3c4bab067b068727fd
Author: buildbot <[email protected]>
AuthorDate: Tue Feb 22 09:58:48 2022 +0000
Automatic Site Publish by Buildbot
---
.../aggregate-and-aggregate-statistical/index.html | 4 +--
output/docs/roles-and-privileges/index.html | 42 ++++++++++++++--------
output/feed.xml | 4 +--
.../aggregate-and-aggregate-statistical/index.html | 4 +--
output/zh/docs/roles-and-privileges/index.html | 42 ++++++++++++++--------
output/zh/feed.xml | 4 +--
6 files changed, 62 insertions(+), 38 deletions(-)
diff --git a/output/docs/aggregate-and-aggregate-statistical/index.html
b/output/docs/aggregate-and-aggregate-statistical/index.html
index a0775cb..c0d4f77 100644
--- a/output/docs/aggregate-and-aggregate-statistical/index.html
+++ b/output/docs/aggregate-and-aggregate-statistical/index.html
@@ -1511,11 +1511,11 @@ queries.</p>
<li>AVG, COUNT, MIN, MAX, and SUM accept ALL and DISTINCT keywords. The
default is
ALL.</li>
<li>The aggregate function examples use the <code class="language-plaintext
highlighter-rouge">cp</code> storage plugin to access the
-<a href="%7B%7Bsite.baseurl%7D%7D/docs/querying-json-files/"><code
class="language-plaintext highlighter-rouge">employee.json</code></a> file
+<a href="/docs/querying-json-files/"><code class="language-plaintext
highlighter-rouge">employee.json</code></a> file
installed with Drill. By default, JSON reads numbers as double-precision
floating point numbers. These examples assume that you are using the default
option
-<a
href="%7B%7Bsite.baseurl%7D%7D/docs/json-data-model/#handling-type-differences">all_text_mode</a>
+<a href="/docs/json-data-model/#handling-type-differences">all_text_mode</a>
set to false.</li>
</ul>
diff --git a/output/docs/roles-and-privileges/index.html
b/output/docs/roles-and-privileges/index.html
index 6987409..4035950 100644
--- a/output/docs/roles-and-privileges/index.html
+++ b/output/docs/roles-and-privileges/index.html
@@ -1455,13 +1455,13 @@
<li>Administrator (ADMIN) role</li>
</ul>
-<h2 id="user-role">User Role</h2>
+<h2 id="user-role">User role</h2>
<p>Users can execute queries on data that he/she has access to. Each storage
plugin manages the read/write permissions. Users can create views on top of
data to provide granular access to that data.</p>
-<h2 id="administrator-role">Administrator Role</h2>
+<h2 id="administrator-role">Administrator role</h2>
-<p>When authentication is enabled, only Drill users who are assigned Drill
cluster administrator privileges can perform the following tasks:</p>
+<p>When authentication is enabled, only Drill users who are assigned Drill
cluster administrator privileges can perform the following tasks.</p>
<ul>
<li>Change system-level options by issuing the ALTER SYSTEM command.</li>
@@ -1471,26 +1471,38 @@
<li>Cancel running queries that were launched by any user in the
cluster.</li>
</ul>
-<h3 id="initial-admin-identity">Initial Admin Identity</h3>
+<p>When authentication is disabled anyone can perform the tasks above.</p>
-<p>To configure an initial Admin User and Group add an <code
class="language-plaintext highlighter-rouge">security.admin</code>
configuration entry like below into your <code class="language-plaintext
highlighter-rouge">drill-override.conf</code> .</p>
+<h3 id="specifying-administrator-users-and-groups">Specifying administrator
users and groups</h3>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>drill.exec: {
- ...
-},
-security.admin: {
- users: "drill",
- user_groups: "hadoop"
-}
-</code></pre></div></div>
+<p>Drill administrators can specified using two system options.</p>
-<p>Set the value of this options to a comma-separated list of user or group
names who you want to give administrator privileges, such as changing system
options.</p>
+<table>
+ <thead>
+ <tr>
+ <th>Option</th>
+ <th>Default</th>
+ <th>Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>security.admin.user_groups</td>
+ <td>Drill process user</td>
+ <td>A comma-separated list of administrator groups.</td>
+ </tr>
+ <tr>
+ <td>security.admin.users</td>
+ <td>Drill process user’s OS groups</td>
+ <td>A comma-separated list of administrator user names.</td>
+ </tr>
+ </tbody>
+</table>
<p>The groups in <code class="language-plaintext
highlighter-rouge">security.admin.user_groups</code> refer to groups in the
configured Hadoop group mapping service which defaults to looking up local
operating system groups. See <a
href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/GroupsMapping.html">Hadoop
Groups Mapping</a> for more information.</p>
<p>See <a href="/docs/configuring-web-ui-and-rest-api-security/">Configuring
Web UI and REST API Security</a> for more information.</p>
-
<div class="doc-nav">
diff --git a/output/feed.xml b/output/feed.xml
index f832ac7..a3f38d6 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>Mon, 21 Feb 2022 11:35:37 +0000</pubDate>
- <lastBuildDate>Mon, 21 Feb 2022 11:35:37 +0000</lastBuildDate>
+ <pubDate>Tue, 22 Feb 2022 09:56:22 +0000</pubDate>
+ <lastBuildDate>Tue, 22 Feb 2022 09:56:22 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>
diff --git a/output/zh/docs/aggregate-and-aggregate-statistical/index.html
b/output/zh/docs/aggregate-and-aggregate-statistical/index.html
index 3086390..786a8f0 100644
--- a/output/zh/docs/aggregate-and-aggregate-statistical/index.html
+++ b/output/zh/docs/aggregate-and-aggregate-statistical/index.html
@@ -1511,11 +1511,11 @@ queries.</p>
<li>AVG, COUNT, MIN, MAX, and SUM accept ALL and DISTINCT keywords. The
default is
ALL.</li>
<li>The aggregate function examples use the <code class="language-plaintext
highlighter-rouge">cp</code> storage plugin to access the
-<a href="%7B%7Bsite.baseurl%7D%7D/docs/querying-json-files/"><code
class="language-plaintext highlighter-rouge">employee.json</code></a> file
+<a href="/zh/docs/querying-json-files/"><code class="language-plaintext
highlighter-rouge">employee.json</code></a> file
installed with Drill. By default, JSON reads numbers as double-precision
floating point numbers. These examples assume that you are using the default
option
-<a
href="%7B%7Bsite.baseurl%7D%7D/docs/json-data-model/#handling-type-differences">all_text_mode</a>
+<a href="/zh/docs/json-data-model/#handling-type-differences">all_text_mode</a>
set to false.</li>
</ul>
diff --git a/output/zh/docs/roles-and-privileges/index.html
b/output/zh/docs/roles-and-privileges/index.html
index be79cb9..0f2a2f5 100644
--- a/output/zh/docs/roles-and-privileges/index.html
+++ b/output/zh/docs/roles-and-privileges/index.html
@@ -1455,13 +1455,13 @@
<li>Administrator (ADMIN) role</li>
</ul>
-<h2 id="user-role">User Role</h2>
+<h2 id="user-role">User role</h2>
<p>Users can execute queries on data that he/she has access to. Each storage
plugin manages the read/write permissions. Users can create views on top of
data to provide granular access to that data.</p>
-<h2 id="administrator-role">Administrator Role</h2>
+<h2 id="administrator-role">Administrator role</h2>
-<p>When authentication is enabled, only Drill users who are assigned Drill
cluster administrator privileges can perform the following tasks:</p>
+<p>When authentication is enabled, only Drill users who are assigned Drill
cluster administrator privileges can perform the following tasks.</p>
<ul>
<li>Change system-level options by issuing the ALTER SYSTEM command.</li>
@@ -1471,26 +1471,38 @@
<li>Cancel running queries that were launched by any user in the
cluster.</li>
</ul>
-<h3 id="initial-admin-identity">Initial Admin Identity</h3>
+<p>When authentication is disabled anyone can perform the tasks above.</p>
-<p>To configure an initial Admin User and Group add an <code
class="language-plaintext highlighter-rouge">security.admin</code>
configuration entry like below into your <code class="language-plaintext
highlighter-rouge">drill-override.conf</code> .</p>
+<h3 id="specifying-administrator-users-and-groups">Specifying administrator
users and groups</h3>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>drill.exec: {
- ...
-},
-security.admin: {
- users: "drill",
- user_groups: "hadoop"
-}
-</code></pre></div></div>
+<p>Drill administrators can specified using two system options.</p>
-<p>Set the value of this options to a comma-separated list of user or group
names who you want to give administrator privileges, such as changing system
options.</p>
+<table>
+ <thead>
+ <tr>
+ <th>Option</th>
+ <th>Default</th>
+ <th>Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>security.admin.user_groups</td>
+ <td>Drill process user</td>
+ <td>A comma-separated list of administrator groups.</td>
+ </tr>
+ <tr>
+ <td>security.admin.users</td>
+ <td>Drill process user’s OS groups</td>
+ <td>A comma-separated list of administrator user names.</td>
+ </tr>
+ </tbody>
+</table>
<p>The groups in <code class="language-plaintext
highlighter-rouge">security.admin.user_groups</code> refer to groups in the
configured Hadoop group mapping service which defaults to looking up local
operating system groups. See <a
href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/GroupsMapping.html">Hadoop
Groups Mapping</a> for more information.</p>
<p>See <a
href="/zh/docs/configuring-web-ui-and-rest-api-security/">Configuring Web UI
and REST API Security</a> for more information.</p>
-
<div class="doc-nav">
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index c74b29a..4fb8b2e 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>Mon, 21 Feb 2022 11:35:37 +0000</pubDate>
- <lastBuildDate>Mon, 21 Feb 2022 11:35:37 +0000</lastBuildDate>
+ <pubDate>Tue, 22 Feb 2022 09:56:22 +0000</pubDate>
+ <lastBuildDate>Tue, 22 Feb 2022 09:56:22 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>