olegchorny opened a new issue #5412: URL: https://github.com/apache/incubator-pinot/issues/5412
https://docs.pinot.apache.org/integrations/thirdeye#prepare-your-data-optional ``` Creating segment for complexWebsite in /tmp/pinotGenerator/complexWebsiteSegment Error: "-tableName" is not a valid option ``` I've made some changes to `bin/generator.sh` file and it was executed successfully, but I'm not sure about the final result. ``` echo "Creating segment for ${TEMPLATE_NAME} in ${SEGMENT_DIR}" ${ADMIN_PATH} CreateSegment \ -format csv \ -tableConfigFile "${TEMPLATE_BASEDIR}/${TEMPLATE_NAME}_config.json" \ -schemaFile "${TEMPLATE_BASEDIR}/${TEMPLATE_NAME}_schema.json" \ -dataDir "${DATA_DIR}" \ -outDir "${SEGMENT_DIR}" || exit 1 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
