skymsg opened a new pull request #5665: URL: https://github.com/apache/dolphinscheduler/pull/5665
… ShellCommandExecutor (#5564) <!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request Move the code that verify the status of yarn in ShellCommandExecutor to AbstractYarnTask . My shell command ouput log contains text that match the pattern APPLICATION_REGEX = "application_\\d+_\\d+" but that task is not a yarn task. These yarn related code cause my shell command task failure. ## Brief change log <!--*(for example:)* - *Add maven-checkstyle-plugin to root pom.xml* --> ## Verify this pull request <!--*(Please pick either of the following options)*--> This pull request is code cleanup without any test coverage. -- 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]
