You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ts...@apache.org on 2015/05/01 20:08:03 UTC

[07/50] [abbrv] drill git commit: DRILL-1503

DRILL-1503


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/19b00286
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/19b00286
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/19b00286

Branch: refs/heads/gh-pages
Commit: 19b002869fb63455fea7f8c611ee9c1a5f01231f
Parents: 41da95b
Author: Kristine Hahn <kh...@maprtech.com>
Authored: Wed Apr 29 15:41:10 2015 -0700
Committer: Kristine Hahn <kh...@maprtech.com>
Committed: Wed Apr 29 15:41:10 2015 -0700

----------------------------------------------------------------------
 .../090-mongodb-plugin-for-apache-drill.md             | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/19b00286/_docs/connect-a-data-source/090-mongodb-plugin-for-apache-drill.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/090-mongodb-plugin-for-apache-drill.md b/_docs/connect-a-data-source/090-mongodb-plugin-for-apache-drill.md
index 9e2d41e..8fd5b1a 100644
--- a/_docs/connect-a-data-source/090-mongodb-plugin-for-apache-drill.md
+++ b/_docs/connect-a-data-source/090-mongodb-plugin-for-apache-drill.md
@@ -4,19 +4,12 @@ parent: "Connect a Data Source"
 ---
 ## Overview
 
-You can leverage the power of Apache Drill to query data without any upfront
-schema definitions. Drill enables you to create an architecture that works
-with nested and dynamic schemas, making it the perfect SQL query tool to use
-on NoSQL databases, such as MongoDB.
-
-As of Apache Drill 0.6, you can configure MongoDB as a Drill data source.
 Drill provides a mongodb format plugin to connect to MongoDB, and run queries
-on the data using ANSI SQL.
+to read, but not to write, the Mongo data ANSI SQL. You do not need any upfront schema definitions.
 
-This tutorial assumes that you have Drill installed locally (embedded mode),
+This procedures in this section assume that you have Drill installed locally (embedded mode),
 as well as MongoDB. Examples in this tutorial use zip code aggregation data
-provided by MongoDB. Before You Begin provides links to download tools and data
-used throughout the tutorial.
+provided by MongoDB. Before You Begin provides links to download tools and data.
 
 {% include startnote.html %}A local instance of Drill is used in this tutorial for simplicity. {% include endnote.html %}