Does Pinot 0.11 disable groovy by default? I tried...
# troubleshooting
a
Does Pinot 0.11 disable groovy by default? I tried Pinotadmin.sh to upload table and it returned this following error😅. {“code”400,“error”“Groovy filter functions are disabled for table config
d
As far as I know yes, for security reasons.
a
image.png
I thought by default is enabled.
d
Odd... I thought I'd seen some conversation about it already having been disabled by default, so maybe I'm wrong, or maybe the docs aren't yet updated for that. I think it's worth creating an issue in GitHub.
a
Is there doc pointed out it’s disabled by default since 0.11?
ok
d
Maybe try using that setting and setting it to
false
, see if it works for you
a
Just it takes time to redeploy the pinot cluster. 😅
d
Yeah 😕
n
You don't have to redeploy. Just add it via cluster configs API or add it to controller config map and restart controller
a
@Neha Pawar For Pinot 0.11, to enable this feature, just add the following config in controller.conf? controller.disable.ingestion.groovy=false
n
Yup