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 2021/12/03 11:07:49 UTC

[druid] branch master updated (5033845 -> 7ed4680)

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 5033845  Fix classNotFoundException when connecting to secure LDAP (#11978)
     add 7ed4680  Docs: Add multi-dimension partitioning doc; refactor native batch and separate into smaller topics. (#11983)

No new revisions were added by this update.

Summary of changes:
 docs/configuration/index.md                       |   14 +-
 docs/development/extensions-contrib/cloudfiles.md |    2 +-
 docs/development/extensions-core/google.md        |    4 +-
 docs/development/extensions-core/hdfs.md          |    8 +-
 docs/development/extensions-core/mysql.md         |    2 -
 docs/development/extensions-core/postgresql.md    |    2 +-
 docs/development/extensions-core/s3.md            |    4 +-
 docs/ingestion/compaction.md                      |    2 +-
 docs/ingestion/data-management.md                 |    2 +-
 docs/ingestion/faq.md                             |    4 +-
 docs/ingestion/index.md                           |    6 +-
 docs/ingestion/native-batch-firehose.md           |  341 +++++
 docs/ingestion/native-batch-input-source.md       |  736 ++++++++++
 docs/ingestion/native-batch-simple-task.md        |  185 +++
 docs/ingestion/native-batch.md                    | 1533 +++------------------
 docs/ingestion/tasks.md                           |    8 +-
 docs/operations/basic-cluster-tuning.md           |    2 +-
 website/.spelling                                 |   34 +
 website/sidebars.json                             |    3 +
 19 files changed, 1505 insertions(+), 1387 deletions(-)
 create mode 100644 docs/ingestion/native-batch-firehose.md
 create mode 100644 docs/ingestion/native-batch-input-source.md
 create mode 100644 docs/ingestion/native-batch-simple-task.md

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