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

commit 373c534e3501d8021f000ff682aab69bb5b73e1d
Author: buildbot <[email protected]>
AuthorDate: Thu Oct 20 14:09:22 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/file-system-storage-plugin/index.html    | 17 +++++++++++++++++
 output/docs/string-manipulation/index.html           |  2 +-
 output/feed.xml                                      |  4 ++--
 output/zh/docs/file-system-storage-plugin/index.html | 17 +++++++++++++++++
 output/zh/docs/string-manipulation/index.html        |  2 +-
 output/zh/feed.xml                                   |  4 ++--
 6 files changed, 40 insertions(+), 6 deletions(-)

diff --git a/output/docs/file-system-storage-plugin/index.html 
b/output/docs/file-system-storage-plugin/index.html
index 6117f2710..82c4644f9 100644
--- a/output/docs/file-system-storage-plugin/index.html
+++ b/output/docs/file-system-storage-plugin/index.html
@@ -1502,6 +1502,11 @@ system on your machine by default.</p>
 }
 </code></pre></div>    </div>
   </li>
+</ul>
+
+<p>Note that a local file system configuration can be based on the mount point 
of a network file system that has been mounted at the same location in the 
local file systems of each Drillbit.</p>
+
+<ul>
   <li>
     <p>Distributed file system example:</p>
 
@@ -1564,6 +1569,18 @@ full file path name to the <code 
class="language-plaintext highlighter-rouge">do
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT * FROM dfs.`/users/max/drill/json/donuts.json` 
WHERE type='frosted';
 </code></pre></div></div>
 
+<h2 id="configuration-options-in-core-sitexml">Configuration options in 
core-site.xml</h2>
+
+<h3 
id="drillexecrecursive_file_listing_max_size">drill.exec.recursive_file_listing_max_size</h3>
+
+<p>Use this property to set a limit on the numer of files that Drill
+will list by recursing into a DFS directory tree. When the limit is
+encountered the initiating operation will fail with an error. The
+intended application of this limit is to allow admins to protect their
+Drillbits from an errant or malicious SELECT * FROM dfs.huge_workspace
+LIMIT 10 query, which will cause an OOM given a big enough workspace of
+files. Defaults to 0 which means no limit.</p>
+
     
       
         <div class="doc-nav">
diff --git a/output/docs/string-manipulation/index.html 
b/output/docs/string-manipulation/index.html
index 6e38d73f0..06dd38711 100644
--- a/output/docs/string-manipulation/index.html
+++ b/output/docs/string-manipulation/index.html
@@ -1679,7 +1679,7 @@ true in the case of a match.</p>
 
 <h3 id="ilike-syntax">ILIKE Syntax</h3>
 
-<p>Note that it necessary quote ILIKE function calls using backticks because 
ILIKE
+<p>Note that it is necessary to quote ILIKE function calls using backticks 
because ILIKE
 is also a SQL keyword.</p>
 
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>`ILIKE`(string, pattern)
diff --git a/output/feed.xml b/output/feed.xml
index 418f4c261..96c09165f 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, 20 Oct 2022 13:18:57 +0000</pubDate>
-    <lastBuildDate>Thu, 20 Oct 2022 13:18:57 +0000</lastBuildDate>
+    <pubDate>Thu, 20 Oct 2022 14:07:15 +0000</pubDate>
+    <lastBuildDate>Thu, 20 Oct 2022 14:07:15 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>
diff --git a/output/zh/docs/file-system-storage-plugin/index.html 
b/output/zh/docs/file-system-storage-plugin/index.html
index 92828b868..32291a921 100644
--- a/output/zh/docs/file-system-storage-plugin/index.html
+++ b/output/zh/docs/file-system-storage-plugin/index.html
@@ -1502,6 +1502,11 @@ system on your machine by default.</p>
 }
 </code></pre></div>    </div>
   </li>
+</ul>
+
+<p>Note that a local file system configuration can be based on the mount point 
of a network file system that has been mounted at the same location in the 
local file systems of each Drillbit.</p>
+
+<ul>
   <li>
     <p>Distributed file system example:</p>
 
@@ -1564,6 +1569,18 @@ full file path name to the <code 
class="language-plaintext highlighter-rouge">do
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT * FROM dfs.`/users/max/drill/json/donuts.json` 
WHERE type='frosted';
 </code></pre></div></div>
 
+<h2 id="configuration-options-in-core-sitexml">Configuration options in 
core-site.xml</h2>
+
+<h3 
id="drillexecrecursive_file_listing_max_size">drill.exec.recursive_file_listing_max_size</h3>
+
+<p>Use this property to set a limit on the numer of files that Drill
+will list by recursing into a DFS directory tree. When the limit is
+encountered the initiating operation will fail with an error. The
+intended application of this limit is to allow admins to protect their
+Drillbits from an errant or malicious SELECT * FROM dfs.huge_workspace
+LIMIT 10 query, which will cause an OOM given a big enough workspace of
+files. Defaults to 0 which means no limit.</p>
+
     
       
         <div class="doc-nav">
diff --git a/output/zh/docs/string-manipulation/index.html 
b/output/zh/docs/string-manipulation/index.html
index 3910799a7..666c5c464 100644
--- a/output/zh/docs/string-manipulation/index.html
+++ b/output/zh/docs/string-manipulation/index.html
@@ -1679,7 +1679,7 @@ true in the case of a match.</p>
 
 <h3 id="ilike-syntax">ILIKE Syntax</h3>
 
-<p>Note that it necessary quote ILIKE function calls using backticks because 
ILIKE
+<p>Note that it is necessary to quote ILIKE function calls using backticks 
because ILIKE
 is also a SQL keyword.</p>
 
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>`ILIKE`(string, pattern)
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index cc06d0b2f..6f962b640 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, 20 Oct 2022 13:18:57 +0000</pubDate>
-    <lastBuildDate>Thu, 20 Oct 2022 13:18:57 +0000</lastBuildDate>
+    <pubDate>Thu, 20 Oct 2022 14:07:15 +0000</pubDate>
+    <lastBuildDate>Thu, 20 Oct 2022 14:07:15 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>

Reply via email to