HeartSaVioR commented on a change in pull request #23599: [SPARK-24793][K8s]
Enhance spark-submit for app management
URL: https://github.com/apache/spark/pull/23599#discussion_r249300688
##########
File path: core/src/main/scala/org/apache/spark/util/CommandLineUtils.scala
##########
@@ -25,8 +25,12 @@ import org.apache.spark.SparkException
* Contains basic command line parsing functionality and methods to parse some
common Spark CLI
* options.
*/
-private[spark] trait CommandLineUtils {
+private[spark] trait CommandLineUtils extends CommandLineLoggingUtils{
Review comment:
nit: space before `{`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]