From commits-return-5113-apmail-drill-commits-archive=drill.apache.org@drill.apache.org Fri Aug 18 17:58:11 2017 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 84A5719B3A for ; Fri, 18 Aug 2017 17:58:11 +0000 (UTC) Received: (qmail 15730 invoked by uid 500); 18 Aug 2017 17:58:11 -0000 Delivered-To: apmail-drill-commits-archive@drill.apache.org Received: (qmail 15591 invoked by uid 500); 18 Aug 2017 17:58:10 -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 15582 invoked by uid 99); 18 Aug 2017 17:58:10 -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; Fri, 18 Aug 2017 17:58:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2F267E00C5; Fri, 18 Aug 2017 17:58:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bridgetb@apache.org To: commits@drill.apache.org Date: Fri, 18 Aug 2017 17:58:10 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/5] drill-site git commit: minor doc edits to 1.11 files Repository: drill-site Updated Branches: refs/heads/asf-site e3d8bad1b -> 791d6fa56 http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/sort-based-and-hash-based-memory-constrained-operators/index.html ---------------------------------------------------------------------- diff --git a/docs/sort-based-and-hash-based-memory-constrained-operators/index.html b/docs/sort-based-and-hash-based-memory-constrained-operators/index.html index c1d1a67..a62068e 100644 --- a/docs/sort-based-and-hash-based-memory-constrained-operators/index.html +++ b/docs/sort-based-and-hash-based-memory-constrained-operators/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • @@ -1128,7 +1128,7 @@ - Aug 17, 2017 + Aug 18, 2017 @@ -1140,7 +1140,7 @@

    Memory Options

    -

    The planner.memory.max_query_memory_per_node option sets the maximum amount of direct memory allocated to the Sort and Hash Aggregate operators during each query on a node. The default limit is set to 2147483648 bytes (2GB), which is too small for queries on large data sets and should be increased. This memory is split between operators. If a query plan contains multiple Sort and/or Hash Aggregate operators, the memory is divided between them.

    +

    The planner.memory.max_query_memory_per_node option sets the maximum amount of direct memory allocated to the Sort and Hash Aggregate operators during each query on a node. The default limit is set to 2147483648 bytes (2GB), which should be increased for queries on large data sets. This memory is split between operators. If a query plan contains multiple Sort and/or Hash Aggregate operators, the memory is divided between them.

    When a query is parallelized, the number of operators is multiplied, which reduces the amount of memory given to each instance of the Sort and Hash Aggregate operators during a query. If you encounter memory issues when running queries with Sort and Hash Aggregate operators, calculate the memory requirements for your queries and the amount of available memory on each node. Based on the information, increase the value of the planner.memory.max_query_memory_per_node option using the ALTER SYSTEM|SESSION SET command, as shown:

    ALTER SYSTEM|SESSION SET `planner.memory.max_query_memory_per_node` = <new_value>  
    
    http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/sql-commands/index.html
    ----------------------------------------------------------------------
    diff --git a/docs/sql-commands/index.html b/docs/sql-commands/index.html
    index 7f5f9de..f4fb8f4 100644
    --- a/docs/sql-commands/index.html
    +++ b/docs/sql-commands/index.html
    @@ -437,7 +437,7 @@
                   
                     
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/sql-conditional-expressions/index.html ---------------------------------------------------------------------- diff --git a/docs/sql-conditional-expressions/index.html b/docs/sql-conditional-expressions/index.html index d8e0676..b882f9e 100644 --- a/docs/sql-conditional-expressions/index.html +++ b/docs/sql-conditional-expressions/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/sql-extensions/index.html ---------------------------------------------------------------------- diff --git a/docs/sql-extensions/index.html b/docs/sql-extensions/index.html index 35d45d6..1feabaa 100644 --- a/docs/sql-extensions/index.html +++ b/docs/sql-extensions/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/sql-functions/index.html ---------------------------------------------------------------------- diff --git a/docs/sql-functions/index.html b/docs/sql-functions/index.html index 3c1b092..a633a60 100644 --- a/docs/sql-functions/index.html +++ b/docs/sql-functions/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/sql-reference-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/sql-reference-introduction/index.html b/docs/sql-reference-introduction/index.html index 08c3a68..a51da23 100644 --- a/docs/sql-reference-introduction/index.html +++ b/docs/sql-reference-introduction/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/sql-reference/index.html ---------------------------------------------------------------------- diff --git a/docs/sql-reference/index.html b/docs/sql-reference/index.html index cf53d41..43d7695 100644 --- a/docs/sql-reference/index.html +++ b/docs/sql-reference/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/sql-window-functions-examples/index.html ---------------------------------------------------------------------- diff --git a/docs/sql-window-functions-examples/index.html b/docs/sql-window-functions-examples/index.html index 01d5c1e..ae7385d 100644 --- a/docs/sql-window-functions-examples/index.html +++ b/docs/sql-window-functions-examples/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/sql-window-functions-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/sql-window-functions-introduction/index.html b/docs/sql-window-functions-introduction/index.html index 402d8ef..6c066a9 100644 --- a/docs/sql-window-functions-introduction/index.html +++ b/docs/sql-window-functions-introduction/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/sql-window-functions/index.html ---------------------------------------------------------------------- diff --git a/docs/sql-window-functions/index.html b/docs/sql-window-functions/index.html index 8ccaaaf..cdc9ff0 100644 --- a/docs/sql-window-functions/index.html +++ b/docs/sql-window-functions/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/start-up-options/index.html ---------------------------------------------------------------------- diff --git a/docs/start-up-options/index.html b/docs/start-up-options/index.html index 39f1e67..0332611 100644 --- a/docs/start-up-options/index.html +++ b/docs/start-up-options/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/starting-drill-in-distributed-mode/index.html ---------------------------------------------------------------------- diff --git a/docs/starting-drill-in-distributed-mode/index.html b/docs/starting-drill-in-distributed-mode/index.html index f442297..905431d 100644 --- a/docs/starting-drill-in-distributed-mode/index.html +++ b/docs/starting-drill-in-distributed-mode/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/starting-drill-on-linux-and-mac-os-x/index.html ---------------------------------------------------------------------- diff --git a/docs/starting-drill-on-linux-and-mac-os-x/index.html b/docs/starting-drill-on-linux-and-mac-os-x/index.html index 0bb33e4..d1f8287 100644 --- a/docs/starting-drill-on-linux-and-mac-os-x/index.html +++ b/docs/starting-drill-on-linux-and-mac-os-x/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/starting-drill-on-windows/index.html ---------------------------------------------------------------------- diff --git a/docs/starting-drill-on-windows/index.html b/docs/starting-drill-on-windows/index.html index 52c9072..685d845 100644 --- a/docs/starting-drill-on-windows/index.html +++ b/docs/starting-drill-on-windows/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/starting-the-web-console/index.html ---------------------------------------------------------------------- diff --git a/docs/starting-the-web-console/index.html b/docs/starting-the-web-console/index.html index 58f47a4..45c83a4 100644 --- a/docs/starting-the-web-console/index.html +++ b/docs/starting-the-web-console/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/storage-plugin-configuration/index.html ---------------------------------------------------------------------- diff --git a/docs/storage-plugin-configuration/index.html b/docs/storage-plugin-configuration/index.html index 115042f..a16e1a8 100644 --- a/docs/storage-plugin-configuration/index.html +++ b/docs/storage-plugin-configuration/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/storage-plugin-registration/index.html ---------------------------------------------------------------------- diff --git a/docs/storage-plugin-registration/index.html b/docs/storage-plugin-registration/index.html index 62bdc00..18fe217 100644 --- a/docs/storage-plugin-registration/index.html +++ b/docs/storage-plugin-registration/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/string-manipulation/index.html ---------------------------------------------------------------------- diff --git a/docs/string-manipulation/index.html b/docs/string-manipulation/index.html index a8bd1b9..6b275b7 100644 --- a/docs/string-manipulation/index.html +++ b/docs/string-manipulation/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/summary/index.html ---------------------------------------------------------------------- diff --git a/docs/summary/index.html b/docs/summary/index.html index 9d98b28..0f21652 100644 --- a/docs/summary/index.html +++ b/docs/summary/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/supported-data-types/index.html ---------------------------------------------------------------------- diff --git a/docs/supported-data-types/index.html b/docs/supported-data-types/index.html index 2e4ba9d..a260d06 100644 --- a/docs/supported-data-types/index.html +++ b/docs/supported-data-types/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/supported-sql-commands/index.html ---------------------------------------------------------------------- diff --git a/docs/supported-sql-commands/index.html b/docs/supported-sql-commands/index.html index 4c0ab10..9397dec 100644 --- a/docs/supported-sql-commands/index.html +++ b/docs/supported-sql-commands/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/tableau-examples/index.html ---------------------------------------------------------------------- diff --git a/docs/tableau-examples/index.html b/docs/tableau-examples/index.html index f1a1977..62b3940 100644 --- a/docs/tableau-examples/index.html +++ b/docs/tableau-examples/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/testing-the-odbc-connection/index.html ---------------------------------------------------------------------- diff --git a/docs/testing-the-odbc-connection/index.html b/docs/testing-the-odbc-connection/index.html index b5f0c52..d44d8ab 100644 --- a/docs/testing-the-odbc-connection/index.html +++ b/docs/testing-the-odbc-connection/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/text-files-csv-tsv-psv/index.html ---------------------------------------------------------------------- diff --git a/docs/text-files-csv-tsv-psv/index.html b/docs/text-files-csv-tsv-psv/index.html index affaa0c..aa6db65 100644 --- a/docs/text-files-csv-tsv-psv/index.html +++ b/docs/text-files-csv-tsv-psv/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/troubleshooting/index.html ---------------------------------------------------------------------- diff --git a/docs/troubleshooting/index.html b/docs/troubleshooting/index.html index 076c346..0fed0c1 100644 --- a/docs/troubleshooting/index.html +++ b/docs/troubleshooting/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/tutorial-develop-a-simple-function/index.html ---------------------------------------------------------------------- diff --git a/docs/tutorial-develop-a-simple-function/index.html b/docs/tutorial-develop-a-simple-function/index.html index ca0498f..82d227f 100644 --- a/docs/tutorial-develop-a-simple-function/index.html +++ b/docs/tutorial-develop-a-simple-function/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/tutorials-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/tutorials-introduction/index.html b/docs/tutorials-introduction/index.html index e234386..3e1571c 100644 --- a/docs/tutorials-introduction/index.html +++ b/docs/tutorials-introduction/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/tutorials/index.html ---------------------------------------------------------------------- diff --git a/docs/tutorials/index.html b/docs/tutorials/index.html index e5c5cdc..99fa8ed 100644 --- a/docs/tutorials/index.html +++ b/docs/tutorials/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/union-set-operator/index.html ---------------------------------------------------------------------- diff --git a/docs/union-set-operator/index.html b/docs/union-set-operator/index.html index 587737c..6da5d0c 100644 --- a/docs/union-set-operator/index.html +++ b/docs/union-set-operator/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/use/index.html ---------------------------------------------------------------------- diff --git a/docs/use/index.html b/docs/use/index.html index 3d0a8df..66ee5e2 100644 --- a/docs/use/index.html +++ b/docs/use/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/useful-research/index.html ---------------------------------------------------------------------- diff --git a/docs/useful-research/index.html b/docs/useful-research/index.html index 97bfe8f..3e8c4bf 100644 --- a/docs/useful-research/index.html +++ b/docs/useful-research/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-apache-drill-with-tableau-10-2/index.html ---------------------------------------------------------------------- diff --git a/docs/using-apache-drill-with-tableau-10-2/index.html b/docs/using-apache-drill-with-tableau-10-2/index.html index f43f7e6..dca81f8 100644 --- a/docs/using-apache-drill-with-tableau-10-2/index.html +++ b/docs/using-apache-drill-with-tableau-10-2/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-apache-drill-with-tableau-9-desktop/index.html ---------------------------------------------------------------------- diff --git a/docs/using-apache-drill-with-tableau-9-desktop/index.html b/docs/using-apache-drill-with-tableau-9-desktop/index.html index 2cee362..5f00da7 100644 --- a/docs/using-apache-drill-with-tableau-9-desktop/index.html +++ b/docs/using-apache-drill-with-tableau-9-desktop/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-apache-drill-with-tableau-9-server/index.html ---------------------------------------------------------------------- diff --git a/docs/using-apache-drill-with-tableau-9-server/index.html b/docs/using-apache-drill-with-tableau-9-server/index.html index 5eec69d..5b437b5 100644 --- a/docs/using-apache-drill-with-tableau-9-server/index.html +++ b/docs/using-apache-drill-with-tableau-9-server/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-custom-functions-in-queries/index.html ---------------------------------------------------------------------- diff --git a/docs/using-custom-functions-in-queries/index.html b/docs/using-custom-functions-in-queries/index.html index 3ac1d2c..47210ec 100644 --- a/docs/using-custom-functions-in-queries/index.html +++ b/docs/using-custom-functions-in-queries/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-drill-explorer/index.html ---------------------------------------------------------------------- diff --git a/docs/using-drill-explorer/index.html b/docs/using-drill-explorer/index.html index 8e1a6b1..96c5fe3 100644 --- a/docs/using-drill-explorer/index.html +++ b/docs/using-drill-explorer/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-drill-with-bi-tools-introduction/index.html ---------------------------------------------------------------------- diff --git a/docs/using-drill-with-bi-tools-introduction/index.html b/docs/using-drill-with-bi-tools-introduction/index.html index 674478a..b05191c 100644 --- a/docs/using-drill-with-bi-tools-introduction/index.html +++ b/docs/using-drill-with-bi-tools-introduction/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-drill-with-bi-tools/index.html ---------------------------------------------------------------------- diff --git a/docs/using-drill-with-bi-tools/index.html b/docs/using-drill-with-bi-tools/index.html index d76370c..c289efe 100644 --- a/docs/using-drill-with-bi-tools/index.html +++ b/docs/using-drill-with-bi-tools/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-information-builders-webfocus-with-apache-drill/index.html ---------------------------------------------------------------------- diff --git a/docs/using-information-builders-webfocus-with-apache-drill/index.html b/docs/using-information-builders-webfocus-with-apache-drill/index.html index 33e1659..86883d2 100644 --- a/docs/using-information-builders-webfocus-with-apache-drill/index.html +++ b/docs/using-information-builders-webfocus-with-apache-drill/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-jdbc-with-squirrel-on-windows/index.html ---------------------------------------------------------------------- diff --git a/docs/using-jdbc-with-squirrel-on-windows/index.html b/docs/using-jdbc-with-squirrel-on-windows/index.html index be61ddb..47dbbb8 100644 --- a/docs/using-jdbc-with-squirrel-on-windows/index.html +++ b/docs/using-jdbc-with-squirrel-on-windows/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-microstrategy-analytics-with-apache-drill/index.html ---------------------------------------------------------------------- diff --git a/docs/using-microstrategy-analytics-with-apache-drill/index.html b/docs/using-microstrategy-analytics-with-apache-drill/index.html index 81ca881..b72f7e8 100644 --- a/docs/using-microstrategy-analytics-with-apache-drill/index.html +++ b/docs/using-microstrategy-analytics-with-apache-drill/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-qlik-sense-with-drill/index.html ---------------------------------------------------------------------- diff --git a/docs/using-qlik-sense-with-drill/index.html b/docs/using-qlik-sense-with-drill/index.html index 0c0d88c..f31d10f 100644 --- a/docs/using-qlik-sense-with-drill/index.html +++ b/docs/using-qlik-sense-with-drill/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-sql-functions-clauses-and-joins/index.html ---------------------------------------------------------------------- diff --git a/docs/using-sql-functions-clauses-and-joins/index.html b/docs/using-sql-functions-clauses-and-joins/index.html index 8e4297d..66caeb3 100644 --- a/docs/using-sql-functions-clauses-and-joins/index.html +++ b/docs/using-sql-functions-clauses-and-joins/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-the-jdbc-driver/index.html ---------------------------------------------------------------------- diff --git a/docs/using-the-jdbc-driver/index.html b/docs/using-the-jdbc-driver/index.html index 9597933..1f29027 100644 --- a/docs/using-the-jdbc-driver/index.html +++ b/docs/using-the-jdbc-driver/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/using-tibco-spotfire-desktop-with-drill/index.html ---------------------------------------------------------------------- diff --git a/docs/using-tibco-spotfire-desktop-with-drill/index.html b/docs/using-tibco-spotfire-desktop-with-drill/index.html index ea7caa0..87e43c3 100644 --- a/docs/using-tibco-spotfire-desktop-with-drill/index.html +++ b/docs/using-tibco-spotfire-desktop-with-drill/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/value-vectors/index.html ---------------------------------------------------------------------- diff --git a/docs/value-vectors/index.html b/docs/value-vectors/index.html index e00f792..2e8f258 100644 --- a/docs/value-vectors/index.html +++ b/docs/value-vectors/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/value-window-functions/index.html ---------------------------------------------------------------------- diff --git a/docs/value-window-functions/index.html b/docs/value-window-functions/index.html index 0115917..16f66b9 100644 --- a/docs/value-window-functions/index.html +++ b/docs/value-window-functions/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/where-clause/index.html ---------------------------------------------------------------------- diff --git a/docs/where-clause/index.html b/docs/where-clause/index.html index 71c5730..9bcd481 100644 --- a/docs/where-clause/index.html +++ b/docs/where-clause/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/why-drill/index.html ---------------------------------------------------------------------- diff --git a/docs/why-drill/index.html b/docs/why-drill/index.html index f98134d..e3f6538 100644 --- a/docs/why-drill/index.html +++ b/docs/why-drill/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/wikipedia-edit-history/index.html ---------------------------------------------------------------------- diff --git a/docs/wikipedia-edit-history/index.html b/docs/wikipedia-edit-history/index.html index 5f3fd56..6ec54fb 100644 --- a/docs/wikipedia-edit-history/index.html +++ b/docs/wikipedia-edit-history/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/with-clause/index.html ---------------------------------------------------------------------- diff --git a/docs/with-clause/index.html b/docs/with-clause/index.html index 9586fdf..05002de 100644 --- a/docs/with-clause/index.html +++ b/docs/with-clause/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/docs/workspaces/index.html ---------------------------------------------------------------------- diff --git a/docs/workspaces/index.html b/docs/workspaces/index.html index 87860a3..c06f9bb 100644 --- a/docs/workspaces/index.html +++ b/docs/workspaces/index.html @@ -437,7 +437,7 @@
  • ODBC Configuration Reference
  • -
  • Logging Tracing
  • +
  • Logging and Tracing
  • Configuring ODBC on Linux
  • http://git-wip-us.apache.org/repos/asf/drill-site/blob/791d6fa5/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index ed03ac0..c018c71 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ / - Thu, 17 Aug 2017 15:49:16 -0700 - Thu, 17 Aug 2017 15:49:16 -0700 + Fri, 18 Aug 2017 10:55:47 -0700 + Fri, 18 Aug 2017 10:55:47 -0700 Jekyll v2.5.2