You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ap...@apache.org on 2021/11/30 23:45:46 UTC

[pinot] 01/01: use uppercase format

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

apucher pushed a commit to branch generator-sh-fix-for-cli-parswer-changes
in repository https://gitbox.apache.org/repos/asf/pinot.git

commit 034ac6024778049f316fb884539fb06aca31899f
Author: Alexander Pucher <ap...@apache.org>
AuthorDate: Tue Nov 30 15:45:22 2021 -0800

    use uppercase format
---
 docker/images/pinot/bin/generator.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/images/pinot/bin/generator.sh b/docker/images/pinot/bin/generator.sh
index 03a11ff..a0b2bcc 100755
--- a/docker/images/pinot/bin/generator.sh
+++ b/docker/images/pinot/bin/generator.sh
@@ -131,7 +131,7 @@ fi
 
 echo "Generating data for ${TEMPLATE_NAME} in ${DATA_DIR}"
 ${ADMIN_PATH} GenerateData \
--numFiles 1 -numRecords $NUM_RECORDS -format csv \
+-numFiles 1 -numRecords $NUM_RECORDS -format CSV \
 -schemaFile "${TEMPLATE_BASEDIR}/${TEMPLATE_NAME}_schema.json" \
 -schemaAnnotationFile "${TEMPLATE_BASEDIR}/${TEMPLATE_NAME}_generator.json" \
 -outDir "$DATA_DIR"
@@ -144,7 +144,7 @@ fi
 
 echo "Creating segment for ${TEMPLATE_NAME} in ${SEGMENT_DIR}"
 ${ADMIN_PATH} CreateSegment \
--format csv \
+-format CSV \
 -tableConfigFile "${TEMPLATE_BASEDIR}/${TEMPLATE_NAME}_config.json" \
 -schemaFile "${TEMPLATE_BASEDIR}/${TEMPLATE_NAME}_schema.json" \
 -dataDir "${DATA_DIR}" \

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