You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2019/12/19 22:42:15 UTC

[drill] branch gh-pages updated (e149f0c -> 643f260)

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

bridgetb pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git.


    from e149f0c  minor edit to test process
     new 078bf15  mindor doc edit
     new 643f260  minor edit

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _docs/connect-a-data-source/010-connect-a-data-source-introduction.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[drill] 01/02: mindor doc edit

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 078bf15365788e6c9d583e749c90640b4a033ccd
Author: bridget <br...@hpe.com>
AuthorDate: Thu Dec 19 14:25:55 2019 -0800

    mindor doc edit
---
 _docs/connect-a-data-source/010-connect-a-data-source-introduction.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md b/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
index d7dc260..f6c0779 100644
--- a/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
+++ b/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
@@ -1,9 +1,9 @@
 ---
 title: "Connect a Data Source Introduction"
-date: 2018-11-02
+date: 2019-12-19
 parent: "Connect a Data Source"
 ---
-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. Several storage plugins are installed with Drill. You can configure to storage plugins 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 meta [...]
+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. Several storage plugins are installed with Drill. You can configure storage plugins 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 metasto [...]
 
 When you execute a query, Drill gets the storage plugin configuration name in one of several ways:
 


[drill] 02/02: minor edit

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 643f260e567d906dd37e3bc3870722e2f737a64e
Author: bridget <br...@hpe.com>
AuthorDate: Thu Dec 19 14:33:59 2019 -0800

    minor edit
---
 _docs/connect-a-data-source/010-connect-a-data-source-introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md b/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
index f6c0779..b3bf1a0 100644
--- a/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
+++ b/_docs/connect-a-data-source/010-connect-a-data-source-introduction.md
@@ -3,7 +3,7 @@ title: "Connect a Data Source Introduction"
 date: 2019-12-19
 parent: "Connect a Data Source"
 ---
-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. Several storage plugins are installed with Drill. You can configure storage plugins 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 metasto [...]
+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 modify the defa [...]
 
 When you execute a query, Drill gets the storage plugin configuration name in one of several ways: