You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2022/09/06 17:36:23 UTC

[druid] branch master updated (66545a0f3d -> d4233ef2a1)

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

abhishek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


    from 66545a0f3d Fix compiler error: The project was not built since its build path is incomplete. Cannot find the class file for org.slf4j.Logger. Fix the build path then try building this project (#13029)
     add d4233ef2a1 msq: add multi-stage-query docs (#12983)

No new revisions were added by this update.

Summary of changes:
 .../msq-ui-download-query-results.png              |  Bin 0 -> 62538 bytes
 .../multi-stage-query/tutorial-msq-convert.png     |  Bin 0 -> 80379 bytes
 docs/assets/multi-stage-query/ui-annotated.png     |  Bin 0 -> 227968 bytes
 docs/assets/multi-stage-query/ui-empty.png         |  Bin 0 -> 77306 bytes
 docs/assets/tutorial-quickstart-02.png             |  Bin 0 -> 115511 bytes
 docs/assets/tutorial-quickstart-03.png             |  Bin 0 -> 174445 bytes
 docs/assets/tutorial-quickstart-04.png             |  Bin 0 -> 144088 bytes
 docs/assets/tutorial-quickstart-05.png             |  Bin 0 -> 84116 bytes
 docs/development/extensions.md                     |    1 +
 docs/multi-stage-query/index.md                    |  342 ++++
 docs/multi-stage-query/msq-api.md                  | 1652 ++++++++++++++++++++
 docs/multi-stage-query/msq-concepts.md             |  168 ++
 docs/multi-stage-query/msq-example-queries.md      |  503 ++++++
 docs/multi-stage-query/msq-known-issues.md         |  118 ++
 docs/multi-stage-query/msq-reference.md            |  169 ++
 docs/multi-stage-query/msq-security.md             |   43 +
 .../msq-tutorial-connect-external-data.md          |  145 ++
 .../msq-tutorial-convert-ingest-spec.md            |  169 ++
 docs/operations/druid-console.md                   |   54 +-
 docs/operations/security-user-auth.md              |   40 +-
 docs/tutorials/docker.md                           |    2 +-
 docs/tutorials/index.md                            |  284 ++--
 docs/tutorials/tutorial-batch-native.md            |  155 ++
 docs/tutorials/tutorial-msq-connect-extern.md      |   44 +
 docs/tutorials/tutorial-msq-convert-json.md        |   44 +
 website/.spelling                                  |  100 ++
 website/sidebars.json                              |   25 +-
 27 files changed, 3866 insertions(+), 192 deletions(-)
 create mode 100644 docs/assets/multi-stage-query/msq-ui-download-query-results.png
 create mode 100644 docs/assets/multi-stage-query/tutorial-msq-convert.png
 create mode 100644 docs/assets/multi-stage-query/ui-annotated.png
 create mode 100644 docs/assets/multi-stage-query/ui-empty.png
 create mode 100644 docs/assets/tutorial-quickstart-02.png
 create mode 100644 docs/assets/tutorial-quickstart-03.png
 create mode 100644 docs/assets/tutorial-quickstart-04.png
 create mode 100644 docs/assets/tutorial-quickstart-05.png
 create mode 100644 docs/multi-stage-query/index.md
 create mode 100644 docs/multi-stage-query/msq-api.md
 create mode 100644 docs/multi-stage-query/msq-concepts.md
 create mode 100644 docs/multi-stage-query/msq-example-queries.md
 create mode 100644 docs/multi-stage-query/msq-known-issues.md
 create mode 100644 docs/multi-stage-query/msq-reference.md
 create mode 100644 docs/multi-stage-query/msq-security.md
 create mode 100644 docs/multi-stage-query/msq-tutorial-connect-external-data.md
 create mode 100644 docs/multi-stage-query/msq-tutorial-convert-ingest-spec.md
 create mode 100644 docs/tutorials/tutorial-batch-native.md
 create mode 100644 docs/tutorials/tutorial-msq-connect-extern.md
 create mode 100644 docs/tutorials/tutorial-msq-convert-json.md


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org