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 6c652e6 Automatic Site Publish by Buildbot
6c652e6 is described below
commit 6c652e60394c9192926f1f6a31074c60ccc783b8
Author: buildbot <[email protected]>
AuthorDate: Sat Oct 30 09:54:57 2021 +0000
Automatic Site Publish by Buildbot
---
output/community-resources/index.html | 2 +-
output/docs/rdbms-storage-plugin/index.html | 18 +++++-----
output/docs/running-drill-on-docker/index.html | 43 ++++++++++++++---------
output/feed.xml | 4 +--
output/zh/community-resources/index.html | 2 +-
output/zh/docs/rdbms-storage-plugin/index.html | 18 +++++-----
output/zh/docs/running-drill-on-docker/index.html | 43 ++++++++++++++---------
output/zh/feed.xml | 4 +--
8 files changed, 76 insertions(+), 58 deletions(-)
diff --git a/output/community-resources/index.html
b/output/community-resources/index.html
index b3652d9..bbddde1 100644
--- a/output/community-resources/index.html
+++ b/output/community-resources/index.html
@@ -164,7 +164,7 @@
<li><a href="/docs/contribute-to-drill/">Contribute to Drill</a></li>
<li>Hangout: A <a
href="https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc">bi-weekly
Drill hangout</a> occurs every other Tuesday at 10 am PDT. For more
information and hangout notes, see <a
href="https://docs.google.com/document/d/1o2GvZUtJvKzN013JdM715ZBzhseT0VyZ9WgmLMeeUUk/edit?ts=5744c15c#heading=h.z8q6drmaybbj">Apache
Drill Hangout Notes</a>.</li>
<li>Source code: <a href="https://github.com/apache/drill">GitHub</a></li>
- <li>Paul Rogers’ wiki: <a
href="https://github.com/paul-rogers/drill/wiki">An informal set of notes
describing Drill internals</a></li>
+ <li><a href="https://github.com/apache/drill/wiki">Drill developer wiki
(formerly Paul Rogers’ wiki)</a></li>
</ul>
<h2 id="apache-software-foundation-resources">Apache Software Foundation
Resources</h2>
diff --git a/output/docs/rdbms-storage-plugin/index.html
b/output/docs/rdbms-storage-plugin/index.html
index 7efb62b..2567478 100644
--- a/output/docs/rdbms-storage-plugin/index.html
+++ b/output/docs/rdbms-storage-plugin/index.html
@@ -1435,20 +1435,20 @@
<h2 id="using-the-rdbms-storage-plugin">Using the RDBMS Storage Plugin</h2>
<p>Drill is designed to work with any relational datastore that provides a
JDBC driver. Drill is actively tested with
- Postgres, MySQL, Oracle, MSSQL, Apache Derby and H2. For each system, you
will follow three basic steps for setup:</p>
+ PostgreSQL, MySQL, Oracle, MSSQL, Apache Derby and H2. For each system, you
will follow three basic steps for setup:</p>
<ol>
<li><a href="/docs/installing-drill-in-embedded-mode">Install Drill</a>, if
you do not already have it installed.</li>
<li>Copy your database’s JDBC driver into the <code
class="language-plaintext highlighter-rouge">jars/3rdparty</code> directory.
(You’ll need to do this on every node.)</li>
<li>Restart Drill. See <a
href="/docs/starting-drill-in-distributed-mode/">Starting Drill in Distributed
Mode</a>.</li>
- <li>Add a new storage configuration to Drill through the Web UI. Example
configurations for <a href="#example-oracle-configuration">Oracle</a>, <a
href="#example-sql-server-configuration">SQL Server</a>, <a
href="#example-mysql-configuration">MySQL</a> and <a
href="#example-postgres-configuration">Postgres</a> are provided below.</li>
+ <li>Add a new storage configuration to Drill through the Web UI. Example
configurations for <a href="#example-oracle-configuration">Oracle</a>, <a
href="#example-sql-server-configuration">SQL Server</a>, <a
href="#example-mysql-configuration">MySQL</a> and <a
href="#example-postgres-configuration">PostgreSQL</a> are provided below.</li>
</ol>
<h2
id="setting-data-source-parameters-in-the-storage-plugin-configuration">Setting
data source parameters in the storage plugin configuration</h2>
<p><strong>Introduced in release:</strong> 1.18</p>
-<p>A JDBC storage plugin configuration property <code
class="language-plaintext highlighter-rouge">sourceParameters</code> was
introduced to allow setting data source parameters described in <a
href="https://github.com/brettwooldridge/HikariCP#configuration-knobs-baby">HikariCP</a>.
Parameters names with incorrect naming and parameter values which are of
incorrect data type or illegal will cause the storage plugin to fail to start.
See the <a href="#example-of-postgres-configuration-wi [...]
+<p>A JDBC storage plugin configuration property <code
class="language-plaintext highlighter-rouge">sourceParameters</code> was
introduced to allow setting data source parameters described in <a
href="https://github.com/brettwooldridge/HikariCP#configuration-knobs-baby">HikariCP</a>.
Parameters names with incorrect naming and parameter values which are of
incorrect data type or illegal will cause the storage plugin to fail to start.
See the <a href="#example-of-postgres-configuration-wi [...]
<h3 id="example-working-with-mysql">Example: Working with MySQL</h3>
@@ -1543,14 +1543,14 @@ Each configuration registered with Drill must have a
distinct name. Names are ca
</span><span class="p">}</span><span class="w">
</span></code></pre></div></div>
-<h3 id="example-postgres-configuration">Example Postgres Configuration</h3>
+<h3 id="example-postgresql-configuration">Example PostgreSQL Configuration</h3>
-<p>Drill is tested with the Postgres driver version <a
href="https://mvnrepository.com/artifact/org.postgresql/postgresql">42.2.11</a>
(any recent driver should work).
+<p>Drill is tested with the PostgreSQL driver version <a
href="https://mvnrepository.com/artifact/org.postgresql/postgresql">42.2.11</a>
(any recent driver should work).
Download and copy this driver jar to the <code class="language-plaintext
highlighter-rouge">jars/3rdparty</code> folder on all nodes.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
- <p class="last">You'll need to provide a database name as part of your JDBC
connection string for Drill to correctly expose Postgres tables. </p>
+ <p class="last">You'll need to provide a database name as part of your JDBC
connection string for Drill to correctly expose PostgreSQL tables. </p>
</div>
<div class="language-json highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="p">{</span><span class="w">
@@ -1590,7 +1590,7 @@ Each configuration registered with Drill must have a
distinct name. Names are ca
|------|---------|
</code></pre></div></div>
-<h3
id="example-of-postgres-configuration-with-sourceparameters-configuration-property">Example
of Postgres Configuration with <code class="language-plaintext
highlighter-rouge">sourceParameters</code> configuration property</h3>
+<h3
id="example-of-postgresql-configuration-with-sourceparameters-configuration-property">Example
of PostgreSQL Configuration with <code class="language-plaintext
highlighter-rouge">sourceParameters</code> configuration property</h3>
<div class="language-json highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="p">{</span><span class="w">
</span><span class="nl">"type"</span><span class="p">:</span><span
class="w"> </span><span class="s2">"jdbc"</span><span class="p">,</span><span
class="w">
</span><span class="nl">"enabled"</span><span class="p">:</span><span
class="w"> </span><span class="kc">true</span><span class="p">,</span><span
class="w">
@@ -1599,8 +1599,8 @@ Each configuration registered with Drill must have a
distinct name. Names are ca
</span><span class="nl">"username"</span><span class="p">:</span><span
class="w"> </span><span class="s2">"user"</span><span class="p">,</span><span
class="w">
</span><span class="nl">"password"</span><span class="p">:</span><span
class="w"> </span><span class="s2">"password"</span><span
class="p">,</span><span class="w">
</span><span class="nl">"sourceParameters"</span><span
class="p">:</span><span class="w"> </span><span class="p">{</span><span
class="w">
- </span><span class="nl">"minimumIdle"</span><span class="p">:</span><span
class="w"> </span><span class="mi">5</span><span class="p">,</span><span
class="w">
- </span><span class="nl">"autoCommit"</span><span class="p">:</span><span
class="w"> </span><span class="kc">false</span><span class="p">,</span><span
class="w">
+ </span><span class="nl">"minimumIdle"</span><span class="p">:</span><span
class="w"> </span><span class="mi">0</span><span class="p">,</span><span
class="w">
+ </span><span class="nl">"autoCommit"</span><span class="p">:</span><span
class="w"> </span><span class="kc">true</span><span class="p">,</span><span
class="w">
</span><span class="nl">"connectionTestQuery"</span><span
class="p">:</span><span class="w"> </span><span class="s2">"select version() as
postgresql_version"</span><span class="p">,</span><span class="w">
</span><span class="nl">"dataSource.cachePrepStmts"</span><span
class="p">:</span><span class="w"> </span><span class="kc">true</span><span
class="p">,</span><span class="w">
</span><span class="nl">"dataSource.prepStmtCacheSize"</span><span
class="p">:</span><span class="w"> </span><span class="mi">250</span><span
class="w">
diff --git a/output/docs/running-drill-on-docker/index.html
b/output/docs/running-drill-on-docker/index.html
index ad604ce..d4f18c5 100644
--- a/output/docs/running-drill-on-docker/index.html
+++ b/output/docs/running-drill-on-docker/index.html
@@ -1534,7 +1534,10 @@
<h3 id="running-the-drill-docker-container-in-foreground-mode">Running the
Drill Docker Container in Foreground Mode</h3>
<p>Open a terminal window (Command Prompt or PowerShell, but not PowerShell
ISE) and then issue the following command and options to connect to SQLLine
(the Drill shell):</p>
-<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker run <span class="nt">-i</span> <span
class="nt">--name</span> drill-1.19.0 <span class="nt">-p</span> 8047:8047
<span class="nt">-t</span> apache/drill:1.19.0 /bin/bash
+<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker run <span class="nt">-it</span> <span
class="nt">--name</span> drill <span class="se">\</span>
+ <span class="nt">-p</span> 8047:8047 <span class="se">\ </span> <span
class="c"># web and REST</span>
+ <span class="nt">-p</span> 31010:31010 <span class="se">\
</span><span class="c"># JDBC</span>
+ apache/drill
</code></pre></div></div>
<p>When you issue the docker run command, the Drill process starts in a
container. SQLLine prints a message, and the prompt appears:</p>
@@ -1545,7 +1548,7 @@
</code></pre></div></div>
<p>At the prompt, you can enter the following simple query to verify that
Drill is running:</p>
-<div class="language-sql highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">SELECT</span> <span
class="k">version</span> <span class="k">FROM</span> <span
class="n">sys</span><span class="p">.</span><span class="k">version</span><span
class="p">;</span>
+<div class="language-sql highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">SELECT</span> <span
class="k">version</span> <span class="k">FROM</span> <span
class="n">sys</span><span class="p">.</span><span class="k">version</span><span
class="p">;</span>
</code></pre></div></div>
<h3 id="running-the-drill-docker-container-in-detached-mode">Running the Drill
Docker Container in Detached Mode</h3>
@@ -1553,13 +1556,19 @@
<p>Open a terminal window (Command Prompt or PowerShell, but not PowerShell
ISE) and then issue the following commands and options to connect to SQLLine
(the Drill shell):</p>
<p><strong>Note:</strong> When you run the Drill Docker container in detached
mode, you connect to SQLLine (the Drill shell) using drill-localhost.</p>
-<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="nv">$ </span>docker run <span
class="nt">-i</span> <span class="nt">--name</span> drill-1.19.0 <span
class="nt">-p</span> 8047:8047 <span class="nt">--detach</span> <span
class="nt">-t</span> apache/drill:1.19.0 /bin/bash
+<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="nv">$ </span>docker run <span
class="nt">--name</span> drill <span class="se">\</span>
+ <span class="nt">-p</span> 8047:8047 <span class="se">\ </span> <span
class="c"># web and REST</span>
+ <span class="nt">-p</span> 31010:31010 <span class="se">\
</span><span class="c"># JDBC</span>
+ <span class="nt">--detach</span>
+ apache/drill
+
<displays container ID>
-<span class="nv">$ </span>docker <span class="nb">exec</span> <span
class="nt">-it</span> drill-1.19.0 bash
+<span class="nv">$ </span>docker <span class="nb">exec</span> <span
class="nt">-it</span> drill /bin/bash
+
<connects to container>
-<span class="nv">$ </span>/opt/drill/bin/drill-localhost
+<span class="nv">$ $DRILL_HOME</span>/bin/drill-embedded
</code></pre></div></div>
<p>After you issue the commands, the Drill process starts in a container.
SQLLine prints a message, and the prompt appears:</p>
@@ -1570,7 +1579,7 @@
</code></pre></div></div>
<p>At the prompt, you can enter the following simple query to verify that
Drill is running:</p>
-<div class="language-sql highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">SELECT</span> <span
class="k">version</span> <span class="k">FROM</span> <span
class="n">sys</span><span class="p">.</span><span class="k">version</span><span
class="p">;</span>
+<div class="language-sql highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">SELECT</span> <span
class="k">version</span> <span class="k">FROM</span> <span
class="n">sys</span><span class="p">.</span><span class="k">version</span><span
class="p">;</span>
</code></pre></div></div>
<h2 id="querying-data">Querying Data</h2>
@@ -1584,31 +1593,31 @@
|------------|-----------|
| Sheri | Nowmer |
|------------|-----------|
-1 row selected (0.256 seconds)
+1 row selected (0.256 seconds)
</code></pre></div></div>
<p>To query files stored outside of the container, you can <a
href="https://docs.docker.com/storage/bind-mounts/">bind mount a directory in
from the host</a></p>
-<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker run <span class="nt">-i</span> <span
class="nt">--name</span> drill-1.19.0 <span class="se">\</span>
- <span class="nt">-p</span> 8047:8047 <span class="se">\</span>
- <span class="nt">-t</span> apache/drill:1.19.0
- <span class="nt">-v</span> /mnt/big/data:/mnt
- /bin/bash
+<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker run <span class="nt">-it</span> <span
class="nt">--name</span> drill <span class="se">\</span>
+ <span class="nt">-p</span> 8047:8047 <span class="se">\ </span> <span
class="c"># web and REST</span>
+ <span class="nt">-p</span> 31010:31010 <span class="se">\
</span><span class="c"># JDBC</span>
+ <span class="nt">-v</span> /mnt/big/data:/mnt <span class="se">\</span>
+ apache/drill
</code></pre></div></div>
<p>or you can <a href="https://docs.docker.com/storage/volumes/">create and
mount a Docker volume</a>.</p>
<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker volume create big-data-vol
-docker run <span class="nt">-i</span> <span class="nt">--name</span>
drill-1.19.0 <span class="se">\</span>
- <span class="nt">-p</span> 8047:8047 <span class="se">\</span>
- <span class="nt">-t</span> apache/drill:1.19.0
+docker run <span class="nt">-it</span> <span class="nt">--name</span> drill
<span class="se">\</span>
+ <span class="nt">-p</span> 8047:8047 <span class="se">\ </span> <span
class="c"># web and REST</span>
+ <span class="nt">-p</span> 31010:31010 <span class="se">\
</span><span class="c"># JDBC</span>
<span class="nt">-v</span> big-data-vol:/mnt
- /bin/bash
+ apache/drill
</code></pre></div></div>
<p>See the linked Docker documentation for more details.</p>
<h2 id="drill-web-ui">Drill Web UI</h2>
-<p>You can access the Drill web UI at <code class="language-plaintext
highlighter-rouge">http://localhost:8047</code> when the Drill Docker container
is running. On Windows, you may need to specify the IP address of your system
instead of using “localhost”.</p>
+<p>You can access the Drill web UI at <code class="language-plaintext
highlighter-rouge">http://localhost:8047</code> when the Drill Docker container
is running. On Windows, you may need to specify the IP address of your system
instead of using “localhost”.</p>
diff --git a/output/feed.xml b/output/feed.xml
index f23994d..6fc4cc5 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>Thu, 21 Oct 2021 14:51:33 +0000</pubDate>
- <lastBuildDate>Thu, 21 Oct 2021 14:51:33 +0000</lastBuildDate>
+ <pubDate>Sat, 30 Oct 2021 09:52:26 +0000</pubDate>
+ <lastBuildDate>Sat, 30 Oct 2021 09:52:26 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>
diff --git a/output/zh/community-resources/index.html
b/output/zh/community-resources/index.html
index f76b448..325c924 100644
--- a/output/zh/community-resources/index.html
+++ b/output/zh/community-resources/index.html
@@ -164,7 +164,7 @@
<li><a href="/zh/docs/contribute-to-drill/">Contribute to Drill</a></li>
<li>Hangout: A <a
href="https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc">bi-weekly
Drill hangout</a> occurs every other Tuesday at 10 am PDT. For more
information and hangout notes, see <a
href="https://docs.google.com/document/d/1o2GvZUtJvKzN013JdM715ZBzhseT0VyZ9WgmLMeeUUk/edit?ts=5744c15c#heading=h.z8q6drmaybbj">Apache
Drill Hangout Notes</a>.</li>
<li>Source code: <a href="https://github.com/apache/drill">GitHub</a></li>
- <li>Paul Rogers’ wiki: <a
href="https://github.com/paul-rogers/drill/wiki">An informal set of notes
describing Drill internals</a></li>
+ <li><a href="https://github.com/apache/drill/wiki">Drill developer wiki
(formerly Paul Rogers’ wiki)</a></li>
</ul>
<h2 id="apache-software-foundation-resources">Apache Software Foundation
Resources</h2>
diff --git a/output/zh/docs/rdbms-storage-plugin/index.html
b/output/zh/docs/rdbms-storage-plugin/index.html
index a1ae9ec..dc3bf44 100644
--- a/output/zh/docs/rdbms-storage-plugin/index.html
+++ b/output/zh/docs/rdbms-storage-plugin/index.html
@@ -1435,20 +1435,20 @@
<h2 id="using-the-rdbms-storage-plugin">Using the RDBMS Storage Plugin</h2>
<p>Drill is designed to work with any relational datastore that provides a
JDBC driver. Drill is actively tested with
- Postgres, MySQL, Oracle, MSSQL, Apache Derby and H2. For each system, you
will follow three basic steps for setup:</p>
+ PostgreSQL, MySQL, Oracle, MSSQL, Apache Derby and H2. For each system, you
will follow three basic steps for setup:</p>
<ol>
<li><a href="/zh/docs/installing-drill-in-embedded-mode">Install Drill</a>,
if you do not already have it installed.</li>
<li>Copy your database’s JDBC driver into the <code
class="language-plaintext highlighter-rouge">jars/3rdparty</code> directory.
(You’ll need to do this on every node.)</li>
<li>Restart Drill. See <a
href="/zh/docs/starting-drill-in-distributed-mode/">Starting Drill in
Distributed Mode</a>.</li>
- <li>Add a new storage configuration to Drill through the Web UI. Example
configurations for <a href="#example-oracle-configuration">Oracle</a>, <a
href="#example-sql-server-configuration">SQL Server</a>, <a
href="#example-mysql-configuration">MySQL</a> and <a
href="#example-postgres-configuration">Postgres</a> are provided below.</li>
+ <li>Add a new storage configuration to Drill through the Web UI. Example
configurations for <a href="#example-oracle-configuration">Oracle</a>, <a
href="#example-sql-server-configuration">SQL Server</a>, <a
href="#example-mysql-configuration">MySQL</a> and <a
href="#example-postgres-configuration">PostgreSQL</a> are provided below.</li>
</ol>
<h2
id="setting-data-source-parameters-in-the-storage-plugin-configuration">Setting
data source parameters in the storage plugin configuration</h2>
<p><strong>Introduced in release:</strong> 1.18</p>
-<p>A JDBC storage plugin configuration property <code
class="language-plaintext highlighter-rouge">sourceParameters</code> was
introduced to allow setting data source parameters described in <a
href="https://github.com/brettwooldridge/HikariCP#configuration-knobs-baby">HikariCP</a>.
Parameters names with incorrect naming and parameter values which are of
incorrect data type or illegal will cause the storage plugin to fail to start.
See the <a href="#example-of-postgres-configuration-wi [...]
+<p>A JDBC storage plugin configuration property <code
class="language-plaintext highlighter-rouge">sourceParameters</code> was
introduced to allow setting data source parameters described in <a
href="https://github.com/brettwooldridge/HikariCP#configuration-knobs-baby">HikariCP</a>.
Parameters names with incorrect naming and parameter values which are of
incorrect data type or illegal will cause the storage plugin to fail to start.
See the <a href="#example-of-postgres-configuration-wi [...]
<h3 id="example-working-with-mysql">Example: Working with MySQL</h3>
@@ -1543,14 +1543,14 @@ Each configuration registered with Drill must have a
distinct name. Names are ca
</span><span class="p">}</span><span class="w">
</span></code></pre></div></div>
-<h3 id="example-postgres-configuration">Example Postgres Configuration</h3>
+<h3 id="example-postgresql-configuration">Example PostgreSQL Configuration</h3>
-<p>Drill is tested with the Postgres driver version <a
href="https://mvnrepository.com/artifact/org.postgresql/postgresql">42.2.11</a>
(any recent driver should work).
+<p>Drill is tested with the PostgreSQL driver version <a
href="https://mvnrepository.com/artifact/org.postgresql/postgresql">42.2.11</a>
(any recent driver should work).
Download and copy this driver jar to the <code class="language-plaintext
highlighter-rouge">jars/3rdparty</code> folder on all nodes.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
- <p class="last">You'll need to provide a database name as part of your JDBC
connection string for Drill to correctly expose Postgres tables. </p>
+ <p class="last">You'll need to provide a database name as part of your JDBC
connection string for Drill to correctly expose PostgreSQL tables. </p>
</div>
<div class="language-json highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="p">{</span><span class="w">
@@ -1590,7 +1590,7 @@ Each configuration registered with Drill must have a
distinct name. Names are ca
|------|---------|
</code></pre></div></div>
-<h3
id="example-of-postgres-configuration-with-sourceparameters-configuration-property">Example
of Postgres Configuration with <code class="language-plaintext
highlighter-rouge">sourceParameters</code> configuration property</h3>
+<h3
id="example-of-postgresql-configuration-with-sourceparameters-configuration-property">Example
of PostgreSQL Configuration with <code class="language-plaintext
highlighter-rouge">sourceParameters</code> configuration property</h3>
<div class="language-json highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="p">{</span><span class="w">
</span><span class="nl">"type"</span><span class="p">:</span><span
class="w"> </span><span class="s2">"jdbc"</span><span class="p">,</span><span
class="w">
</span><span class="nl">"enabled"</span><span class="p">:</span><span
class="w"> </span><span class="kc">true</span><span class="p">,</span><span
class="w">
@@ -1599,8 +1599,8 @@ Each configuration registered with Drill must have a
distinct name. Names are ca
</span><span class="nl">"username"</span><span class="p">:</span><span
class="w"> </span><span class="s2">"user"</span><span class="p">,</span><span
class="w">
</span><span class="nl">"password"</span><span class="p">:</span><span
class="w"> </span><span class="s2">"password"</span><span
class="p">,</span><span class="w">
</span><span class="nl">"sourceParameters"</span><span
class="p">:</span><span class="w"> </span><span class="p">{</span><span
class="w">
- </span><span class="nl">"minimumIdle"</span><span class="p">:</span><span
class="w"> </span><span class="mi">5</span><span class="p">,</span><span
class="w">
- </span><span class="nl">"autoCommit"</span><span class="p">:</span><span
class="w"> </span><span class="kc">false</span><span class="p">,</span><span
class="w">
+ </span><span class="nl">"minimumIdle"</span><span class="p">:</span><span
class="w"> </span><span class="mi">0</span><span class="p">,</span><span
class="w">
+ </span><span class="nl">"autoCommit"</span><span class="p">:</span><span
class="w"> </span><span class="kc">true</span><span class="p">,</span><span
class="w">
</span><span class="nl">"connectionTestQuery"</span><span
class="p">:</span><span class="w"> </span><span class="s2">"select version() as
postgresql_version"</span><span class="p">,</span><span class="w">
</span><span class="nl">"dataSource.cachePrepStmts"</span><span
class="p">:</span><span class="w"> </span><span class="kc">true</span><span
class="p">,</span><span class="w">
</span><span class="nl">"dataSource.prepStmtCacheSize"</span><span
class="p">:</span><span class="w"> </span><span class="mi">250</span><span
class="w">
diff --git a/output/zh/docs/running-drill-on-docker/index.html
b/output/zh/docs/running-drill-on-docker/index.html
index 9b4d2c3..dea797f 100644
--- a/output/zh/docs/running-drill-on-docker/index.html
+++ b/output/zh/docs/running-drill-on-docker/index.html
@@ -1534,7 +1534,10 @@
<h3 id="running-the-drill-docker-container-in-foreground-mode">Running the
Drill Docker Container in Foreground Mode</h3>
<p>Open a terminal window (Command Prompt or PowerShell, but not PowerShell
ISE) and then issue the following command and options to connect to SQLLine
(the Drill shell):</p>
-<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker run <span class="nt">-i</span> <span
class="nt">--name</span> drill-1.19.0 <span class="nt">-p</span> 8047:8047
<span class="nt">-t</span> apache/drill:1.19.0 /bin/bash
+<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker run <span class="nt">-it</span> <span
class="nt">--name</span> drill <span class="se">\</span>
+ <span class="nt">-p</span> 8047:8047 <span class="se">\ </span> <span
class="c"># web and REST</span>
+ <span class="nt">-p</span> 31010:31010 <span class="se">\
</span><span class="c"># JDBC</span>
+ apache/drill
</code></pre></div></div>
<p>When you issue the docker run command, the Drill process starts in a
container. SQLLine prints a message, and the prompt appears:</p>
@@ -1545,7 +1548,7 @@
</code></pre></div></div>
<p>At the prompt, you can enter the following simple query to verify that
Drill is running:</p>
-<div class="language-sql highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">SELECT</span> <span
class="k">version</span> <span class="k">FROM</span> <span
class="n">sys</span><span class="p">.</span><span class="k">version</span><span
class="p">;</span>
+<div class="language-sql highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">SELECT</span> <span
class="k">version</span> <span class="k">FROM</span> <span
class="n">sys</span><span class="p">.</span><span class="k">version</span><span
class="p">;</span>
</code></pre></div></div>
<h3 id="running-the-drill-docker-container-in-detached-mode">Running the Drill
Docker Container in Detached Mode</h3>
@@ -1553,13 +1556,19 @@
<p>Open a terminal window (Command Prompt or PowerShell, but not PowerShell
ISE) and then issue the following commands and options to connect to SQLLine
(the Drill shell):</p>
<p><strong>Note:</strong> When you run the Drill Docker container in detached
mode, you connect to SQLLine (the Drill shell) using drill-localhost.</p>
-<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="nv">$ </span>docker run <span
class="nt">-i</span> <span class="nt">--name</span> drill-1.19.0 <span
class="nt">-p</span> 8047:8047 <span class="nt">--detach</span> <span
class="nt">-t</span> apache/drill:1.19.0 /bin/bash
+<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="nv">$ </span>docker run <span
class="nt">--name</span> drill <span class="se">\</span>
+ <span class="nt">-p</span> 8047:8047 <span class="se">\ </span> <span
class="c"># web and REST</span>
+ <span class="nt">-p</span> 31010:31010 <span class="se">\
</span><span class="c"># JDBC</span>
+ <span class="nt">--detach</span>
+ apache/drill
+
<displays container ID>
-<span class="nv">$ </span>docker <span class="nb">exec</span> <span
class="nt">-it</span> drill-1.19.0 bash
+<span class="nv">$ </span>docker <span class="nb">exec</span> <span
class="nt">-it</span> drill /bin/bash
+
<connects to container>
-<span class="nv">$ </span>/opt/drill/bin/drill-localhost
+<span class="nv">$ $DRILL_HOME</span>/bin/drill-embedded
</code></pre></div></div>
<p>After you issue the commands, the Drill process starts in a container.
SQLLine prints a message, and the prompt appears:</p>
@@ -1570,7 +1579,7 @@
</code></pre></div></div>
<p>At the prompt, you can enter the following simple query to verify that
Drill is running:</p>
-<div class="language-sql highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">SELECT</span> <span
class="k">version</span> <span class="k">FROM</span> <span
class="n">sys</span><span class="p">.</span><span class="k">version</span><span
class="p">;</span>
+<div class="language-sql highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="k">SELECT</span> <span
class="k">version</span> <span class="k">FROM</span> <span
class="n">sys</span><span class="p">.</span><span class="k">version</span><span
class="p">;</span>
</code></pre></div></div>
<h2 id="querying-data">Querying Data</h2>
@@ -1584,31 +1593,31 @@
|------------|-----------|
| Sheri | Nowmer |
|------------|-----------|
-1 row selected (0.256 seconds)
+1 row selected (0.256 seconds)
</code></pre></div></div>
<p>To query files stored outside of the container, you can <a
href="https://docs.docker.com/storage/bind-mounts/">bind mount a directory in
from the host</a></p>
-<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker run <span class="nt">-i</span> <span
class="nt">--name</span> drill-1.19.0 <span class="se">\</span>
- <span class="nt">-p</span> 8047:8047 <span class="se">\</span>
- <span class="nt">-t</span> apache/drill:1.19.0
- <span class="nt">-v</span> /mnt/big/data:/mnt
- /bin/bash
+<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker run <span class="nt">-it</span> <span
class="nt">--name</span> drill <span class="se">\</span>
+ <span class="nt">-p</span> 8047:8047 <span class="se">\ </span> <span
class="c"># web and REST</span>
+ <span class="nt">-p</span> 31010:31010 <span class="se">\
</span><span class="c"># JDBC</span>
+ <span class="nt">-v</span> /mnt/big/data:/mnt <span class="se">\</span>
+ apache/drill
</code></pre></div></div>
<p>or you can <a href="https://docs.docker.com/storage/volumes/">create and
mount a Docker volume</a>.</p>
<div class="language-sh highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>docker volume create big-data-vol
-docker run <span class="nt">-i</span> <span class="nt">--name</span>
drill-1.19.0 <span class="se">\</span>
- <span class="nt">-p</span> 8047:8047 <span class="se">\</span>
- <span class="nt">-t</span> apache/drill:1.19.0
+docker run <span class="nt">-it</span> <span class="nt">--name</span> drill
<span class="se">\</span>
+ <span class="nt">-p</span> 8047:8047 <span class="se">\ </span> <span
class="c"># web and REST</span>
+ <span class="nt">-p</span> 31010:31010 <span class="se">\
</span><span class="c"># JDBC</span>
<span class="nt">-v</span> big-data-vol:/mnt
- /bin/bash
+ apache/drill
</code></pre></div></div>
<p>See the linked Docker documentation for more details.</p>
<h2 id="drill-web-ui">Drill Web UI</h2>
-<p>You can access the Drill web UI at <code class="language-plaintext
highlighter-rouge">http://localhost:8047</code> when the Drill Docker container
is running. On Windows, you may need to specify the IP address of your system
instead of using “localhost”.</p>
+<p>You can access the Drill web UI at <code class="language-plaintext
highlighter-rouge">http://localhost:8047</code> when the Drill Docker container
is running. On Windows, you may need to specify the IP address of your system
instead of using “localhost”.</p>
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index 8b2da1c..bd48799 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>Thu, 21 Oct 2021 14:51:33 +0000</pubDate>
- <lastBuildDate>Thu, 21 Oct 2021 14:51:33 +0000</lastBuildDate>
+ <pubDate>Sat, 30 Oct 2021 09:52:26 +0000</pubDate>
+ <lastBuildDate>Sat, 30 Oct 2021 09:52:26 +0000</lastBuildDate>
<generator>Jekyll v3.9.1</generator>
<item>