gortiz commented on issue #12949: URL: https://github.com/apache/pinot/issues/12949#issuecomment-2085391731
We plan to have this PR merged soon (maybe next week) which would mean you will have a docker image ready to use. But in order to accelerate the discoveries, you can fetch my code and compile yourself, but luckily we already include an script to do so. Specifically, in any branch, you can execute: ```bash cd docker/images/pinot ./docker-build.sh 1.2.0-multi-stage-stats multi-stage-stats https://github.com/gortiz/pinot.git ``` AFAIR the only dependency is to be able to build docker images (and have internet access). Once that command finishes (it will take some mins) you should have a docker image called `apachepinot/pinot:1.2.0-multi-stage-stats`. If you deploy that image in your servers and brokers, you will receive a slightly different json response to your queries. The new response will include and entry named `stageStats` that will be a JSON with all these new stats. It would be great if you can share that. : 1. Fetch my branch with: ``` git remote add gortiz https://github.com/gortiz/pinot.git get fetch gortiz git checkout -b gortiz-multi-stage-stats gortiz/multi-stage-stats ``` 2. Build the project as explained in the [readme](https://github.com/apache/pinot?tab=readme-ov-file#building-pinot) 3. -- 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