David Gregory
07/06/2022, 12:07 PMdocker exec -i pinot ./pinot/bin/pinot-admin.sh AddTable -schemaFile testschema.json –tableConfigFile testtable.json -exec
• From what I can tell, this is exactly what it should be. The schema is already successfully added. Kafka is successfully running with messages in a topic. However, when I run this line, it returns the error: MissingParameterException: Missing required option: ‘-tableConfigFile=<_tableConfigFile>’
• Then, when I look into the Pinot UI, there is no table.
• I try then to add the table via the Pinot UI and discover that the table is actually there, but I cannot see it in the UI.
◦ I initially see this message when saving the Realtime table via the Pinot UI: “TimeoutException: Timeout expired while fetching topic metadata”
◦ I try the save again and at that point I received the message that the table exists already.
• Apparently, I am able to delete the table using the “Delete tableConfig” in the Swagger API… The “Delete tableName” would not work.
• Attached are the schema and table config…Mayank
David Gregory
07/06/2022, 2:20 PMDavid Gregory
07/06/2022, 2:22 PMDavid Gregory
07/06/2022, 2:24 PMDavid Gregory
07/06/2022, 2:28 PMDavid Gregory
07/06/2022, 2:30 PMDavid Gregory
07/06/2022, 2:31 PMMayank
Mayank
testtable
in your doc. Can you try to add the table using Pinot UI?Mayank
David Gregory
07/07/2022, 1:41 PMMayank