Join us today to Deep Dive into RTA with Pinot! <h...
# events
y
r
@Mark Needham the stream cut off as you were beginning to talk about next week's event. What's going on next Tuesday?
Dunith and I will be showing how to build a dashboard with streamlit, pinot, and redpanda
r
Nice! Will this talk be similar to your previous streamlit related talk? IIRC, that talk had a running theme to it.
m
yeh very similar to that one. But Redpanda instead of Kafka
👍 1
r
Interesting. I'll watch the recording as I'm in PST.
💥 1
@Mark Needham There doesn't appear to be any issues with your table in table.json as I was able to add it using
bin/pinot-admin.sh AddTable -tableConfigFile $BASE_DIR/table.json -schemaFile $BASE_DIR/schema.json -exec
and the API. If you want to use the API with this json, use the
/tables
endpoint instead as the
/tableConfigs
endpoint expects a different format.
m
yeh it’s weird, I’m not entirely sure what the error was about. One thing I did do wrong was I ran the docker-compose.yml instead of the docker-compose-m1.yml. I restarted it with the m1 yml afterwards and then it happily added the table
so more a mistake of mine using the wrong config file!
r
Interesting. Why would that make a difference? Aren’t those 2 configs mostly identical?
m
only that for m1 it has the
arm64
suffix on the image. But I dunno why that would make a difference to creating a table
still don’t understand that!
r
docker-compose-m1.yml doesn't pass
-dataDir /data
to the StartController command. Does that difference matter?
m
I think I took that out from both of them
wonder if that was the issue
maybe it was?!