You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/05/19 18:00:37 UTC

[GitHub] [incubator-pinot] olegchorny opened a new issue #5412: [Docs] Integration with ThirdEye: generate and load sample data script doesn't work

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:
users@infra.apache.org



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


[GitHub] [incubator-pinot] apucher closed issue #5412: [Docs] Integration with ThirdEye: generate and load sample data script doesn't work

Posted by GitBox <gi...@apache.org>.
apucher closed issue #5412:
URL: https://github.com/apache/incubator-pinot/issues/5412


   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-pinot] apucher commented on issue #5412: [Docs] Integration with ThirdEye: generate and load sample data script doesn't work

Posted by GitBox <gi...@apache.org>.
apucher commented on issue #5412:
URL: https://github.com/apache/incubator-pinot/issues/5412#issuecomment-631042894


   Thanks, Oleg. Looks like I missed a change in the CreateSegment command params. Your fix is correct. PR here: #5415 


----------------------------------------------------------------
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:
users@infra.apache.org



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