You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/11/16 18:01:26 UTC

[GitHub] [pinot] snleee commented on issue #9812: bug(broker): fail to group by after groovy extraction when upgrading to 0.11

snleee commented on issue #9812:
URL: https://github.com/apache/pinot/issues/9812#issuecomment-1317433808

   @vmarchaud Can you try to add the Pinot controller/server config and check if it works after that? From 0.11.0, I believe that the default behavior is to disable Groovy functionality due to the security concern.
   
   ```
   # Enable Groovy globally on Pinot broker
   pinot.broker.disable.query.groovy=false
   
   # Enable Groovy globally on Pinot controller
   controller.disable.ingestion.groovy=false
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org