HyukjinKwon commented on a change in pull request #34046:
URL: https://github.com/apache/spark/pull/34046#discussion_r714437585
##########
File path:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/ClientArguments.scala
##########
@@ -66,6 +74,15 @@ private[spark] class ClientArguments(args: Array[String]) {
throw new IllegalArgumentException("Cannot have primary-py-file and
primary-r-file" +
" at the same time")
}
+
+ if (verbose) {
+ logInfo("Client arguments for YARN application:")
Review comment:
I remember we already have such mode in `SparkSubmit`. Can we follow how
it's done there? e.g.)
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L86-L88
Printing out all args would be enough I suspect.
--
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]