piby180 commented on issue #16356: URL: https://github.com/apache/pinot/issues/16356#issuecomment-3083039477
Turned out there are typos in the documentation <img width="893" height="376" alt="Image" src="https://github.com/user-attachments/assets/7b56320f-97cd-4326-8020-a27ca8951846" /> Using response instead of result worked! ``` pinot.broker.cursor.response.store.type=file pinot.broker.storage.factory.s3.region=${AWS_S3_REGION} pinot.broker.storage.factory.class.s3=org.apache.pinot.plugin.filesystem.S3PinotFS pinot.broker.cursor.response.store.file.temp.dir=s3://mybucket/cursors/temp pinot.broker.cursor.response.store.file.data.dir=s3://mybucket/cursors/data pinot.broker.cursor.response.store.expiration=1h pinot.broker.cursor.fetch.rows=1000 controller.cluster.response.store.cleaner.frequencyPeriod=1h controller.cluster.response.store.cleaner.initialDelay=60 ``` -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org