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