This is an automated email from the ASF dual-hosted git repository.

bridgetb 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 ffea70b  minor edit
ffea70b is described below

commit ffea70b6dc609d2e6a76dab27a299392705e945e
Author: bridget <[email protected]>
AuthorDate: Thu Dec 19 17:52:08 2019 -0800

    minor edit
---
 docs/connect-a-data-source-introduction/index.html | 16 +++-------------
 feed.xml                                           |  4 ++--
 2 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/docs/connect-a-data-source-introduction/index.html 
b/docs/connect-a-data-source-introduction/index.html
index b698a3c..e6917eb 100644
--- a/docs/connect-a-data-source-introduction/index.html
+++ b/docs/connect-a-data-source-introduction/index.html
@@ -1318,15 +1318,15 @@
 
     </div>
 
-     Dec 19, 2019
+     Dec 20, 2019
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
     <div class="int_text" align="left">
       
-        <p>A storage plugin is a software module for connecting Drill to data 
sources. A storage plugin typically optimizes execution of Drill queries, 
provides the location of the data, and configures the workspace and file 
formats for reading data. Drill has several storage plugins than you can 
configure to suit your environment. Through a storage plugin, Drill connects to 
a data source, such as a database, a file on a local or distributed file 
system, or a Hive metastore. You can modi [...]
+        <p>Drill includes several storage plugins than you can configure for 
your environment. A storage plugin is a software module for connecting Drill to 
data sources, such as databases and local or distributed file systems. A 
storage plugin typically optimizes Drill queries, provides the location of the 
data, and stores the workspace and file formats for reading data. Storage 
plugins also perform scanner and writer functions and informs the execution 
engine of any native capabilities [...]
 
-<p>When you execute a query, Drill gets the storage plugin configuration name 
in one of several ways:</p>
+<p>When you run a query, Drill gets the storage plugin configuration name in 
one of several ways:</p>
 
 <ul>
 <li>The FROM clause of the query can identify the plugin to use.</li>
@@ -1334,16 +1334,6 @@
 <li>You can specify the storage plugin when starting Drill.</li>
 </ul>
 
-<h2 id="storage-plugin-internals">Storage Plugin Internals</h2>
-
-<p>The following image represents the storage plugin layer between Drill and a
-data source:</p>
-
-<p><img src="/docs/img/storageplugin.png" alt="drill query flow"></p>
-
-<p>In addition to the previously mentioned functions, a storage plugin 
performs scanner and writer functions and informs the execution engine of any 
native capabilities, such
-as predicate pushdown, joins, and SQL.</p>
-
     
       
         <div class="doc-nav">
diff --git a/feed.xml b/feed.xml
index bc300ea..2214ddd 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 19 Dec 2019 14:39:20 -0800</pubDate>
-    <lastBuildDate>Thu, 19 Dec 2019 14:39:20 -0800</lastBuildDate>
+    <pubDate>Thu, 19 Dec 2019 17:49:28 -0800</pubDate>
+    <lastBuildDate>Thu, 19 Dec 2019 17:49:28 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

Reply via email to