ShreyeshArangath commented on code in PR #2021: URL: https://github.com/apache/auron/pull/2021#discussion_r2851032600
########## CONTRIBUTING.md: ########## @@ -128,6 +128,7 @@ Run `./auron-build.sh --help` to see all available options, including: - `--celeborn`, `--uniffle`, `--paimon`, `--iceberg`: Optional integrations - `--skiptests`: Skip unit tests (default: true) - `--sparktests`: Run Spark integration tests +- `--threads`: Maven build threads (e.g. 1, 4, 1C). Defaults to single-threaded local builds; Docker defaults to 8 unless overridden. Review Comment: Single thread for local builds might be too low, should we at least do 4? If machines are not able to handle it (seems like the edge case to me), they can always tune it. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
