We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master/v3.0.0
Related to pinpoint-apm/pinpoint-docker#221 .
$ /path/to/pinot/1.1.0/bin/pinot-admin.sh AddTable -schemaFile exceptionTraceSchema.json -realtimeTableConfigFile exceptionTraceTable.json -controllerHost localhost -controllerPort 9000 -exec
2024/08/14 09:19:34.444 INFO [AddTableCommand] [main] Executing command: AddTable -realtimeTableConfigFile exceptionTraceTable.json -offlineTableConfigFile null -tableConfigFile null -schemaFile exceptionTraceSchema.json -controllerProtocol http -controllerHost localhost -controllerPort 9000 -user null -password [hidden] -exec 2024/08/14 09:19:34.630 ERROR [AddTableCommand] [main] Failed reading table config exceptionTraceTable.json org.apache.pinot.shaded.com.fasterxml.jackson.databind.exc.MismatchedInputException: Missing required creator property 'tableName' (index 0)
The text was updated successfully, but these errors were encountered:
It's already been fixed in master by commit d677f44 .
Sorry, something went wrong.
Related to #11111 #11114 .
No branches or pull requests
What version of pinpoint are you using?
master/v3.0.0
Describe the bug
Related to pinpoint-apm/pinpoint-docker#221 .
The text was updated successfully, but these errors were encountered: