You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2024/02/05 22:33:54 UTC

(pinot) branch master updated: Fixing quickstart table baseballStats minion ingestion (#12371)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 71b72e13c4 Fixing quickstart table baseballStats minion ingestion (#12371)
71b72e13c4 is described below

commit 71b72e13c4aa92af303820abad2df55431a5f833
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Mon Feb 5 14:33:46 2024 -0800

    Fixing quickstart table baseballStats minion ingestion (#12371)
---
 .../batch/baseballStats/baseballStats_offline_table_config.json        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pinot-tools/src/main/resources/examples/minions/batch/baseballStats/baseballStats_offline_table_config.json b/pinot-tools/src/main/resources/examples/minions/batch/baseballStats/baseballStats_offline_table_config.json
index b7a079870d..1bc01a45f8 100644
--- a/pinot-tools/src/main/resources/examples/minions/batch/baseballStats/baseballStats_offline_table_config.json
+++ b/pinot-tools/src/main/resources/examples/minions/batch/baseballStats/baseballStats_offline_table_config.json
@@ -27,7 +27,8 @@
       "batchConfigMaps": [
         {
           "inputDirURI": "examples/minions/batch/baseballStats/rawdata",
-          "inputFormat": "csv"
+          "inputFormat": "csv",
+          "overwriteOutput": "true"
         }
       ],
       "segmentNameSpec": {},


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