I have tried like this <https://docs.pinot.apache....
# troubleshooting
d
I have tried like this https://docs.pinot.apache.org/developers/advanced/v2-multi-stage-query-engine but I get the same error Can anyone help me to fix this?
m
@Rong R
r
could you try appending OFFLINE to your table name?
d
Tried It is offline table only
r
i mean could you try
SELECT * FROM table1_OFFLINE
d
@Rong R Tried That too
r
ok have you enable the multi-stage engine like suggested in the wiki?
d
No I updated the cluster configs through swagger API and restarted I don't know how to start by giving those cluster configs , mainly where?
r
do you know which version of pinot you are running?
d
Master Branch
r
commit id?
d
c5a2ec5b4a434c3bd986928938c235cb3edd2f2c
r
thanks. I will try to reproduce.
d
Is this the method to add cluster configs?
r
in the meantime please try to restart your cluster again and see if the components picked up the new config
👋 1
d
ok Can u reply Is this the method to add cluster configs?
r
yes. that's what you follow in the official document, yes?
👋 1
d
Sry to raise this thread Query Works & thanks
👍 1
r
no worries. glad i can help
did you know why it wasnt working earlier? I can help improve the documentation
d
I think I haven't restarted properly Now while I was restarting the updated cluster configs came through That time I erased my whole zkdata and data directory as a clean up process So It doesn't came updated configs
r
I see. let me update the restart cluster instructions. many thanks!
🌟 1