You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2018/08/20 19:30:32 UTC

[drill] branch gh-pages updated (68aa3ba -> 242bc1a)

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

bridgetb pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git.


    from 68aa3ba  add the RDBMS to the schema types (#620)
     new 64be4c0  doc updates for Drill 1.14
     new e14cdad  Drill 1.14 doc updates - new loopback config option
     new 1f10ecc  Add image metadata format plugin content
     new 589eb44  update nav with new topic: metadata format plugin
     new 73dea38  minor edit to image format plugin doc
     new 7d66bbb  minor edit
     new 3a2e338  drill 1.14 doc updates
     new 617045a  edits
     new 7562e9d  doc edits
     new 0f0fabc  edit to S3 storage plugin doc per Drill-6504
     new ce85750  doc edits
     new 905c34f  doc edits for Drill 1.14
     new 9504242  new doc for dev test documentation
     new 6330d7a  sql data type functions
     new cbbbca7  sql data type functions doc
     new 06c327b  edit S3 storage plugin
     new 7a03d5c  s3 edits
     new eba414d  doc edits for drill 1.14
     new 07b0955  drill 1.14 doc edits
     new aa3a8b5  doc for drill 1.14
     new 8246a76  drill 1.14 doc updates
     new 54b431d  DRILL-6531 doc edit
     new c9a9ce5  typo edits for decimal storage format
     new 2e183d6  Add Global Query List doc
     new 8304f09  add global query list doc
     new 9162c5f  edit
     new f9c28b9  edits
     new 18b88d9  new doc configuring storage plugins - new startup file
     new d948743  storage plugin config file doc and new start-up option doc'd
     new f80eb2b  new doc for storage plugin config
     new 396bb7e  edits to fix broken links
     new 6280c22  edits to fix links
     new 85e068c  Add SSL docs to Securing Drill section
     new 4aceb04  add ssl docs
     new 922e17b  fix broken link
     new 31a5dc4  add doc for option to set hive properties at session level
     new ea62984  doc edits
     new b0802ae  edit
     new c5ec326  add store.hive.prop option
     new e3f1887  add drill on docker doc and kafka filter pushdown
     new 1cdca7a  drill on docker, kafka pushdown support
     new e820e33  doc edits
     new bf0b2d4  export storage plugin and phonetic functions docs
     new eef64e9  add export option and phonetic functions to docs
     new dd62e38  doc edit
     new b753623  edit docs for 1.14
     new e0a90d2  Login format doc
     new d492cc5  doc edits
     new 0bb998f  remove file for logfile plugins/041-logfile-plugin.md
     new 5ee92b9  add logfile plugin doc
     new fade8c6  add logfile plugin doc
     new e2a1c22  edit logfile plugin doc
     new 9cdc940  updates for limit 0
     new 9e11945  add lateral join doc and update from clause
     new 71a185c  update nav with new doc - lateral join
     new 6397239  edit to lateral join doc
     new 0e0ca7f  doc updates for 1.14 release process
     new be0c5b5  updates for drill 1.14
     new 046a096  edit doc
     new 09be9f9  doc edits for 1.14
     new 1605bc6  edit for PR 1423
     new 242bc1a  edit

The 62 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:
 _data/docs.json                                    | 1239 +++++++++++++++++---
 _data/version.json                                 |   10 +-
 ...121-configuring-cgroups-to-control-cpu-usage.md |  174 +--
 .../010-configuration-options-introduction.md      |  192 +--
 .../configuration-options/020-start-up-options.md  |   17 +-
 .../040-persistent-configuration-storage.md        |    4 +-
 .../configuration-options/041-global-query-list.md |   34 +
 .../081-configuring-ssl-tls-for-encryption.md      |  186 +++
 ...082-using-libpam4j-as-the-pam-authenticator.md} |    0
 ... => 083-using-jpam-as-the-pam-authenticator.md} |    0
 ...-drill-to-use-spnego-for-http-authentication.md |   32 +-
 ...092-configuring-web-ui-and-rest-api-security.md |    4 +-
 .../020-storage-plugin-registration.md             |    7 +-
 .../035-plugin-configuration-basics.md             |   75 +-
 .../036-configuring-storage-plugins.md             |  101 ++
 .../plugins/041-logfile-plugin.md                  |   62 +
 .../plugins/070-hive-storage-plugin.md             |   40 +-
 .../plugins/080-rdbms-storage-plugin.md            |   31 +-
 .../plugins/095-mapr-db-format.md                  |    6 +-
 .../plugins/110-s3-storage-plugin.md               |  188 +--
 .../plugins/113-kafka-storage-plugin.md            |  266 +++--
 .../plugins/114-image-metadata-format-plugin.md    |  803 +++++++++++++
 .../040-parquet-format.md                          |    6 +-
 .../010-develop-custom-functions-introduction.md   |    6 +-
 .../060-custom-function-interfaces.md              |   10 +-
 ...dding-custom-functions-to-drill-introduction.md |    4 +-
 .../010-compiling-drill-from-source.md             |    4 +-
 .../011-useful-information-for-drill-developers.md |   10 +
 _docs/getting-started/010-drill-introduction.md    |   21 +-
 _docs/img/client-drillbit-ssl.PNG                  |  Bin 0 -> 22095 bytes
 _docs/img/ssl-security.png                         |  Bin 0 -> 46357 bytes
 _docs/img/web-ui-export-config.PNG                 |  Bin 0 -> 49040 bytes
 .../install/047-installing-drill-on-the-cluster.md |    8 +-
 .../011-running-drill-on-docker.md                 |  100 ++
 .../020-installing-drill-on-linux-and-mac-os-x.md  |    8 +-
 .../040-installing-drill-on-windows.md             |    6 +-
 .../026-parquet-filter-pushdown.md                 |   50 +-
 ...-and-hash-based-memory-constrained-operators.md |    4 +-
 _docs/query-data/050-querying-hive.md              |    6 +-
 _docs/rn/001-1.14.0-rn.md                          |  564 +++++++++
 _docs/rn/{001-1.13.0-rn.md => 002-1.13.0-rn.md}    |    0
 .../data-types/010-supported-data-types.md         |   58 +-
 .../030-handling-different-data-types.md           |    4 +-
 .../sql-reference/sql-commands/071-lateral-join.md |  424 +++++++
 .../sql-reference/sql-commands/081-from-clause.md  |   74 +-
 .../sql-reference/sql-commands/084-limit-clause.md |   82 +-
 .../sql-functions/010-math-and-trig.md             |   12 +-
 .../sql-functions/020-data-type-conversion.md      |   13 +-
 .../sql-functions/021-data-type-functions.md       |   67 ++
 .../050-aggregate-and-aggregate-statistical.md     |   24 +-
 .../sql-functions/061-phonetic-functions.md        |   76 ++
 .../sql-functions/062-string-distance-functions.md |   74 ++
 .../020-aggregate-window-functions.md              |   17 +-
 _docs/tutorials/020-drill-in-10-minutes.md         |   10 +-
 .../050-analyzing-highly-dynamic-datasets.md       |    4 +-
 .../020-getting-to-know-the-drill-sandbox.md       |    7 +-
 blog/_posts/2017-07-31-drill-1.11-released.md      |    5 +-
 blog/_posts/2018-08-05-drill-1.14-released.md      |   31 +
 58 files changed, 4504 insertions(+), 756 deletions(-)
 create mode 100644 _docs/configure-drill/configuration-options/041-global-query-list.md
 create mode 100644 _docs/configure-drill/securing-drill/081-configuring-ssl-tls-for-encryption.md
 rename _docs/configure-drill/securing-drill/{081-using-libpam4j-as-the-pam-authenticator.md => 082-using-libpam4j-as-the-pam-authenticator.md} (100%)
 rename _docs/configure-drill/securing-drill/{082-using-jpam-as-the-pam-authenticator.md => 083-using-jpam-as-the-pam-authenticator.md} (100%)
 create mode 100644 _docs/connect-a-data-source/036-configuring-storage-plugins.md
 create mode 100644 _docs/connect-a-data-source/plugins/041-logfile-plugin.md
 create mode 100644 _docs/connect-a-data-source/plugins/114-image-metadata-format-plugin.md
 create mode 100644 _docs/developer-information/develop-drill/011-useful-information-for-drill-developers.md
 create mode 100644 _docs/img/client-drillbit-ssl.PNG
 create mode 100644 _docs/img/ssl-security.png
 create mode 100644 _docs/img/web-ui-export-config.PNG
 create mode 100644 _docs/install/installing-drill-in-embedded-mode/011-running-drill-on-docker.md
 create mode 100644 _docs/rn/001-1.14.0-rn.md
 rename _docs/rn/{001-1.13.0-rn.md => 002-1.13.0-rn.md} (100%)
 create mode 100644 _docs/sql-reference/sql-commands/071-lateral-join.md
 create mode 100644 _docs/sql-reference/sql-functions/021-data-type-functions.md
 create mode 100644 _docs/sql-reference/sql-functions/061-phonetic-functions.md
 create mode 100644 _docs/sql-reference/sql-functions/062-string-distance-functions.md
 create mode 100644 blog/_posts/2018-08-05-drill-1.14-released.md