Skip to content
New issue

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

Invalid TableConfigs #229

Open
HeeJoon-Kim opened this issue Dec 17, 2024 · 2 comments
Open

Invalid TableConfigs #229

HeeJoon-Kim opened this issue Dec 17, 2024 · 2 comments

Comments

@HeeJoon-Kim
Copy link

HeeJoon-Kim commented Dec 17, 2024

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.

@taobo-ops
Copy link

Is this problem solved? I have the same problem.

@HeeJoon-Kim
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants