gengliangwang commented on code in PR #54035: URL: https://github.com/apache/spark/pull/54035#discussion_r2748239153
########## docs/declarative-pipelines-programming-guide.md: ########## @@ -129,6 +166,10 @@ The `--spec` parameter allows selecting the pipeline spec file. If not provided, - Analysis errors – e.g. selecting from a table or a column that doesn't exist - Graph validation errors - e.g. cyclic dependencies +Since `spark-pipelines` is built on top of `spark-submit`, it supports all `spark-submit` arguments except for `--class`. For the complete list of available parameters, see the [Spark Submit documentation](https://spark.apache.org/docs/latest/submitting-applications.html#launching-applications-with-spark-submit). Review Comment: Nit: I prefer making it more explicit -- 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]
