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

jackie 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 19f66fd  fix segment generation commands (#7527)
19f66fd is described below

commit 19f66fd0065a12e3cb9bcc61888197cfb4c20689
Author: Richard Startin <[email protected]>
AuthorDate: Thu Oct 7 01:26:38 2021 +0100

    fix segment generation commands (#7527)
---
 pinot-tools/src/main/resources/generator/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pinot-tools/src/main/resources/generator/README.md 
b/pinot-tools/src/main/resources/generator/README.md
index b97f738..3046e4d 100644
--- a/pinot-tools/src/main/resources/generator/README.md
+++ b/pinot-tools/src/main/resources/generator/README.md
@@ -53,7 +53,8 @@ Now we turn the verbose CSV data into an efficiently packed 
segment ready for up
 
 ```
 ./pinot-tools/target/pinot-tools-pkg/bin/pinot-admin.sh CreateSegment \
--tableName complexWebsite -segmentName complexWebsite -format CSV -overwrite \
+-tableConfigFile 
./pinot-tools/src/main/resources/generator/complexWebsite_config.json \
+-format CSV -overwrite \
 -schemaFile 
./pinot-tools/src/main/resources/generator/complexWebsite_schema.json \
 -dataDir ./myTestData \
 -outDir ./myTestSegment 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to