wang-zhun opened a new pull request #28009: [SPARK-31235][YARN] Separates 
different categories of applications
URL: https://github.com/apache/spark/pull/28009
 
 
   ### What changes were proposed in this pull request?
   This PR adds `spark.yarn.applicationType` to identify the application type
   
   
   ### Why are the changes needed?
   The current application defaults to the SPARK type. 
   In fact, different types of applications have different characteristics and 
are suitable for different scenarios.For example: SPAKR-SQL, SPARK-STREAMING.
   I recommend distinguishing them by the parameter 
`spark.yarn.applicationType` so that we can more easily manage and maintain 
different types of applications.
   
   
   ### How was this patch tested?
   add ut

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to