You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by at...@apache.org on 2020/10/30 14:39:45 UTC

[druid] branch master updated: docs/: use tuningConfig (#10540)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 835b328  docs/: use tuningConfig (#10540)
835b328 is described below

commit 835b328851da35ad4d4a3c5d2878496f493f15c1
Author: Pierre Carrier <pc...@rrier.ca>
AuthorDate: Fri Oct 30 10:39:21 2020 -0400

    docs/: use tuningConfig (#10540)
---
 docs/development/extensions-core/mysql.md      | 2 +-
 docs/development/extensions-core/postgresql.md | 4 ++--
 docs/ingestion/native-batch.md                 | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/development/extensions-core/mysql.md b/docs/development/extensions-core/mysql.md
index f39e93c..e567809 100644
--- a/docs/development/extensions-core/mysql.md
+++ b/docs/development/extensions-core/mysql.md
@@ -165,7 +165,7 @@ The MySQL extension provides an implementation of an [SqlFirehose](../../ingesti
         ]
       }
     },
-    "tuningconfig": {
+    "tuningConfig": {
       "type": "index_parallel"
     }
   }
diff --git a/docs/development/extensions-core/postgresql.md b/docs/development/extensions-core/postgresql.md
index 1fc2e20..9debb85 100644
--- a/docs/development/extensions-core/postgresql.md
+++ b/docs/development/extensions-core/postgresql.md
@@ -144,9 +144,9 @@ The PostgreSQL extension provides an implementation of an [SqlFirehose](../../in
         ]
       }
     },
-    "tuningconfig": {
+    "tuningConfig": {
       "type": "index_parallel"
     }
   }
 }
-```
\ No newline at end of file
+```
diff --git a/docs/ingestion/native-batch.md b/docs/ingestion/native-batch.md
index e1d2930..e87197a 100644
--- a/docs/ingestion/native-batch.md
+++ b/docs/ingestion/native-batch.md
@@ -157,7 +157,7 @@ A sample task is shown below:
           "type": "json"
         }
     },
-    "tuningconfig": {
+    "tuningConfig": {
         "type": "index_parallel",
         "maxNumConcurrentSubTasks": 2
     }


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