itbasketplayer opened a new issue #2625: URL: https://github.com/apache/incubator-dolphinscheduler/issues/2625
**Is your feature request related to a problem? Please describe.** SHELL,SPARK,MR,HIVE tasks happend because they creates yarn applications! when 'yarn.resourcemanager.max-completed-applications' is too small,for example 1000. DS can't get the yarn appIds's state successfully **Describe the solution you'd like** add a checking about yarn appIds'state using historyserver,when 'yarn.resourcemanager.max-completed-applications' too small **Describe alternatives you've considered** HadoopUtils#getApplicationStatus add a query using historyserver restapi when the code not 200 using resourcemanager restapi **Additional context** ---------------------------------------------------------------- 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]
