zhu-mingye opened a new pull request #5780: URL: https://github.com/apache/dolphinscheduler/pull/5780
1. 更改 Constants 常量类的匹配application id 的正则 APPLICATION_REGEX , 使之获取到log中完整的yarn执行applicationID ,存储到数据表中 example: http://HSaaHHScnjdnc21dbj113:8088/proxy/application_1223232_2121/ 前端: 1.增加 任务实例 列表中的栏位 AppId , 显示application_1223232_2121 2.增加跳转至此执行applicationID 方法 , 实现可跳转至yarn 执行 application 的URL 3.修改使用 选择数据源 时 , 支持搜索 快速定位关键字 <!--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 <!--(For example: This pull request adds checkstyle plugin).--> ## 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. *(or)* This pull request is already covered by existing tests, such as *(please describe tests)*. (or) This change added tests and can be verified as follows: <!--*(example:)* - *Added dolphinscheduler-dao tests for end-to-end.* - *Added CronUtilsTest to verify the change.* - *Manually verified the change by testing locally.* --> -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
