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
Dear, pinpoint team.
When creating a Pinot table, I get the following error and have to manually add the table and schema.
No matter how many times I repeat, the result is always the same.
2024/12/17 08:23:11.444 INFO [AddTableCommand] [main] Executing command: AddTable -tableConfigFile null -offlineTableConfigFile null -realtimeTableConfigFile doubleTable.json -schemaFile doubleSchema.json -controllerProtocol http -controllerHost pinot-controller -controllerPort 9000 -controllerProtocol http -database null -user null -password [hidden] -exec 2024/12/17 08:23:11.781 INFO [AddTableCommand] [main] {"code":400,"error":"Invalid TableConfigs: systemMetricDouble. null"}
2024/12/17 08:23:07.186 INFO [AddTableCommand] [main] Executing command: AddTable -tableConfigFile null -offlineTableConfigFile null -realtimeTableConfigFile uriStatTable.json -schemaFile uriStatSchema.json -controllerProtocol http -controllerHost pinot-controller -controllerPort 9000 -controllerProtocol http -database null -user null -password [hidden] -exec 2024/12/17 08:23:07.717 INFO [AddTableCommand] [main] {"code":400,"error":"Invalid TableConfigs: uriStat. null"}
The peculiar thing is that if there is no "task" entry, the creation succeeds.
Even if I register manually, I can create the table including the "task" entry only after running "start-minion.sh" in the Pinot Controller.
I'm using version 2.5.4.
How can i resolve it?
Best, regards.
The text was updated successfully, but these errors were encountered:
Is this problem solved? I have the same problem.
Sorry, something went wrong.
@taobo-ops
I solved this problem by manually starting the minion in the Pinot controller container. The command to run is /opt/pinot/bin/start-minion.sh
I hope it works for you.
No branches or pull requests
Dear, pinpoint team.
When creating a Pinot table, I get the following error and have to manually add the table and schema.
No matter how many times I repeat, the result is always the same.
2024/12/17 08:23:11.444 INFO [AddTableCommand] [main] Executing command: AddTable -tableConfigFile null -offlineTableConfigFile null -realtimeTableConfigFile doubleTable.json -schemaFile doubleSchema.json -controllerProtocol http -controllerHost pinot-controller -controllerPort 9000 -controllerProtocol http -database null -user null -password [hidden] -exec 2024/12/17 08:23:11.781 INFO [AddTableCommand] [main] {"code":400,"error":"Invalid TableConfigs: systemMetricDouble. null"}
2024/12/17 08:23:07.186 INFO [AddTableCommand] [main] Executing command: AddTable -tableConfigFile null -offlineTableConfigFile null -realtimeTableConfigFile uriStatTable.json -schemaFile uriStatSchema.json -controllerProtocol http -controllerHost pinot-controller -controllerPort 9000 -controllerProtocol http -database null -user null -password [hidden] -exec 2024/12/17 08:23:07.717 INFO [AddTableCommand] [main] {"code":400,"error":"Invalid TableConfigs: uriStat. null"}
The peculiar thing is that if there is no "task" entry, the creation succeeds.
Even if I register manually, I can create the table including the "task" entry only after running "start-minion.sh" in the Pinot Controller.
I'm using version 2.5.4.
How can i resolve it?
Best, regards.
The text was updated successfully, but these errors were encountered: