pan3793 commented on PR #45090: URL: https://github.com/apache/spark/pull/45090#issuecomment-1953579857
> ... it has significantly better developer ergonomics over obscure environment variables. I would recommend removing `--wait`, just use env var and update https://spark.apache.org/developer-tools.html to mention that. @grundprinzip There are several server components in Spark, like Thrift Server, History Server, Master, Worker, only adding `--wait` on the Connector Server makes things inconsistent, while env vars approach is adopted widely in Spark for different developer/testing purposes. Additionally, `--wait` is not quite accurate, it also affects stdout/stderr redirection not just process exiting. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
