This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git.


    from a849b21  Correct typo in README
     new ebdff17  Fix links to docs/configuring-web-ui-and-rest-api-security.
     new 3184c2a  Clean up trailing whitespace.
     new b6215e9  Document the new hadoop-2 build profile.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _docs/en/045-configure-drill.md                    |   2 +-
 _docs/en/090-data-sources-and-file-formats.md      |   2 +-
 _docs/en/110-troubleshooting.md                    | 122 ++++----
 _docs/en/170-bylaws.md                             |   6 +-
 .../architecture/010-architecture-introduction.md  |   4 +-
 _docs/en/architecture/015-drill-query-execution.md |  18 +-
 _docs/en/architecture/020-core-modules.md          |   6 +-
 _docs/en/architecture/030-performance.md           |   6 +-
 .../010-configure-drill-introduction.md            |   6 +-
 .../020-configuring-drill-memory.md                |  73 +++--
 _docs/en/configure-drill/031-securing-drill.md     |   2 +-
 ...nfiguring-a-multitenant-cluster-introduction.md |  22 +-
 .../050-configuring-multitenant-resources.md       |  16 +-
 .../060-configuring-a-shared-drillbit.md           |  10 +-
 .../configure-drill/080-configuration-options.md   |   2 +-
 .../en/configure-drill/100-ports-used-by-drill.md  |   4 +-
 ...121-configuring-cgroups-to-control-cpu-usage.md |  80 +++---
 .../010-configuration-options-introduction.md      |  12 +-
 .../configuration-options/020-start-up-options.md  |  60 ++--
 .../030-planning-and-exececution-options.md        | 140 ++++-----
 .../040-persistent-configuration-storage.md        |   8 +-
 .../configuration-options/041-global-query-list.md |  24 +-
 .../010-securing-drill-introduction.md             |  14 +-
 .../020-secure-communication-paths.md              |   4 +-
 .../securing-drill/030-roles-privileges.md         |  10 +-
 .../040-configuring-user-impersonation.md          |  68 ++---
 .../050-configure-inbound-impersonation.md         |  28 +-
 ...g-user-impersonation-with-hive-authorization.md | 190 ++++++------
 .../070-configuring-user-security.md               |  20 +-
 .../081-configuring-ssl-tls-for-encryption.md      | 118 ++++----
 .../083-using-jpam-as-the-pam-authenticator.md     |  12 +-
 .../090-configuring-kerberos-security.md           | 102 +++----
 ...-drill-to-use-spnego-for-http-authentication.md | 148 +++++-----
 ...092-configuring-web-ui-and-rest-api-security.md |  52 ++--
 ...093-configuring-custom-acls-to-secure-znodes.md |  40 +--
 .../010-connect-a-data-source-introduction.md      |   2 +-
 .../020-storage-plugin-registration.md             |  30 +-
 .../035-plugin-configuration-basics.md             |  35 ++-
 .../036-configuring-storage-plugins.md             |  92 +++---
 _docs/en/connect-a-data-source/050-workspaces.md   |   4 +-
 .../080-drill-default-input-format.md              |   2 +-
 .../plugins/040-file-system-storage-plugin.md      |   8 +-
 .../plugins/070-hive-storage-plugin.md             |  62 ++--
 .../plugins/090-mongodb-storage-plugin.md          |  24 +-
 .../plugins/095-mapr-db-format.md                  |  10 +-
 .../plugins/110-s3-storage-plugin.md               |   2 +-
 .../plugins/111-OCI-OS-storage-plugin.md           |  16 +-
 .../plugins/112-opentsdb-storage-plugin.md         |  54 ++--
 .../plugins/113-kafka-storage-plugin.md            |  90 +++---
 .../plugins/115-azure-blob-storage-plugin.md       |  50 ++--
 .../plugins/120-druid-storage-plugin.md            |   2 +-
 .../plugins/125-http-storage-plugin.md             |   2 +-
 .../plugins/130-elasticsearch-plugin.md            |   2 +-
 .../plugins/140-splunk-storage-plugin.md           |   2 +-
 .../plugins/160-dropbox-storage-plugin.md          |  10 +-
 ...0-data-sources-and-file-formats-introduction.md |  30 +-
 .../020-hive-to-drill-data-type-mapping.md         |  44 +--
 .../030-deploying-and-using-a-hive-udf.md          |  20 +-
 .../050-json-data-model.md                         |  44 +--
 .../060-text-files-csv-tsv-psv.md                  |  50 ++--
 .../110-httpd-format-plugin.md                     |  30 +-
 .../111-image-metadata-format-plugin.md            |  22 +-
 .../112-sys-log-format-plugin.md                   |  60 ++--
 .../113-ltsv-format-plugin.md                      |  10 +-
 .../114-spss-format-plugin.md                      |  14 +-
 .../115-esri-shapefile-format-plugin.md            |   2 +-
 .../116-excel-format-plugin.md                     |  20 +-
 .../117-hdf5-format-plugin.md                      |  16 +-
 .../120-xml-format-plugin.md                       |  16 +-
 .../010-develop-custom-functions-introduction.md   |  16 +-
 .../020-developing-a-simple-function.md            |   4 +-
 .../025-tutorial-develop-a-simple-function.md      |  40 +--
 .../030-developing-an-aggregate-function.md        |  12 +-
 .../040-adding-custom-functions-to-drill.md        |   2 +-
 .../060-custom-function-interfaces.md              |  28 +-
 ...dding-custom-functions-to-drill-introduction.md |   4 +-
 ...10-manually-adding-custom-functions-to-drill.md |   6 +-
 .../015-creating-custom-authenticators.md          |  48 ++--
 .../020-dynamic-udfs.md                            |  76 ++---
 .../020-apache-drill-contribution-ideas.md         |  20 +-
 .../design-docs/020-rpc-overview.md                |  12 +-
 .../design-docs/050-value-vectors.md               |   4 +-
 .../010-compiling-drill-from-source.md             |  46 +--
 .../011-useful-information-for-drill-developers.md |   2 +-
 .../rest-api/010-rest-api-introduction.md          |  52 ++--
 ...on-is-enabled-and-authentication-is-disabled.md |  46 +--
 ...man-to-run-sql-queries-on-drill-data-sources.md |  46 +--
 .../010-drill-on-yarn-introduction.md              |  26 +-
 .../drill-on-yarn/030-launch-drill-under-yarn.md   |  14 +-
 .../drill-on-yarn/040-configuration-reference.md   |  40 +--
 .../050-drill-on-yarn-command-line-tool.md         |  56 ++--
 .../060-using-the-drill-on-yarn-web-ui.md          |  56 ++--
 .../drill-on-yarn/070-multiple-drill-clusters.md   |  26 +-
 .../drill-on-yarn/080-enabling-web-ui-security.md  |  14 +-
 .../090-appendix-a-release-note-issues.md          | 116 ++++----
 .../091-appendix-b-drill-env.sh-settings.md        |  10 +-
 .../092-appendix-c-troubleshooting.md              |  88 +++---
 .../093-appendix-d-recreate-the-drill-archive.md   |  22 +-
 _docs/en/getting-started/010-drill-introduction.md | 248 ++++++++--------
 _docs/en/getting-started/020-why-drill.md          |  14 +-
 _docs/en/install/020-migrating-parquet-data.md     |  26 +-
 .../install/045-distributed-mode-prerequisites.md  |   6 +-
 .../050-starting-drill-in-distributed-mode.md      |  26 +-
 _docs/en/install/060-starting-the-web-ui.md        |  42 +--
 _docs/en/install/061-stopping-drill.md             |  42 +--
 ...tifying-multiple-drill-versions-in-a-cluster.md |  20 +-
 .../010-embedded-mode-prerequisites.md             |  10 +-
 .../020-installing-drill-on-linux-and-mac-os-x.md  |  16 +-
 .../030-starting-drill-on-linux-and-mac-os-x.md    |   6 +-
 .../040-installing-drill-on-windows.md             |  50 ++--
 .../050-starting-drill-on-windows.md               |  22 +-
 .../001-log-and-debug-introduction.md              |  10 +-
 _docs/en/log-and-debug/002-error-messages.md       |   2 +-
 _docs/en/log-and-debug/003-modify-logback.xml.md   |  16 +-
 .../004-review-the-java-stack-trace.md             |   6 +-
 _docs/en/log-and-debug/005-query-audit-logging.md  |   6 +-
 .../010-interfaces-introduction.md                 |  12 +-
 .../odbc-jdbc-interfaces/015-using-jdbc-driver.md  |  56 ++--
 .../020-using-jdbc-with-squirrel-on-windows.md     |  60 ++--
 .../010-odbc-configuration-reference.md            |  10 +-
 .../configuring-odbc/011-logging-and-tracing.md    |  40 +--
 .../020-configuring-odbc-on-linux.md               |  64 ++---
 .../025-configuring-odbc-on-mac-os-x.md            |  46 +--
 .../030-configuring-odbc-on-windows.md             |  40 +--
 .../040-testing-the-odbc-connection.md             |  70 ++---
 .../010-installing-the-driver-on-linux.md          |  44 +--
 .../020-installing-the-driver-on-mac-os-x.md       |  32 +--
 .../030-installing-the-driver-on-windows.md        |  32 +--
 .../010-drill-explorer-introduction.md             |   2 +-
 .../020-connecting-drill-explorer-to-data.md       |  40 +--
 .../030-browsing-data-and-creating-views.md        |  42 +--
 .../020-tableau-examples.md                        | 110 +++----
 ...ng-microstrategy-analytics-with-apache-drill.md |  56 ++--
 .../040-using-tibco-spotfire-desktop-with-drill.md |  18 +-
 .../050-configuring-spotfire-server.md             |  48 ++--
 .../055-using-qliksense-with-drill.md              |  98 +++----
 .../059-using-apache-drill-with-tableau-10.2.md    | 106 +++----
 ...60-using-apache-drill-with-tableau-9-desktop.md |  36 +--
 ...070-using-apache-drill-with-tableau-9-server.md |  10 +-
 .../075-using-apache-drill-with-webfocus.md        |  78 ++---
 .../090-configuring-jreport-with-drill.md          |  16 +-
 .../024-aynchronous-parquet-reader.md              |  38 +--
 .../025-optimizing-parquet-reading.md              |  22 +-
 .../026-parquet-filter-pushdown.md                 | 110 +++----
 .../027-hive-metadata-caching.md                   |  24 +-
 .../030-choosing-a-storage-format.md               |   8 +-
 .../performance-tuning/070-monitoring-metrics.md   |  58 ++--
 .../drill-metastore/010-using-drill-metastore.md   |   6 +-
 .../drill-metastore/030-rdbms-metastore.md         |  24 +-
 .../drill-metastore/040-mongo-metastore.md         |  14 +-
 .../010-query-plans.md                             |  48 ++--
 .../020-query-profiles.md                          | 130 ++++-----
 .../010-partition-pruning-introduction.md          |  18 +-
 .../030-using-partition-pruning.md                 |  62 ++--
 .../010-query-profile-tables.md                    |  30 +-
 .../020-physical-operators.md                      |  60 ++--
 .../010-query-plans-and-tuning-introduction.md     |   2 +-
 .../020-join-planning-guidelines.md                |  36 +--
 .../030-guidelines-for-optimizing-aggregation.md   |  24 +-
 .../040-modifying-query-planning-options.md        |  24 +-
 .../060-enabling-query-queuing.md                  |  36 +--
 .../query-plans-and-tuning/065-throttling.md       |  50 ++--
 ...on-to-balance-performance-with-multi-tenancy.md |   4 +-
 _docs/en/query-data/010-query-data-introduction.md |  44 +--
 _docs/en/query-data/030-querying-hbase.md          |  88 +++---
 _docs/en/query-data/050-querying-hive.md           |  24 +-
 .../060-querying-the-information-schema.md         | 114 ++++----
 _docs/en/query-data/070-query-sys-tbl.md           | 128 ++++-----
 ...ng-and-canceling-queries-in-the-Drill-Web-UI.md |  12 +-
 .../query-a-file-system/010-querying-json-files.md |   4 +-
 .../020-querying-parquet-files.md                  |   2 +-
 .../030-querying-plain-text-files.md               |  60 ++--
 .../040-querying-directories.md                    |  34 +--
 .../005-querying-complex-data-introduction.md      |   2 +-
 .../010-sample--data-donuts.md                     |   2 +-
 .../030-using-sql-functions-clauses-and-joins.md   |  18 +-
 .../040-selecting-nested-data.md                   |   6 +-
 .../010-querying-indexes-introduction.md           |   8 +-
 ...ies-that-qualify-for-index-based-query-plans.md |  45 ++-
 .../querying-indexes/021-types-of-indexes.md       |  87 +++---
 .../querying-indexes/030-index-selection.md        |  23 +-
 .../040-designing-indexes-for-your-queries.md      |  36 +--
 .../050-configuring-index-planning.md              |  16 +-
 .../querying-indexes/060-verifying-index-use.md    |  57 ++--
 _docs/en/rn/004-1.17.0-rn.md                       |  50 ++--
 _docs/en/rn/005-1.16.0-rn.md                       |  68 ++---
 _docs/en/rn/006-1.15.0-rn.md                       |  33 ++-
 _docs/en/rn/007-1.14.0-rn.md                       |  76 ++---
 _docs/en/rn/008-1.13.0-rn.md                       |  56 ++--
 _docs/en/rn/009-1.12.0-rn.md                       |  27 +-
 _docs/en/rn/010-1.11.0-rn.md                       |  32 +--
 _docs/en/rn/011-1.10.0-rn.md                       |  23 +-
 _docs/en/rn/012-1.9.0-rn.md                        |  23 +-
 _docs/en/rn/013-1.8.0-rn.md                        |  39 ++-
 _docs/en/rn/014-1.7.0-rn.md                        |  21 +-
 _docs/en/rn/015-1.6.0-rn.md                        |  11 +-
 _docs/en/rn/016-1.5.0-rn.md                        |  28 +-
 _docs/en/rn/017-1.4.0-rn.md                        |  18 +-
 _docs/en/rn/018-1.3.0-rn.md                        |  14 +-
 _docs/en/rn/019-1.2.0-rn.md                        |  86 +++---
 _docs/en/rn/020-1.1.0-rn.md                        |  52 ++--
 _docs/en/rn/030-1.0.0-rn.md                        |  34 +--
 _docs/en/rn/060-0.7.0-rn.md                        |   4 +-
 _docs/en/rn/070-0.6.0-rn.md                        |   2 +-
 _docs/en/rn/071-0.5.0rn.md                         |   2 +-
 _docs/en/rn/073-alpha-rn.md                        |   4 +-
 _docs/en/rn/074-m1-alpha-rn.md                     |   4 +-
 _docs/en/sample-datasets/002-wikipedia.md          |   4 +-
 _docs/en/sql-reference/030-lexical-structure.md    | 124 ++++----
 _docs/en/sql-reference/040-operators.md            |   8 +-
 .../sql-reference/065-query-directory-functions.md |   4 +-
 _docs/en/sql-reference/080-reserved-keywords.md    |   6 +-
 _docs/en/sql-reference/090-sql-extensions.md       |   2 +-
 .../data-types/010-supported-data-types.md         | 110 +++----
 .../data-types/020-date-time-and-timestamp.md      |  12 +-
 .../030-handling-different-data-types.md           |  30 +-
 .../nested-data-functions/010-flatten.md           |  20 +-
 .../nested-data-functions/020-kvgen.md             |   6 +-
 .../nested-data-functions/030-repeated-count.md    |  12 +-
 .../nested-data-functions/040-repeated-contains.md |   2 +-
 .../sql-commands/005-supported-sql-commands.md     |   2 +-
 .../007-analyze-table-refresh-metadata.md          |   6 +-
 .../009-analyze-table-compute-statistics.md        | 252 ++++++++--------
 _docs/en/sql-reference/sql-commands/010-set.md     |  42 +--
 .../sql-commands/011-refresh-table-metadata.md     |  96 +++----
 _docs/en/sql-reference/sql-commands/012-reset.md   |  16 +-
 .../sql-reference/sql-commands/020-alter-system.md |  14 +-
 .../sql-commands/021-create-schema.md              | 290 +++++++++----------
 .../sql-commands/030-create-table-as.md            |  42 +--
 .../sql-commands/031-create-temporary-table-as.md  |  22 +-
 .../sql-commands/034-create-function-using-jar.md  |  20 +-
 .../sql-commands/035-partition-by-clause.md        |  64 ++---
 .../sql-reference/sql-commands/050-create-view.md  |  42 +--
 .../en/sql-reference/sql-commands/053-describe.md  |  72 ++---
 .../sql-commands/054-drop-function-using-jar.md    |  24 +-
 .../sql-reference/sql-commands/055-drop-table.md   | 120 ++++----
 .../en/sql-reference/sql-commands/056-drop-view.md |  32 +--
 _docs/en/sql-reference/sql-commands/070-explain.md |   2 +-
 .../sql-reference/sql-commands/071-lateral-join.md | 318 ++++++++++-----------
 _docs/en/sql-reference/sql-commands/079-select.md  |   6 +-
 .../sql-reference/sql-commands/080-select-list.md  |  36 +--
 .../sql-reference/sql-commands/081-from-clause.md  | 148 +++++-----
 .../sql-commands/082-group-by-clause.md            |  14 +-
 .../sql-commands/083-having-clause.md              |  24 +-
 .../sql-reference/sql-commands/084-limit-clause.md |  86 +++---
 .../sql-commands/085-offset-clause.md              |   6 +-
 .../sql-commands/086-order-by-clause.md            |  30 +-
 .../sql-commands/087-union-set-operator.md         |  22 +-
 .../sql-reference/sql-commands/088-where-clause.md |  12 +-
 .../sql-reference/sql-commands/089-with-clause.md  |  16 +-
 .../090-show-databases-and-show-schemas.md         |   4 +-
 .../sql-reference/sql-commands/100-show-files.md   |   8 +-
 .../sql-reference/sql-commands/110-show-tables.md  |  18 +-
 _docs/en/sql-reference/sql-commands/120-use.md     |  36 +--
 .../010-case-expression.md                         |  22 +-
 .../sql-functions/010-math-and-trig.md             |   2 +-
 .../sql-functions/020-data-type-conversion.md      | 188 ++++++------
 .../sql-functions/021-data-type-functions.md       |  28 +-
 .../sql-functions/040-string-manipulation.md       |  34 +--
 .../050-aggregate-and-aggregate-statistical.md     |   6 +-
 .../060-functions-for-handling-nulls.md            |   4 +-
 .../sql-functions/061-phonetic-functions.md        |  70 ++---
 .../sql-functions/062-string-distance-functions.md |   8 +-
 .../sql-functions/063-cryptography-functions.md    |   8 +-
 .../070-sql-dialect-compat-functions.md            |   4 +-
 .../090-time-series-analysis-functions.md          |   8 +-
 .../010-sql-window-functions-introduction.md       | 122 ++++----
 .../020-aggregate-window-functions.md              |  88 +++---
 .../030-ranking-window-functions.md                |  66 ++---
 .../035-value-window-functions.md                  |  54 ++--
 .../040-sql-window-functions-examples.md           |  28 +-
 _docs/en/tutorials/010-tutorials-introduction.md   |  52 ++--
 _docs/en/tutorials/020-drill-in-10-minutes.md      |  46 +--
 .../030-analyzing-the-yelp-academic-dataset.md     |  44 +--
 .../050-analyzing-highly-dynamic-datasets.md       |   8 +-
 _docs/en/tutorials/060-analyzing-social-media.md   | 112 ++++----
 .../070-analyzing-data-using-window-functions.md   |  14 +-
 .../080-orchestrating-queries-with-airflow.md      |   4 +-
 .../005-about-the-mapr-sandbox.md                  |   2 +-
 .../010-installing-the-apache-drill-sandbox.md     |  50 ++--
 .../020-getting-to-know-the-drill-sandbox.md       |  18 +-
 .../030-lesson-1-learn-about-the-data-set.md       |  24 +-
 .../040-lesson-2-run-queries-with-ansi-sql.md      |  32 +--
 ...0-lesson-3-run-queries-on-complex-data-types.md |   4 +-
 284 files changed, 5372 insertions(+), 5379 deletions(-)

Reply via email to