Closed soft-titus closed 3 months ago
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla
@soft-titus can you rebase this?
This is a good suggestion, but this PR is abandoned, so I'm closing it.
This will be useful when we want to add different line in node.properties for coordinator and workers, for example :
server: coordinatorExtraNodeConfig: | node.id=trino-coordinator-XcaXd workerExtraNodeConfig: | node.id=${ENV:HOSTNAME}
Thanks.