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 199F217E1F for ; Tue, 8 Sep 2015 23:56:18 +0000 (UTC) Received: (qmail 11918 invoked by uid 500); 8 Sep 2015 23:56:16 -0000 Delivered-To: apmail-drill-commits-archive@drill.apache.org Received: (qmail 11859 invoked by uid 500); 8 Sep 2015 23:56:16 -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 11767 invoked by uid 99); 8 Sep 2015 23:56:16 -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, 08 Sep 2015 23:56:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 27170E03D2; Tue, 8 Sep 2015 23:56:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: bridgetb@apache.org To: commits@drill.apache.org Date: Tue, 08 Sep 2015 23:56:18 -0000 Message-Id: <8b2e8215cce64f5ea73946de8d01b986@git.apache.org> In-Reply-To: <795092d8182a45af8a8bab30fde12ecb@git.apache.org> References: <795092d8182a45af8a8bab30fde12ecb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/4] drill-site git commit: edits http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/describe/index.html ---------------------------------------------------------------------- diff --git a/docs/describe/index.html b/docs/describe/index.html index ce57687..8f45396 100644 --- a/docs/describe/index.html +++ b/docs/describe/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/design-docs/index.html ---------------------------------------------------------------------- diff --git a/docs/design-docs/index.html b/docs/design-docs/index.html index 52a1f24..04dca41 100644 --- a/docs/design-docs/index.html +++ b/docs/design-docs/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/develop-custom-functions-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/develop-custom-functions-introduction/index.html b/docs/develop-custom-functions-introduction/index.html index 460a1d7..16076c5 100644 --- a/docs/develop-custom-functions-introduction/index.html +++ b/docs/develop-custom-functions-introduction/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/develop-custom-functions/index.html ---------------------------------------------------------------------- diff --git a/docs/develop-custom-functions/index.html b/docs/develop-custom-functions/index.html index 1273def..7dc044a 100644 --- a/docs/develop-custom-functions/index.html +++ b/docs/develop-custom-functions/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/develop-drill/index.html ---------------------------------------------------------------------- diff --git a/docs/develop-drill/index.html b/docs/develop-drill/index.html index 6871540..0332719 100644 --- a/docs/develop-drill/index.html +++ b/docs/develop-drill/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/developer-information/index.html ---------------------------------------------------------------------- diff --git a/docs/developer-information/index.html b/docs/developer-information/index.html index 9c5de7a..3655c60 100644 --- a/docs/developer-information/index.html +++ b/docs/developer-information/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/developing-a-simple-function/index.html ---------------------------------------------------------------------- diff --git a/docs/developing-a-simple-function/index.html b/docs/developing-a-simple-function/index.html index 5e896d0..3dc0c3e 100644 --- a/docs/developing-a-simple-function/index.html +++ b/docs/developing-a-simple-function/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + @@ -1007,7 +1009,12 @@

    To develop a simple function, you need to create a class within a Java package that implements Drill’s simple interface into the program, and include the required information for the function type. -Your function must use data types that Drill supports.

    +Your function must use data types that Drill supports. Keep the following requirements in mind:

    + +
      +
    • Annotate all data that a UDF uses.
    • +
    • Fully qualify class references.
    • +

    Complete the following steps to develop a simple function using Drill’s simple function interface:

    http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/developing-an-aggregate-function/index.html ---------------------------------------------------------------------- diff --git a/docs/developing-an-aggregate-function/index.html b/docs/developing-an-aggregate-function/index.html index 5d6e794..58bcbea 100644 --- a/docs/developing-an-aggregate-function/index.html +++ b/docs/developing-an-aggregate-function/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + @@ -1006,7 +1008,12 @@

    The API for developing aggregate custom functions is at the alpha stage and intended for experimental use only. To experiment with this API, create a class within a Java package that implements Drill’s aggregate interface into the program. Include the required information for the function. Your function must include data types that Drill supports, such as INTEGER or -BIGINT. For a list of supported data types, refer to the SQL Reference.

    +BIGINT. For a list of supported data types, refer to the SQL Reference. Keep the following guidelines in mind:

    + +
      +
    • Do not use complex @Workspace variables.
    • +
    • You cannot allocate a Repeated* value or have a ComplexWriter in the @Workspace.
    • +

    Complete the following steps to create an aggregate function:

    http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/distributed-mode-prerequisites/index.html ---------------------------------------------------------------------- diff --git a/docs/distributed-mode-prerequisites/index.html b/docs/distributed-mode-prerequisites/index.html index 0c0cd96..a18631e 100644 --- a/docs/distributed-mode-prerequisites/index.html +++ b/docs/distributed-mode-prerequisites/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/drill-default-input-format/index.html ---------------------------------------------------------------------- diff --git a/docs/drill-default-input-format/index.html b/docs/drill-default-input-format/index.html index 8302b8c..954ea36 100644 --- a/docs/drill-default-input-format/index.html +++ b/docs/drill-default-input-format/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/drill-explorer-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/drill-explorer-introduction/index.html b/docs/drill-explorer-introduction/index.html index cd8f13c..43ecf0c 100644 --- a/docs/drill-explorer-introduction/index.html +++ b/docs/drill-explorer-introduction/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/drill-in-10-minutes/index.html ---------------------------------------------------------------------- diff --git a/docs/drill-in-10-minutes/index.html b/docs/drill-in-10-minutes/index.html index 269c765..cc45b8d 100644 --- a/docs/drill-in-10-minutes/index.html +++ b/docs/drill-in-10-minutes/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/drill-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/drill-introduction/index.html b/docs/drill-introduction/index.html index 1216d47..f0b3e35 100644 --- a/docs/drill-introduction/index.html +++ b/docs/drill-introduction/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/drill-patch-review-tool/index.html ---------------------------------------------------------------------- diff --git a/docs/drill-patch-review-tool/index.html b/docs/drill-patch-review-tool/index.html index 6b05dab..e00394b 100644 --- a/docs/drill-patch-review-tool/index.html +++ b/docs/drill-patch-review-tool/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/drill-plan-syntax/index.html ---------------------------------------------------------------------- diff --git a/docs/drill-plan-syntax/index.html b/docs/drill-plan-syntax/index.html index b08e38e..5726306 100644 --- a/docs/drill-plan-syntax/index.html +++ b/docs/drill-plan-syntax/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/drill-query-execution/index.html ---------------------------------------------------------------------- diff --git a/docs/drill-query-execution/index.html b/docs/drill-query-execution/index.html index 0e37dae..b5d565a 100644 --- a/docs/drill-query-execution/index.html +++ b/docs/drill-query-execution/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/drop-view/index.html ---------------------------------------------------------------------- diff --git a/docs/drop-view/index.html b/docs/drop-view/index.html index 7150ab1..26486ed 100644 --- a/docs/drop-view/index.html +++ b/docs/drop-view/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/embedded-mode-prerequisites/index.html ---------------------------------------------------------------------- diff --git a/docs/embedded-mode-prerequisites/index.html b/docs/embedded-mode-prerequisites/index.html index 8169b87..bae5c5e 100644 --- a/docs/embedded-mode-prerequisites/index.html +++ b/docs/embedded-mode-prerequisites/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/enabling-query-queuing/index.html ---------------------------------------------------------------------- diff --git a/docs/enabling-query-queuing/index.html b/docs/enabling-query-queuing/index.html index 70411ca..a05955c 100644 --- a/docs/enabling-query-queuing/index.html +++ b/docs/enabling-query-queuing/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/enron-emails/index.html ---------------------------------------------------------------------- diff --git a/docs/enron-emails/index.html b/docs/enron-emails/index.html index 849ca17..eb7854f 100644 --- a/docs/enron-emails/index.html +++ b/docs/enron-emails/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/error-messages/index.html ---------------------------------------------------------------------- diff --git a/docs/error-messages/index.html b/docs/error-messages/index.html index c2fa994..8b535e6 100644 --- a/docs/error-messages/index.html +++ b/docs/error-messages/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/explain/index.html ---------------------------------------------------------------------- diff --git a/docs/explain/index.html b/docs/explain/index.html index 0fac45e..19b63f6 100644 --- a/docs/explain/index.html +++ b/docs/explain/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/file-system-storage-plugin/index.html ---------------------------------------------------------------------- diff --git a/docs/file-system-storage-plugin/index.html b/docs/file-system-storage-plugin/index.html index 7d5634d..34b4cb1 100644 --- a/docs/file-system-storage-plugin/index.html +++ b/docs/file-system-storage-plugin/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/flatten/index.html ---------------------------------------------------------------------- diff --git a/docs/flatten/index.html b/docs/flatten/index.html index 48ec997..9963693 100644 --- a/docs/flatten/index.html +++ b/docs/flatten/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/from-clause/index.html ---------------------------------------------------------------------- diff --git a/docs/from-clause/index.html b/docs/from-clause/index.html index 09ffa9f..f558459 100644 --- a/docs/from-clause/index.html +++ b/docs/from-clause/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/functions-for-handling-nulls/index.html ---------------------------------------------------------------------- diff --git a/docs/functions-for-handling-nulls/index.html b/docs/functions-for-handling-nulls/index.html index ce2f7ba..f8bc9af 100644 --- a/docs/functions-for-handling-nulls/index.html +++ b/docs/functions-for-handling-nulls/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/getting-started/index.html ---------------------------------------------------------------------- diff --git a/docs/getting-started/index.html b/docs/getting-started/index.html index 9623005..18f93e7 100644 --- a/docs/getting-started/index.html +++ b/docs/getting-started/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/getting-to-know-the-drill-sandbox/index.html ---------------------------------------------------------------------- diff --git a/docs/getting-to-know-the-drill-sandbox/index.html b/docs/getting-to-know-the-drill-sandbox/index.html index f4a7971..fc908c0 100644 --- a/docs/getting-to-know-the-drill-sandbox/index.html +++ b/docs/getting-to-know-the-drill-sandbox/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/group-by-clause/index.html ---------------------------------------------------------------------- diff --git a/docs/group-by-clause/index.html b/docs/group-by-clause/index.html index 085a5ad..74c53e2 100644 --- a/docs/group-by-clause/index.html +++ b/docs/group-by-clause/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/guidelines-for-optimizing-aggregation/index.html ---------------------------------------------------------------------- diff --git a/docs/guidelines-for-optimizing-aggregation/index.html b/docs/guidelines-for-optimizing-aggregation/index.html index 49c0bed..fff41de 100644 --- a/docs/guidelines-for-optimizing-aggregation/index.html +++ b/docs/guidelines-for-optimizing-aggregation/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/handling-different-data-types/index.html ---------------------------------------------------------------------- diff --git a/docs/handling-different-data-types/index.html b/docs/handling-different-data-types/index.html index afd3d73..4abde8a 100644 --- a/docs/handling-different-data-types/index.html +++ b/docs/handling-different-data-types/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + @@ -1007,7 +1009,7 @@

    Handling HBase Data

    -

    To query HBase data in Drill, convert every column of an HBase table to/from byte arrays from/to an SQL data type using CONVERT_TO or CONVERT_FROM with one exception: When converting data represented as a string to an INT or BIGINT number, use CAST. Use CAST to convert integers to/from HBase.

    +

    To query HBase data using Drill, convert every column of an HBase table to/from byte arrays from/to an SQL data type as described in the section "Querying HBase". Use CONVERT_TO or CONVERT_FROM functions to perform conversions of HBase data.

    Handling Textual Data

    http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/having-clause/index.html ---------------------------------------------------------------------- diff --git a/docs/having-clause/index.html b/docs/having-clause/index.html index ad78407..2323700 100644 --- a/docs/having-clause/index.html +++ b/docs/having-clause/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/hbase-storage-plugin/index.html ---------------------------------------------------------------------- diff --git a/docs/hbase-storage-plugin/index.html b/docs/hbase-storage-plugin/index.html index b928427..c16d872 100644 --- a/docs/hbase-storage-plugin/index.html +++ b/docs/hbase-storage-plugin/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/hive-storage-plugin/index.html ---------------------------------------------------------------------- diff --git a/docs/hive-storage-plugin/index.html b/docs/hive-storage-plugin/index.html index 5e7faa8..eead7a7 100644 --- a/docs/hive-storage-plugin/index.html +++ b/docs/hive-storage-plugin/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/hive-to-drill-data-type-mapping/index.html ---------------------------------------------------------------------- diff --git a/docs/hive-to-drill-data-type-mapping/index.html b/docs/hive-to-drill-data-type-mapping/index.html index 69262d5..9536997 100644 --- a/docs/hive-to-drill-data-type-mapping/index.html +++ b/docs/hive-to-drill-data-type-mapping/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/how-to-run-the-drill-demo/index.html ---------------------------------------------------------------------- diff --git a/docs/how-to-run-the-drill-demo/index.html b/docs/how-to-run-the-drill-demo/index.html index 36c435e..8250e82 100644 --- a/docs/how-to-run-the-drill-demo/index.html +++ b/docs/how-to-run-the-drill-demo/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/identifying-performance-issues/index.html ---------------------------------------------------------------------- diff --git a/docs/identifying-performance-issues/index.html b/docs/identifying-performance-issues/index.html index 8a8abcd..f3872b6 100644 --- a/docs/identifying-performance-issues/index.html +++ b/docs/identifying-performance-issues/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/index.html ---------------------------------------------------------------------- diff --git a/docs/index.html b/docs/index.html index 4520b6e..168374d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/install-drill-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/install-drill-introduction/index.html b/docs/install-drill-introduction/index.html index dfaf86e..9de728b 100644 --- a/docs/install-drill-introduction/index.html +++ b/docs/install-drill-introduction/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/install-drill/index.html ---------------------------------------------------------------------- diff --git a/docs/install-drill/index.html b/docs/install-drill/index.html index 4f86f5f..35de10c 100644 --- a/docs/install-drill/index.html +++ b/docs/install-drill/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/installing-drill-in-distributed-mode/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-drill-in-distributed-mode/index.html b/docs/installing-drill-in-distributed-mode/index.html index 8aff287..34d822d 100644 --- a/docs/installing-drill-in-distributed-mode/index.html +++ b/docs/installing-drill-in-distributed-mode/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/installing-drill-in-embedded-mode/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-drill-in-embedded-mode/index.html b/docs/installing-drill-in-embedded-mode/index.html index 31c2499..5116673 100644 --- a/docs/installing-drill-in-embedded-mode/index.html +++ b/docs/installing-drill-in-embedded-mode/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/installing-drill-on-linux-and-mac-os-x/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-drill-on-linux-and-mac-os-x/index.html b/docs/installing-drill-on-linux-and-mac-os-x/index.html index c3c9cfa..80cdf71 100644 --- a/docs/installing-drill-on-linux-and-mac-os-x/index.html +++ b/docs/installing-drill-on-linux-and-mac-os-x/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/installing-drill-on-the-cluster/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-drill-on-the-cluster/index.html b/docs/installing-drill-on-the-cluster/index.html index e4d59c1..8a7f563 100644 --- a/docs/installing-drill-on-the-cluster/index.html +++ b/docs/installing-drill-on-the-cluster/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/installing-drill-on-windows/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-drill-on-windows/index.html b/docs/installing-drill-on-windows/index.html index 906ec77..2774997 100644 --- a/docs/installing-drill-on-windows/index.html +++ b/docs/installing-drill-on-windows/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/installing-the-apache-drill-sandbox/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-the-apache-drill-sandbox/index.html b/docs/installing-the-apache-drill-sandbox/index.html index 6c84983..70b2b68 100644 --- a/docs/installing-the-apache-drill-sandbox/index.html +++ b/docs/installing-the-apache-drill-sandbox/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/installing-the-driver-on-linux/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-the-driver-on-linux/index.html b/docs/installing-the-driver-on-linux/index.html index 63695fe..014eb52 100644 --- a/docs/installing-the-driver-on-linux/index.html +++ b/docs/installing-the-driver-on-linux/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/installing-the-driver-on-mac-os-x/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-the-driver-on-mac-os-x/index.html b/docs/installing-the-driver-on-mac-os-x/index.html index 7f5cb5d..cdccd1d 100644 --- a/docs/installing-the-driver-on-mac-os-x/index.html +++ b/docs/installing-the-driver-on-mac-os-x/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + @@ -1011,9 +1013,9 @@ the Drill service.

    Install the MapR Drill ODBC Driver on a system that meets the system requirements. Complete the following steps, described in detail in this document:

    System Requirements

    http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/installing-the-driver-on-windows/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-the-driver-on-windows/index.html b/docs/installing-the-driver-on-windows/index.html index 6bc0282..0d9351b 100644 --- a/docs/installing-the-driver-on-windows/index.html +++ b/docs/installing-the-driver-on-windows/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/installing-the-odbc-driver/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-the-odbc-driver/index.html b/docs/installing-the-odbc-driver/index.html index cf8d21b..7b57945 100644 --- a/docs/installing-the-odbc-driver/index.html +++ b/docs/installing-the-odbc-driver/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/installing-the-tdc-file-on-windows/index.html ---------------------------------------------------------------------- diff --git a/docs/installing-the-tdc-file-on-windows/index.html b/docs/installing-the-tdc-file-on-windows/index.html index aa08b29..7aa695f 100644 --- a/docs/installing-the-tdc-file-on-windows/index.html +++ b/docs/installing-the-tdc-file-on-windows/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/interfaces-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/interfaces-introduction/index.html b/docs/interfaces-introduction/index.html index 1abc2a7..fbc6e54 100644 --- a/docs/interfaces-introduction/index.html +++ b/docs/interfaces-introduction/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/join-planning-guidelines/index.html ---------------------------------------------------------------------- diff --git a/docs/join-planning-guidelines/index.html b/docs/join-planning-guidelines/index.html index b0f0a25..d16c061 100644 --- a/docs/join-planning-guidelines/index.html +++ b/docs/join-planning-guidelines/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/json-data-model/index.html ---------------------------------------------------------------------- diff --git a/docs/json-data-model/index.html b/docs/json-data-model/index.html index b776dfa..e05b157 100644 --- a/docs/json-data-model/index.html +++ b/docs/json-data-model/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/kvgen/index.html ---------------------------------------------------------------------- diff --git a/docs/kvgen/index.html b/docs/kvgen/index.html index f8680ce..83e596e 100644 --- a/docs/kvgen/index.html +++ b/docs/kvgen/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/learn-drill-with-the-mapr-sandbox/index.html ---------------------------------------------------------------------- diff --git a/docs/learn-drill-with-the-mapr-sandbox/index.html b/docs/learn-drill-with-the-mapr-sandbox/index.html index 02d815a..8577b26 100644 --- a/docs/learn-drill-with-the-mapr-sandbox/index.html +++ b/docs/learn-drill-with-the-mapr-sandbox/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/lesson-1-learn-about-the-data-set/index.html ---------------------------------------------------------------------- diff --git a/docs/lesson-1-learn-about-the-data-set/index.html b/docs/lesson-1-learn-about-the-data-set/index.html index 1c7c329..e510a7b 100644 --- a/docs/lesson-1-learn-about-the-data-set/index.html +++ b/docs/lesson-1-learn-about-the-data-set/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/lesson-2-run-queries-with-ansi-sql/index.html ---------------------------------------------------------------------- diff --git a/docs/lesson-2-run-queries-with-ansi-sql/index.html b/docs/lesson-2-run-queries-with-ansi-sql/index.html index 4d3a6c2..6c79d0b 100644 --- a/docs/lesson-2-run-queries-with-ansi-sql/index.html +++ b/docs/lesson-2-run-queries-with-ansi-sql/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/lesson-3-run-queries-on-complex-data-types/index.html ---------------------------------------------------------------------- diff --git a/docs/lesson-3-run-queries-on-complex-data-types/index.html b/docs/lesson-3-run-queries-on-complex-data-types/index.html index ef74e32..5da380b 100644 --- a/docs/lesson-3-run-queries-on-complex-data-types/index.html +++ b/docs/lesson-3-run-queries-on-complex-data-types/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/lexical-structure/index.html ---------------------------------------------------------------------- diff --git a/docs/lexical-structure/index.html b/docs/lexical-structure/index.html index 3ea6672..eb49164 100644 --- a/docs/lexical-structure/index.html +++ b/docs/lexical-structure/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/limit-clause/index.html ---------------------------------------------------------------------- diff --git a/docs/limit-clause/index.html b/docs/limit-clause/index.html index ff84ac3..fa2c466 100644 --- a/docs/limit-clause/index.html +++ b/docs/limit-clause/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/log-and-debug-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/log-and-debug-introduction/index.html b/docs/log-and-debug-introduction/index.html index 2342f7c..4fd585d 100644 --- a/docs/log-and-debug-introduction/index.html +++ b/docs/log-and-debug-introduction/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/log-and-debug/index.html ---------------------------------------------------------------------- diff --git a/docs/log-and-debug/index.html b/docs/log-and-debug/index.html index a042a77..05acc21 100644 --- a/docs/log-and-debug/index.html +++ b/docs/log-and-debug/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/mapr-db-format/index.html ---------------------------------------------------------------------- diff --git a/docs/mapr-db-format/index.html b/docs/mapr-db-format/index.html index 4a0fc41..7e0b252 100644 --- a/docs/mapr-db-format/index.html +++ b/docs/mapr-db-format/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/math-and-trig/index.html ---------------------------------------------------------------------- diff --git a/docs/math-and-trig/index.html b/docs/math-and-trig/index.html index 9cf5446..e581414 100644 --- a/docs/math-and-trig/index.html +++ b/docs/math-and-trig/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/modify-logback-xml/index.html ---------------------------------------------------------------------- diff --git a/docs/modify-logback-xml/index.html b/docs/modify-logback-xml/index.html index edef08b..918d820 100644 --- a/docs/modify-logback-xml/index.html +++ b/docs/modify-logback-xml/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/modifying-query-planning-options/index.html ---------------------------------------------------------------------- diff --git a/docs/modifying-query-planning-options/index.html b/docs/modifying-query-planning-options/index.html index e806534..87a8a44 100644 --- a/docs/modifying-query-planning-options/index.html +++ b/docs/modifying-query-planning-options/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/mongodb-plugin-for-apache-drill/index.html ---------------------------------------------------------------------- diff --git a/docs/mongodb-plugin-for-apache-drill/index.html b/docs/mongodb-plugin-for-apache-drill/index.html index e08bc4d..eb7db70 100644 --- a/docs/mongodb-plugin-for-apache-drill/index.html +++ b/docs/mongodb-plugin-for-apache-drill/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/monitoring-and-canceling-queries-in-the-drill-web-ui/index.html ---------------------------------------------------------------------- diff --git a/docs/monitoring-and-canceling-queries-in-the-drill-web-ui/index.html b/docs/monitoring-and-canceling-queries-in-the-drill-web-ui/index.html index dfd6843..a6eb76c 100644 --- a/docs/monitoring-and-canceling-queries-in-the-drill-web-ui/index.html +++ b/docs/monitoring-and-canceling-queries-in-the-drill-web-ui/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/nested-data-functions/index.html ---------------------------------------------------------------------- diff --git a/docs/nested-data-functions/index.html b/docs/nested-data-functions/index.html index 8f77220..ee614ec 100644 --- a/docs/nested-data-functions/index.html +++ b/docs/nested-data-functions/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/nested-data-limitations/index.html ---------------------------------------------------------------------- diff --git a/docs/nested-data-limitations/index.html b/docs/nested-data-limitations/index.html index 73cee9f..1acf671 100644 --- a/docs/nested-data-limitations/index.html +++ b/docs/nested-data-limitations/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/odbc-configuration-reference/index.html ---------------------------------------------------------------------- diff --git a/docs/odbc-configuration-reference/index.html b/docs/odbc-configuration-reference/index.html index 8acc985..e3f42b1 100644 --- a/docs/odbc-configuration-reference/index.html +++ b/docs/odbc-configuration-reference/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/odbc-jdbc-interfaces/index.html ---------------------------------------------------------------------- diff --git a/docs/odbc-jdbc-interfaces/index.html b/docs/odbc-jdbc-interfaces/index.html index 53f0169..368556c 100644 --- a/docs/odbc-jdbc-interfaces/index.html +++ b/docs/odbc-jdbc-interfaces/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + @@ -1075,6 +1077,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/offset-clause/index.html ---------------------------------------------------------------------- diff --git a/docs/offset-clause/index.html b/docs/offset-clause/index.html index 95c71a9..8c205e5 100644 --- a/docs/offset-clause/index.html +++ b/docs/offset-clause/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/operators/index.html ---------------------------------------------------------------------- diff --git a/docs/operators/index.html b/docs/operators/index.html index ef7635c..22acee9 100644 --- a/docs/operators/index.html +++ b/docs/operators/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + @@ -1015,6 +1017,7 @@ operations on your data.

  • BETWEEN
  • IN
  • LIKE
  • +
  • ILIKE
  • NOT
  • OR
  • @@ -1044,6 +1047,7 @@ operations on your data.

    • LIKE
    • +
    • ILIKE
    • NOT LIKE
    • SIMILAR TO
    • NOT SIMILAR TO
    • @@ -1101,6 +1105,114 @@ operations on your data.

      The concat function treats NULL as an empty string. The concatenate operator (||) returns NULL if any input is NULL.

      +

      Operator Precedence

      + +

      The following table shows the precedence of operators in decreasing order:

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Operator/ElementAssociativityDescription
      .leftdot notation used, for example, to drill down in a JSON map
      [ ]leftarray-style notation to drill down into a JSON array
      -rightunary minus
      Eleftexponentiation
      * / %leftmultiplication, division, modulo
      + -leftaddition, subtraction
      ISIS TRUE, IS FALSE, IS UNKNOWN, IS NULL
      IS NULLtest for null
      IS NOT NULLtest for not null
      (any other)leftall other native and user-defined operators
      INset membership
      BETWEENrange containment
      OVERLAPStime interval overlap
      LIKE ILIKE SIMILAR TO NOT SIMILAR TOstring pattern matching
      < >less than, greater than
      =rightequality, assignment
      NOTrightlogical negation
      ANDleftlogical conjunction
      ORleftlogical disjunction
      +
      http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/order-by-clause/index.html ---------------------------------------------------------------------- diff --git a/docs/order-by-clause/index.html b/docs/order-by-clause/index.html index 535f1fa..9fae48a 100644 --- a/docs/order-by-clause/index.html +++ b/docs/order-by-clause/index.html @@ -436,6 +436,8 @@
    • Using Apache Drill with Tableau 9 Server
    • +
    • Configuring JReport with Drill
    • +
    http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/parquet-format/index.html ---------------------------------------------------------------------- diff --git a/docs/parquet-format/index.html b/docs/parquet-format/index.html index 5218dab..c4850e4 100644 --- a/docs/parquet-format/index.html +++ b/docs/parquet-format/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/partition-by-clause/index.html ---------------------------------------------------------------------- diff --git a/docs/partition-by-clause/index.html b/docs/partition-by-clause/index.html index 47d5373..c785ccc 100644 --- a/docs/partition-by-clause/index.html +++ b/docs/partition-by-clause/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + @@ -1008,7 +1010,7 @@

    The PARTITION BY clause in the CTAS command partitions data, which Drill prunes to improve performance when you query the data. (Drill 1.1.0)

    Syntax

    -
     [ PARTITION_BY ( column_name[, . . .] ) ]
    +
     [ PARTITION BY ( column_name[, . . .] ) ]
     

    The PARTITION BY clause partitions the data by the first column_name, and then subpartitions the data by the next column_name, if there is one, and so on.

    @@ -1016,12 +1018,12 @@

    When the base table in the SELECT statement is schema-less, include columns in the PARTITION BY clause in the table's column list, or use a select all (SELECT *) statement:

    CREATE TABLE dest_name [ (column, . . .) ]
    -[ PARTITION_BY (column, . . .) ] 
    +[ PARTITION BY (column, . . .) ] 
     AS SELECT column_list FROM <source_name>;
     

    When columns in the source table have ambiguous names, such as COLUMNS[0], define one or more column aliases in the SELECT statement. Use the alias name or names in the CREATE TABLE list. List aliases in the same order as the corresponding columns in the SELECT statement. Matching order is important because Drill performs an overwrite operation.

    CREATE TABLE dest_name (alias1, alias2, . . .) 
    -[ PARTITION_BY (alias1, . . . ) ] 
    +[ PARTITION BY (alias1, . . . ) ] 
     AS SELECT column1 alias1, column2 alias2, . . .;
     

    For example:

    http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/partition-pruning/index.html ---------------------------------------------------------------------- diff --git a/docs/partition-pruning/index.html b/docs/partition-pruning/index.html index 0a206b1..b1b3a6c 100644 --- a/docs/partition-pruning/index.html +++ b/docs/partition-pruning/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/performance-tuning-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/performance-tuning-introduction/index.html b/docs/performance-tuning-introduction/index.html index 6a61fd3..2331d11 100644 --- a/docs/performance-tuning-introduction/index.html +++ b/docs/performance-tuning-introduction/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/performance-tuning-reference/index.html ---------------------------------------------------------------------- diff --git a/docs/performance-tuning-reference/index.html b/docs/performance-tuning-reference/index.html index e7f93aa..b2bfa04 100644 --- a/docs/performance-tuning-reference/index.html +++ b/docs/performance-tuning-reference/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/performance-tuning/index.html ---------------------------------------------------------------------- diff --git a/docs/performance-tuning/index.html b/docs/performance-tuning/index.html index fe94ccf..584499b 100644 --- a/docs/performance-tuning/index.html +++ b/docs/performance-tuning/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/performance/index.html ---------------------------------------------------------------------- diff --git a/docs/performance/index.html b/docs/performance/index.html index 337f73f..4f610f9 100644 --- a/docs/performance/index.html +++ b/docs/performance/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/persistent-configuration-storage/index.html ---------------------------------------------------------------------- diff --git a/docs/persistent-configuration-storage/index.html b/docs/persistent-configuration-storage/index.html index f0ecf13..119a0c0 100644 --- a/docs/persistent-configuration-storage/index.html +++ b/docs/persistent-configuration-storage/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/physical-operators/index.html ---------------------------------------------------------------------- diff --git a/docs/physical-operators/index.html b/docs/physical-operators/index.html index 5e6c7a7..b8d293f 100644 --- a/docs/physical-operators/index.html +++ b/docs/physical-operators/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/planning-and-execution-options/index.html ---------------------------------------------------------------------- diff --git a/docs/planning-and-execution-options/index.html b/docs/planning-and-execution-options/index.html index 0c1f2ab..caa6c41 100644 --- a/docs/planning-and-execution-options/index.html +++ b/docs/planning-and-execution-options/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/plugin-configuration-basics/index.html ---------------------------------------------------------------------- diff --git a/docs/plugin-configuration-basics/index.html b/docs/plugin-configuration-basics/index.html index 46880b4..4747886 100644 --- a/docs/plugin-configuration-basics/index.html +++ b/docs/plugin-configuration-basics/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/ports-used-by-drill/index.html ---------------------------------------------------------------------- diff --git a/docs/ports-used-by-drill/index.html b/docs/ports-used-by-drill/index.html index 0f5d0ec..f1216a7 100644 --- a/docs/ports-used-by-drill/index.html +++ b/docs/ports-used-by-drill/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/progress-reports/index.html ---------------------------------------------------------------------- diff --git a/docs/progress-reports/index.html b/docs/progress-reports/index.html index 78b33cf..84617a7 100644 --- a/docs/progress-reports/index.html +++ b/docs/progress-reports/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/project-bylaws/index.html ---------------------------------------------------------------------- diff --git a/docs/project-bylaws/index.html b/docs/project-bylaws/index.html index ee54f45..f239391 100644 --- a/docs/project-bylaws/index.html +++ b/docs/project-bylaws/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/query-audit-logging/index.html ---------------------------------------------------------------------- diff --git a/docs/query-audit-logging/index.html b/docs/query-audit-logging/index.html index 2e12b2a..a683c49 100644 --- a/docs/query-audit-logging/index.html +++ b/docs/query-audit-logging/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/query-data-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/query-data-introduction/index.html b/docs/query-data-introduction/index.html index 49add6b..93b0396 100644 --- a/docs/query-data-introduction/index.html +++ b/docs/query-data-introduction/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + @@ -1005,7 +1007,7 @@

    You can query local and distributed file systems, Hive, HBase data, complex data, INFORMATION SCHEMA, and system tables as described in the subtopics of this section.

    -

    The query specifies the data source location and include data casting.

    +

    The query specifies the data source location and includes data casting.

    Specifying the Data Source Location

    @@ -1020,7 +1022,7 @@

    For example, you have to cast a string "100" in a JSON file to an integer in order to apply a math function or an aggregate function.

    -

    Use CONVERT_TO and CONVERT_FROM instead of the CAST function for converting binary data types, as described in section "CONVERT_TO and CONVERT_FROM Usage Notes".

    +

    To query HBase data using Drill, convert every column of an HBase table to/from byte arrays from/to an SQL data type as described in the section "Querying HBase". Use CONVERT_TO or CONVERT_FROM functions to perform conversions of HBase data.

    Troubleshooting Queries

    http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/query-data/index.html ---------------------------------------------------------------------- diff --git a/docs/query-data/index.html b/docs/query-data/index.html index 1139c14..9256843 100644 --- a/docs/query-data/index.html +++ b/docs/query-data/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + @@ -1062,7 +1064,7 @@ http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/query-directory-functions/index.html ---------------------------------------------------------------------- diff --git a/docs/query-directory-functions/index.html b/docs/query-directory-functions/index.html index 6698d44..9ec47c1 100644 --- a/docs/query-directory-functions/index.html +++ b/docs/query-directory-functions/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • + http://git-wip-us.apache.org/repos/asf/drill-site/blob/31fb6486/docs/query-plans-and-tuning-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/query-plans-and-tuning-introduction/index.html b/docs/query-plans-and-tuning-introduction/index.html index a777694..8853b87 100644 --- a/docs/query-plans-and-tuning-introduction/index.html +++ b/docs/query-plans-and-tuning-introduction/index.html @@ -436,6 +436,8 @@
  • Using Apache Drill with Tableau 9 Server
  • +
  • Configuring JReport with Drill
  • +