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 ddfbc97  Automatic Site Publish by Buildbot
ddfbc97 is described below

commit ddfbc9775fa6019cf89a27025e25a6fb4616e5d2
Author: buildbot <[email protected]>
AuthorDate: Thu Mar 10 10:03:08 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/configuring-user-impersonation/index.html    |  2 +-
 output/docs/running-drill-on-docker/index.html           | 10 ++++++++++
 output/download/index.html                               |  1 -
 output/feed.xml                                          |  4 ++--
 output/zh/docs/configuring-user-impersonation/index.html |  2 +-
 output/zh/docs/running-drill-on-docker/index.html        | 10 ++++++++++
 output/zh/download/index.html                            |  1 -
 output/zh/feed.xml                                       |  4 ++--
 8 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/output/docs/configuring-user-impersonation/index.html 
b/output/docs/configuring-user-impersonation/index.html
index 573a48b..7cc4ef0 100644
--- a/output/docs/configuring-user-impersonation/index.html
+++ b/output/docs/configuring-user-impersonation/index.html
@@ -1488,7 +1488,7 @@
     </tr>
     <tr>
       <td>Storage Plugins</td>
-      <td>File System, Hive, MapR-DB</td>
+      <td>File System, Hive, MapR-DB, Phoenix</td>
       <td>HBase</td>
     </tr>
     <tr>
diff --git a/output/docs/running-drill-on-docker/index.html 
b/output/docs/running-drill-on-docker/index.html
index e056c1f..bbc0569 100644
--- a/output/docs/running-drill-on-docker/index.html
+++ b/output/docs/running-drill-on-docker/index.html
@@ -1641,6 +1641,16 @@ docker run <span class="nt">-it</span> <span 
class="nt">--name</span> drill <spa
 
 <p>See the linked Docker documentation for more details.</p>
 
+<h2 id="the-data-volume">The /data volume</h2>
+
+<p>The Drill Dockerfile includes a declaration of</p>
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>VOLUME /data
+</code></pre></div></div>
+<p>where /data inside the container has been chowned to the Drill process 
user.  This means that Drill will have read and write access to whatever volume 
you mount here making it a suitable place for persistent, mutable storage.  For 
example, by adding</p>
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>         sys.store.provider.local.path="/data"
+</code></pre></div></div>
+<p>to drill-override.conf and mounting a Docker volume at that location at 
container launch time you can have embedded Drill’s “local persistent storage”, 
which keeps system option values and storage configurations, presist across 
container launches.</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>
diff --git a/output/download/index.html b/output/download/index.html
index ec2f7e7..14d1fe9 100644
--- a/output/download/index.html
+++ b/output/download/index.html
@@ -158,7 +158,6 @@
        <ul id="download_buttons">
                <li><a 
href="https://www.apache.org/dyn/closer.cgi/drill/drill-1.20.0-hadoop2/apache-drill-1.20.0-hadoop2.tar.gz";
 class="find" id="apachemirror">Find an Apache Mirror</a></li>
                <li><a 
href="https://www.apache.org/dyn/closer.lua?filename=drill/drill-1.20.0-hadoop2/apache-drill-1.20.0-hadoop2.tar.gz&action=download";
 class="dl" id="directdownload">Direct File Download</a></li>
-               <li><a href="/docs/interfaces-introduction/" class="dl">Client 
Drivers (ODBC/JDBC)</a></li>
        </ul>
        </div>
 </div>
diff --git a/output/feed.xml b/output/feed.xml
index b556c30..b466528 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>Tue, 08 Mar 2022 16:40:58 +0000</pubDate>
-    <lastBuildDate>Tue, 08 Mar 2022 16:40:58 +0000</lastBuildDate>
+    <pubDate>Thu, 10 Mar 2022 10:00:36 +0000</pubDate>
+    <lastBuildDate>Thu, 10 Mar 2022 10:00:36 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>
diff --git a/output/zh/docs/configuring-user-impersonation/index.html 
b/output/zh/docs/configuring-user-impersonation/index.html
index e03ecc8..43bbde4 100644
--- a/output/zh/docs/configuring-user-impersonation/index.html
+++ b/output/zh/docs/configuring-user-impersonation/index.html
@@ -1488,7 +1488,7 @@
     </tr>
     <tr>
       <td>Storage Plugins</td>
-      <td>File System, Hive, MapR-DB</td>
+      <td>File System, Hive, MapR-DB, Phoenix</td>
       <td>HBase</td>
     </tr>
     <tr>
diff --git a/output/zh/docs/running-drill-on-docker/index.html 
b/output/zh/docs/running-drill-on-docker/index.html
index 28cec3e..c25291f 100644
--- a/output/zh/docs/running-drill-on-docker/index.html
+++ b/output/zh/docs/running-drill-on-docker/index.html
@@ -1641,6 +1641,16 @@ docker run <span class="nt">-it</span> <span 
class="nt">--name</span> drill <spa
 
 <p>See the linked Docker documentation for more details.</p>
 
+<h2 id="the-data-volume">The /data volume</h2>
+
+<p>The Drill Dockerfile includes a declaration of</p>
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>VOLUME /data
+</code></pre></div></div>
+<p>where /data inside the container has been chowned to the Drill process 
user.  This means that Drill will have read and write access to whatever volume 
you mount here making it a suitable place for persistent, mutable storage.  For 
example, by adding</p>
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>         sys.store.provider.local.path="/data"
+</code></pre></div></div>
+<p>to drill-override.conf and mounting a Docker volume at that location at 
container launch time you can have embedded Drill’s “local persistent storage”, 
which keeps system option values and storage configurations, presist across 
container launches.</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>
diff --git a/output/zh/download/index.html b/output/zh/download/index.html
index dae6a28..e5cbbbd 100644
--- a/output/zh/download/index.html
+++ b/output/zh/download/index.html
@@ -158,7 +158,6 @@
        <ul id="download_buttons">
                <li><a 
href="https://www.apache.org/dyn/closer.cgi/drill/drill-1.20.0-hadoop2/apache-drill-1.20.0-hadoop2.tar.gz";
 class="find" id="apachemirror">Find an Apache Mirror</a></li>
                <li><a 
href="https://www.apache.org/dyn/closer.lua?filename=drill/drill-1.20.0-hadoop2/apache-drill-1.20.0-hadoop2.tar.gz&action=download";
 class="dl" id="directdownload">Direct File Download</a></li>
-               <li><a href="/zh/docs/interfaces-introduction/" 
class="dl">Client Drivers (ODBC/JDBC)</a></li>
        </ul>
        </div>
 </div>
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index a44391b..6a1d38e 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>Tue, 08 Mar 2022 16:40:58 +0000</pubDate>
-    <lastBuildDate>Tue, 08 Mar 2022 16:40:58 +0000</lastBuildDate>
+    <pubDate>Thu, 10 Mar 2022 10:00:36 +0000</pubDate>
+    <lastBuildDate>Thu, 10 Mar 2022 10:00:36 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>

Reply via email to