Return-Path: X-Original-To: apmail-drill-commits-archive@www.apache.org Delivered-To: apmail-drill-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F5F8182A4 for ; Tue, 12 May 2015 05:56:44 +0000 (UTC) Received: (qmail 6517 invoked by uid 500); 12 May 2015 05:56:43 -0000 Delivered-To: apmail-drill-commits-archive@drill.apache.org Received: (qmail 6447 invoked by uid 500); 12 May 2015 05:56:43 -0000 Mailing-List: contact commits-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@drill.apache.org Delivered-To: mailing list commits@drill.apache.org Received: (qmail 5908 invoked by uid 99); 12 May 2015 05:56:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2015 05:56:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A5BB3E116B; Tue, 12 May 2015 05:56:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: tshiran@apache.org To: commits@drill.apache.org Date: Tue, 12 May 2015 05:57:05 -0000 Message-Id: In-Reply-To: <2deda5b3d71a403bbbd98a5cb3668e19@git.apache.org> References: <2deda5b3d71a403bbbd98a5cb3668e19@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/25] drill git commit: lesson spelling error lesson spelling error Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/1cec6cc0 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/1cec6cc0 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/1cec6cc0 Branch: refs/heads/gh-pages Commit: 1cec6cc0cdf671de91780e5683cc13c1384d1053 Parents: 7317bf0 Author: Kristine Hahn Authored: Mon May 11 16:49:00 2015 -0700 Committer: Kristine Hahn Committed: Mon May 11 16:49:00 2015 -0700 ---------------------------------------------------------------------- _docs/data-sources-and-file-formats/050-json-data-model.md | 2 +- .../sql-reference/nested-data-functions/030-repeated-count.md | 2 +- _docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md | 6 +++--- .../020-getting-to-know-the-drill-sandbox.md | 2 +- .../040-lesson-2-run-queries-with-ansi-sql.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/1cec6cc0/_docs/data-sources-and-file-formats/050-json-data-model.md ---------------------------------------------------------------------- diff --git a/_docs/data-sources-and-file-formats/050-json-data-model.md b/_docs/data-sources-and-file-formats/050-json-data-model.md index ee6da3e..f9ab8bf 100644 --- a/_docs/data-sources-and-file-formats/050-json-data-model.md +++ b/_docs/data-sources-and-file-formats/050-json-data-model.md @@ -49,7 +49,7 @@ When you set this option, Drill reads all data from the JSON files as VARCHAR. A * Cast JSON values to [SQL types]({{ site.baseurl }}/docs/data-types), such as BIGINT, DECIMAL, FLOAT, and INTEGER. * Cast JSON strings to [Drill Date/Time Data Type Formats]({{ site.baseurl }}/docs/supported-date-time-data-type-formats). -Drill uses [map and array data types]({{ site.baseurl }}/docs/data-types) internally for reading complex and nested data structures from JSON. You can cast data in a map or array of data to return a value from the structure, as shown in [“Create a view on a MapR-DB table”] ({{ site.baseurl }}/docs/lession-2-run-queries-with-ansi-sql). “Query Complex Data” shows how to access nested arrays. +Drill uses [map and array data types]({{ site.baseurl }}/docs/data-types) internally for reading complex and nested data structures from JSON. You can cast data in a map or array of data to return a value from the structure, as shown in [“Create a view on a MapR-DB table”] ({{ site.baseurl }}/docs/lesson-2-run-queries-with-ansi-sql). “Query Complex Data” shows how to access nested arrays. ## Reading JSON To read JSON data using Drill, use a [file system storage plugin]({{ site.baseurl }}/docs/connect-to-a-data-source) that defines the JSON format. You can use the `dfs` storage plugin, which includes the definition. http://git-wip-us.apache.org/repos/asf/drill/blob/1cec6cc0/_docs/sql-reference/nested-data-functions/030-repeated-count.md ---------------------------------------------------------------------- diff --git a/_docs/sql-reference/nested-data-functions/030-repeated-count.md b/_docs/sql-reference/nested-data-functions/030-repeated-count.md index 0fb2d8d..79ce75e 100644 --- a/_docs/sql-reference/nested-data-functions/030-repeated-count.md +++ b/_docs/sql-reference/nested-data-functions/030-repeated-count.md @@ -41,4 +41,4 @@ file. The counts are restricted to rows that contain the string `pizza`. 7 rows selected (2.03 seconds) For another example of this function, see the following lesson in the Apache -Drill Tutorial for Hadoop: [Lesson 3: Run Queries on Complex Data Types]({{ site.baseurl }}/docs/lession-3-run-queries-on-complex-data-types/). \ No newline at end of file +Drill Tutorial for Hadoop: [Lesson 3: Run Queries on Complex Data Types]({{ site.baseurl }}/docs/lesson-3-run-queries-on-complex-data-types/). \ No newline at end of file http://git-wip-us.apache.org/repos/asf/drill/blob/1cec6cc0/_docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md ---------------------------------------------------------------------- diff --git a/_docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md b/_docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md index f53608f..ab12d86 100644 --- a/_docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md +++ b/_docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md @@ -10,9 +10,9 @@ the following pages in order: * [Installing the Apache Drill Sandbox]({{ site.baseurl }}/docs/installing-the-apache-drill-sandbox) * [Getting to Know the Drill Setup]({{ site.baseurl }}/docs/getting-to-know-the-drill-sandbox) - * [Lesson 1: Learn About the Data Set]({{ site.baseurl }}/docs/lession-1-learn-about-the-data-set) - * [Lesson 2: Run Queries with ANSI SQL]({{ site.baseurl }}/docs/lession-2-run-queries-with-ansi-sql) - * [Lesson 3: Run Queries on Complex Data Types]({{ site.baseurl }}/docs/lession-3-run-queries-on-complex-data-types) + * [Lesson 1: Learn About the Data Set]({{ site.baseurl }}/docs/lesson-1-learn-about-the-data-set) + * [Lesson 2: Run Queries with ANSI SQL]({{ site.baseurl }}/docs/lesson-2-run-queries-with-ansi-sql) + * [Lesson 3: Run Queries on Complex Data Types]({{ site.baseurl }}/docs/lesson-3-run-queries-on-complex-data-types) * [Summary]({{ site.baseurl }}/docs/summary) ## About Apache Drill http://git-wip-us.apache.org/repos/asf/drill/blob/1cec6cc0/_docs/tutorials/learn-drill-with-the-mapr-sandbox/020-getting-to-know-the-drill-sandbox.md ---------------------------------------------------------------------- diff --git a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/020-getting-to-know-the-drill-sandbox.md b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/020-getting-to-know-the-drill-sandbox.md index 6772e5a..ee5133f 100644 --- a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/020-getting-to-know-the-drill-sandbox.md +++ b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/020-getting-to-know-the-drill-sandbox.md @@ -139,5 +139,5 @@ You have a number of data sources to explore. For example, analyzing customer r # What's Next Start running queries by going to [Lesson 1: Learn About the Data -Set]({{ site.baseurl }}/docs/lession-1-learn-about-the-data-set). +Set]({{ site.baseurl }}/docs/lesson-1-learn-about-the-data-set). http://git-wip-us.apache.org/repos/asf/drill/blob/1cec6cc0/_docs/tutorials/learn-drill-with-the-mapr-sandbox/040-lesson-2-run-queries-with-ansi-sql.md ---------------------------------------------------------------------- diff --git a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/040-lesson-2-run-queries-with-ansi-sql.md b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/040-lesson-2-run-queries-with-ansi-sql.md index 353dfc9..8e53b7c 100644 --- a/_docs/tutorials/learn-drill-with-the-mapr-sandbox/040-lesson-2-run-queries-with-ansi-sql.md +++ b/_docs/tutorials/learn-drill-with-the-mapr-sandbox/040-lesson-2-run-queries-with-ansi-sql.md @@ -382,7 +382,7 @@ workspace, so the query specifies the full path to the file: ## What's Next -Go to [Lesson 3: Run Queries on Complex Data Types]({{ site.baseurl }}/docs/lession-3-run-queries-on-complex-data-types). +Go to [Lesson 3: Run Queries on Complex Data Types]({{ site.baseurl }}/docs/lesson-3-run-queries-on-complex-data-types).