tgravescs commented on a change in pull request #28009: [SPARK-31235][YARN]
Separates different categories of applications
URL: https://github.com/apache/spark/pull/28009#discussion_r398127404
##########
File path:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala
##########
@@ -91,6 +91,12 @@ package object config {
.booleanConf
.createWithDefault(false)
+ private[spark] val APPLICATION_TYPE =
ConfigBuilder("spark.yarn.applicationType")
+ .doc("Type of this application," +
Review comment:
it allows user to specify a more specific type for the application , such
as....
----------------------------------------------------------------
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.
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]