[ https://issues.apache.org/jira/browse/FLINK-8201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16278165#comment-16278165 ]
ASF GitHub Bot commented on FLINK-8201: --------------------------------------- GitHub user wenlong88 opened a pull request: https://github.com/apache/flink/pull/5123 [FLINK-8201] YarnResourceManagerTest causes license checking failure YarnResourceManagerTest generates a temporary taskmanager config file in flink-yarn module root folder and never clear it, which makes license checking fail when we run mvn clean verify multiple times in the same source folder. this pr adds PWD env variable to make sure the temporary file created in the temporary folder which will be cleared automatically when case finished. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wenlong88/flink flink-8201 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5123.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5123 ---- commit 2bb1e10f146a9a1e8cf745e0503852da2e34ddf7 Author: wenlong.lwl <wenlong....@alibaba-inc.com> Date: 2017-12-05T07:54:39Z YarnResourceManagerTest generates a temporary taskmanager config file in flink-yarn module commit ee33e042a6714626f053464a2f89b808772112a7 Author: wenlong.lwl <wenlong....@alibaba-inc.com> Date: 2017-12-05T07:56:04Z YarnResourceManagerTest generates a temporary taskmanager config file in flink-yarn module ---- > YarnResourceManagerTest causes license checking failure > ------------------------------------------------------- > > Key: FLINK-8201 > URL: https://issues.apache.org/jira/browse/FLINK-8201 > Project: Flink > Issue Type: Bug > Reporter: Wenlong Lyu > > YarnResourceManagerTest generates a temporary taskmanager config file in > flink-yarn module > root folder and never clear it, which makes license checking fail when we > run {{mvn clean verify}} multiple times in the same source folder. -- This message was sent by Atlassian JIRA (v6.4.14#64029)