daugraph commented on a change in pull request #34046:
URL: https://github.com/apache/spark/pull/34046#discussion_r714445692



##########
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:
       Thanks for your review, your are right, but this is two different 
--verbose option. SparkSubmit will pass --verbose option to 
org.apache.spark.deploy.yarn.ClientArgument.scala, which can't handle the 
--verbose by now. I will add some detailed description of screenshots later.




-- 
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]

Reply via email to