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 <[email protected]> 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:
