You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/27 08:51:28 UTC

[GitHub] [flink] bgeng777 opened a new pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

bgeng777 opened a new pull request #18531:
URL: https://github.com/apache/flink/pull/18531


   
   
   <!--
   *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.*
   
   *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.*
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [JIRA issue](https://issues.apache.org/jira/projects/FLINK/issues). Exceptions are made for typos in JavaDoc or documentation files, which need no JIRA issue.
     
     - Name the pull request in the form "[FLINK-XXXX] [component] Title of the pull request", where *FLINK-XXXX* should be replaced by the actual issue number. Skip *component* if you are unsure about which is the best component.
     Typo fixes that have no associated JIRA issue should be named following this pattern: `[hotfix] [docs] Fix typo in event time introduction` or `[hotfix] [javadocs] Expand JavaDoc for PuncuatedWatermarkGenerator`.
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Make sure that the change passes the automated tests, i.e., `mvn clean verify` passes. You can set up Azure Pipelines CI to do that following [this guide](https://cwiki.apache.org/confluence/display/FLINK/Azure+Pipelines#AzurePipelines-Tutorial:SettingupAzurePipelinesforaforkoftheFlinkrepository).
   
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message (including the JIRA id)
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   ## What is the purpose of the change
   
   This pull request aims at enabling application/per-job mode on YARN to use usrlib easier. 
   
   
   ## Brief change log
     - Make `usrlib`(if exists) under FLINK_HOME be uploaded to the cluster automatically for both Application and Per-job mode on YARN.  If we add `usrlib`  in ship files again or specify `usrlib` in `yarn.provided.lib.dirs`, exception will be thrown. 
     - Jars in `usrlib` will be loaded by user classloader only when `yarn.per-job-cluster.include-user-jar` is DISABLED. 
   
   
   
   ## Verifying this change
   
   
   This change added tests and can be verified as follows:
     - Add tests that validate the shipping logic
     - Manually verified the classloader is chosen correctly when `yarn.per-job-cluster.include-user-jar` is DISABLED
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: yes
     - The S3 file system connector: no
     - 
   ## Documentation
   
     - Does this pull request introduce a new feature? yes
     - If yes, how is the feature documented? docs(but need improvement)
   


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1035905689


   Merging this PR now.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b398b5b5c922f18680c159b0051e98d1961b2518",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b398b5b5c922f18680c159b0051e98d1961b2518",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * b398b5b5c922f18680c159b0051e98d1961b2518 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef3f0104fc31def407b74b4698d5f7dd0404a333 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801324145



##########
File path: flink-yarn/pom.xml
##########
@@ -130,6 +130,11 @@ under the License.
 				</exclusion>
 			</exclusions>
 		</dependency>
+		<dependency>

Review comment:
       My bad. Removed.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801501444



##########
File path: flink-yarn/src/test/java/org/apache/flink/yarn/YarnClusterDescriptorTest.java
##########
@@ -699,6 +700,41 @@ public void testDisableSystemClassPathIncludeUserJarAndWithIllegalShipDirectoryN
         }
     }
 
+    /**
+     * Tests that the usrlib is added ship files again when local usrlib has been automatically
+     * shipped.
+     */
+    @Test
+    public void testShipUsrLibWithExistingLocalUsrLib() throws IOException {

Review comment:
       Fixed in 986fff4543fbfd5016f087c53533b395af8c166f




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801341361



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -910,14 +910,28 @@ private ApplicationReport startAppMaster(
         }
 
         // Upload and register user jars
-        final List<String> userClassPaths =
+        List<String> userClassPaths =

Review comment:
       Even though we could still have the `final`.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801375581



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -872,14 +872,14 @@ private ApplicationReport startAppMaster(
 
             jobGraph.writeUserArtifactEntriesToConfiguration();
         }
-
+        boolean isLocalUsrLibExists = getLocalUsrLibDirectory().isPresent();

Review comment:
       Fixed in ef3f0104fc31def407b74b4698d5f7dd0404a333.

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnApplicationFileUploader.java
##########
@@ -438,6 +446,18 @@ private static boolean isPlugin(Path path) {
         return false;
     }
 
+    private static boolean isUsrLib(Path path) {

Review comment:
       Make sense. Fixed in ef3f0104fc31def407b74b4698d5f7dd0404a333




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801501307



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -910,14 +910,28 @@ private ApplicationReport startAppMaster(
         }
 
         // Upload and register user jars
-        final List<String> userClassPaths =
+        List<String> userClassPaths =

Review comment:
       Fix in 986fff4543fbfd5016f087c53533b395af8c166f




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f40a37a2124c9627b9b839e2cce9f4d2d7edba9 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482) 
   * 5eb98df7422ffca67eb4d258189ff1eadb36731e Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294) 
   * 31c1904c1525e73658ee3ac8ac875465771c0cb9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801299045



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnApplicationFileUploader.java
##########
@@ -438,6 +446,18 @@ private static boolean isPlugin(Path path) {
         return false;
     }
 
+    private static boolean isUsrLib(Path path) {

Review comment:
       I suggest to introduce the `isUsrLibDirIncludedInProvidedLib` instead and then `checkArgument` in the constructor of `YarnApplicationFileUploader`. Because the files in the provided lib will be relativized, we just need to check the name of provided lib.
   
   ```
       private boolean isUsrLibDirIncludedInProvidedLib(final List<Path> providedLibDirs)
               throws IOException {
           for (Path path : providedLibDirs) {
               final FileStatus fileStatus = fileSystem.getFileStatus(path);
               if (fileStatus.isDirectory()
                       && ConfigConstants.DEFAULT_FLINK_USR_LIB_DIR.equals(path.getName())) {
                   return true;
               }
           }
           return false;
       }
   ```
    




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981) 
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801326773



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -910,14 +910,28 @@ private ApplicationReport startAppMaster(
         }
 
         // Upload and register user jars
-        final List<String> userClassPaths =
+        List<String> userClassPaths =

Review comment:
       Because we need to check if usrlib exists later. If usrlib exists, we need `userClassPaths.addAll(usrLibClassPaths);` so we can reuse current code to make other options o YarnConfigOptions.UserJarInclusion work as expected.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801499563



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1799,4 +1842,27 @@ public static void logDetachedClusterInformation(
                 yarnApplicationId,
                 yarnApplicationId);
     }
+
+    /**

Review comment:
       Fixed in 986fff4543fbfd5016f087c53533b395af8c166f




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef3f0104fc31def407b74b4698d5f7dd0404a333 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891) 
   * 986fff4543fbfd5016f087c53533b395af8c166f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1034889669


   The azure test pipeline is broken for now and no e2e tests can succeed for all PRs for now. Will run azure test tomorrow if it works.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1034889669


   The azure test pipeline is broken for now and no e2e tests can succeed for all tests for now. Will run azure test tomorrow if it works.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294) 
   * 31c1904c1525e73658ee3ac8ac875465771c0cb9 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294) 
   * 31c1904c1525e73658ee3ac8ac875465771c0cb9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374) 
   * b5b32982734f41ea6f6c8693f2a62585de39b408 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f40a37a2124c9627b9b839e2cce9f4d2d7edba9 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482) 
   * 5eb98df7422ffca67eb4d258189ff1eadb36731e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1025121654


   @flinkbot run azure


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801344011



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnApplicationFileUploader.java
##########
@@ -335,7 +335,7 @@ public YarnLocalResourceDescriptor uploadFlinkDist(final Path localJarPath)
      *
      * @return list of class paths with the file name
      */
-    List<String> registerProvidedLocalResources() {
+    List<String> registerProvidedLocalResources(boolean shouldUsrLibExistInRemote) {

Review comment:
       I think no matter the `INCLUDE_USER_JAR` is configured, we should always not include `usrlib` in the user shipped files. This is also true for the provided lib.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801340286



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1685,6 +1699,35 @@ void addLibFoldersToShipFiles(Collection<File> effectiveShipFiles) {
         }
     }
 
+    @VisibleForTesting
+    void addUsrLibFolderToShipFiles(
+            Collection<File> effectiveShipFiles, Collection<File> systemShipFiles) {
+        // Add usrlib folder to the ship files if it exists
+        // Classes in the folder will be loaded by UserClassLoader if CLASSPATH_INCLUDE_USER_JAR is
+        // DISABLED.
+        final Optional<File> usrLibDir = getLocalUsrLibDirectory();
+
+        if (usrLibDir.isPresent()) {
+            File usrLibDirFile = usrLibDir.get();
+            if (usrLibDirFile.isDirectory()) {
+                checkArgument(

Review comment:
       Except for the naming, I do not think the `ClusterEntrypointUtils.tryFindUserLibDirectory()` should only work in the cluster side. If a user configure a customized `FLINK_LIB_DIR`, then he/she should also have the `usrlib` in such location. I think it is reasonable.
   
   For the naming, maybe we could have the `UserLibUtils.java`, which contains all the utility methods for `usrlib`. 
   
   Please note that `FLINK_LIB_DIR` will be exported in `bin/config.sh` automatically if not configured.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r802321843



##########
File path: flink-yarn/src/test/java/org/apache/flink/yarn/YarnClusterDescriptorTest.java
##########
@@ -699,6 +701,32 @@ public void testDisableSystemClassPathIncludeUserJarAndWithIllegalShipDirectoryN
         }
     }
 
+    /** Tests that the usrlib will be automatically shipped. */
+    @Test
+    public void testShipUsrLib() throws IOException {
+        final Map<String, String> oldEnv = System.getenv();
+        final Map<String, String> env = new HashMap<>(1);
+        File homeFolder = temporaryFolder.newFolder().getAbsoluteFile();
+        File libFolder = new File(homeFolder.getAbsolutePath(), "lib");
+        assertTrue(libFolder.createNewFile());
+        File usrLibFolder =
+                new File(homeFolder.getAbsolutePath(), ConfigConstants.DEFAULT_FLINK_USR_LIB_DIR);
+        assertTrue(usrLibFolder.mkdirs());
+        File usrLibFile = new File(usrLibFolder, "usrLibFile.jar");
+        assertTrue(usrLibFile.createNewFile());
+        env.put(ConfigConstants.ENV_FLINK_LIB_DIR, libFolder.getAbsolutePath());
+        CommonTestUtils.setEnv(env);
+
+        try (YarnClusterDescriptor descriptor = createYarnClusterDescriptor()) {
+            Set<File> effectiveShipFiles = new HashSet<>();
+            descriptor.addUsrLibFolderToShipFiles(effectiveShipFiles);
+            assertThat(effectiveShipFiles, containsInAnyOrder(usrLibFolder));
+            assertThat(effectiveShipFiles, not(containsInAnyOrder(usrLibFile)));

Review comment:
       You are right. Our `tryFindUserLibDirectory` will only return a directory.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981) 
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef3f0104fc31def407b74b4698d5f7dd0404a333 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891) 
   * 986fff4543fbfd5016f087c53533b395af8c166f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906) 
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801384111



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1685,6 +1699,35 @@ void addLibFoldersToShipFiles(Collection<File> effectiveShipFiles) {
         }
     }
 
+    @VisibleForTesting
+    void addUsrLibFolderToShipFiles(
+            Collection<File> effectiveShipFiles, Collection<File> systemShipFiles) {
+        // Add usrlib folder to the ship files if it exists
+        // Classes in the folder will be loaded by UserClassLoader if CLASSPATH_INCLUDE_USER_JAR is
+        // DISABLED.
+        final Optional<File> usrLibDir = getLocalUsrLibDirectory();
+
+        if (usrLibDir.isPresent()) {
+            File usrLibDirFile = usrLibDir.get();
+            if (usrLibDirFile.isDirectory()) {
+                checkArgument(

Review comment:
       Agree with the naming and the `FLINK_LIB_DIR` clarification. I will take actions to improve the code.
   But just one follow-up: I know that `FLINK_LIB_DIR` will be set by `config.sh` if it is empty when we run `flink run ....`.
   But when YARN run commands like `/bin/bash -c /usr/lib/jvm/java-1.8.0/bin/java -Xmx1073741824 -Xms1073741824 -XX:MaxMetaspaceSize=268435456org.apache.flink.yarn.entrypoint.YarnJobClusterEntrypoint -D jobmanager.memory.off-heap.size=134217728b -D jobmanager.memory.jvm-overhead.min=201326592b -D jobmanager.memory.jvm-metaspace.size=268435456b -D jobmanager.memory.heap.size=1073741824b -D jobmanager.memory.jvm-overhead.max=201326592b ...`, I think the `bin/config.sh` will not be executed? If I am wrong, please correct me. Thanks!




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801500847



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1685,6 +1699,35 @@ void addLibFoldersToShipFiles(Collection<File> effectiveShipFiles) {
         }
     }
 
+    @VisibleForTesting
+    void addUsrLibFolderToShipFiles(
+            Collection<File> effectiveShipFiles, Collection<File> systemShipFiles) {
+        // Add usrlib folder to the ship files if it exists
+        // Classes in the folder will be loaded by UserClassLoader if CLASSPATH_INCLUDE_USER_JAR is
+        // DISABLED.
+        final Optional<File> usrLibDir = getLocalUsrLibDirectory();
+
+        if (usrLibDir.isPresent()) {
+            File usrLibDirFile = usrLibDir.get();
+            if (usrLibDirFile.isDirectory()) {
+                checkArgument(

Review comment:
       No problem. In this pr, `ClusterEntrypointUtils.tryFindUserLibDirectory()` is used since 986fff4543fbfd5016f087c53533b395af8c166f. 
   




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2cda4dab76d8599106c77815aac11f04251bc94f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2cda4dab76d8599106c77815aac11f04251bc94f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2cda4dab76d8599106c77815aac11f04251bc94f UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e68c964314eb82210c39c4606a5001f8589bcc2e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e68c964314eb82210c39c4606a5001f8589bcc2e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * e68c964314eb82210c39c4606a5001f8589bcc2e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e68c964314eb82210c39c4606a5001f8589bcc2e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e68c964314eb82210c39c4606a5001f8589bcc2e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * e68c964314eb82210c39c4606a5001f8589bcc2e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5eb98df7422ffca67eb4d258189ff1eadb36731e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492) 
   * ef3f0104fc31def407b74b4698d5f7dd0404a333 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ac8f4cadaa8eccbdcb6f1a96ce63a6549082815a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ac8f4cadaa8eccbdcb6f1a96ce63a6549082815a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * ac8f4cadaa8eccbdcb6f1a96ce63a6549082815a UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * b5b32982734f41ea6f6c8693f2a62585de39b408 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b5b32982734f41ea6f6c8693f2a62585de39b408 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397) 
   * 3f40a37a2124c9627b9b839e2cce9f4d2d7edba9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b5b32982734f41ea6f6c8693f2a62585de39b408 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5eb98df7422ffca67eb4d258189ff1eadb36731e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492) 
   * ef3f0104fc31def407b74b4698d5f7dd0404a333 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801397500



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1685,6 +1699,35 @@ void addLibFoldersToShipFiles(Collection<File> effectiveShipFiles) {
         }
     }
 
+    @VisibleForTesting
+    void addUsrLibFolderToShipFiles(
+            Collection<File> effectiveShipFiles, Collection<File> systemShipFiles) {
+        // Add usrlib folder to the ship files if it exists
+        // Classes in the folder will be loaded by UserClassLoader if CLASSPATH_INCLUDE_USER_JAR is
+        // DISABLED.
+        final Optional<File> usrLibDir = getLocalUsrLibDirectory();
+
+        if (usrLibDir.isPresent()) {
+            File usrLibDirFile = usrLibDir.get();
+            if (usrLibDirFile.isDirectory()) {
+                checkArgument(

Review comment:
       What I mean is about `flink run/run-applicaton` on the client side. For the JobManager and TaskManager start commands, you are right that `config.sh` will not be executed. So I think we could have a dedicated ticket to fix the issue you comment under [FLINK-24897](https://issues.apache.org/jira/browse/FLINK-24897?focusedCommentId=17483689&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17483689).




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef3f0104fc31def407b74b4698d5f7dd0404a333 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891) 
   * 986fff4543fbfd5016f087c53533b395af8c166f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef3f0104fc31def407b74b4698d5f7dd0404a333 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891) 
   * 986fff4543fbfd5016f087c53533b395af8c166f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906) 
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1034420084


   @flinkbot run azure


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981) 
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5d9511b68eeb445ab13a84e98a01f5ef6fa16522",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5d9511b68eeb445ab13a84e98a01f5ef6fa16522",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 5d9511b68eeb445ab13a84e98a01f5ef6fa16522 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981) 
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * b5b32982734f41ea6f6c8693f2a62585de39b408 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b5b32982734f41ea6f6c8693f2a62585de39b408 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397) 
   * 3f40a37a2124c9627b9b839e2cce9f4d2d7edba9 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294) 
   * 31c1904c1525e73658ee3ac8ac875465771c0cb9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374) 
   * b5b32982734f41ea6f6c8693f2a62585de39b408 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801282398



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1685,6 +1699,35 @@ void addLibFoldersToShipFiles(Collection<File> effectiveShipFiles) {
         }
     }
 
+    @VisibleForTesting
+    void addUsrLibFolderToShipFiles(
+            Collection<File> effectiveShipFiles, Collection<File> systemShipFiles) {
+        // Add usrlib folder to the ship files if it exists
+        // Classes in the folder will be loaded by UserClassLoader if CLASSPATH_INCLUDE_USER_JAR is
+        // DISABLED.
+        final Optional<File> usrLibDir = getLocalUsrLibDirectory();
+
+        if (usrLibDir.isPresent()) {
+            File usrLibDirFile = usrLibDir.get();
+            if (usrLibDirFile.isDirectory()) {
+                checkArgument(

Review comment:
       Given that the shipped files could not include `usrlib`. So I think we could reuse the `checkArgument` in `YarnClusterDescriptor#addShipFiles`. And it need to be changed like following. WDYT?
   
   ```
   checkArgument(
                   !isUsrLibDirIncludedInShipFiles(shipFiles),
                   "The name of ship directory can not be %s.",
                   DEFAULT_FLINK_USR_LIB_DIR);
   ```
   
   After then the implementation of `addUsrLibFolderToShipFiles` could be simplified.
   ```
   @VisibleForTesting
   void addUsrLibFolderToShipFiles(Collection<File> effectiveShipFiles) {
       ClusterEntrypointUtils.tryFindUserLibDirectory()
               .ifPresent(
                       usrLibDirFile -> {
                           effectiveShipFiles.add(usrLibDirFile);
                           LOG.info(
                                   "usrlib: {} will be shipped automatically.",
                                   usrLibDirFile.getAbsolutePath());
                       });
   }
   ```

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnApplicationFileUploader.java
##########
@@ -438,6 +446,18 @@ private static boolean isPlugin(Path path) {
         return false;
     }
 
+    private static boolean isUsrLib(Path path) {

Review comment:
       I suggest to introduce the `isUsrLibDirIncludedInProvidedLib` instead and then `checkArgument` in the constructor of `YarnApplicationFileUploader`. Because the files in the provided lib will be relativized, so we just need to check the name of provided lib.
   
   ```
       private boolean isUsrLibDirIncludedInProvidedLib(final List<Path> providedLibDirs)
               throws IOException {
           for (Path path : providedLibDirs) {
               final FileStatus fileStatus = fileSystem.getFileStatus(path);
               if (fileStatus.isDirectory()
                       && ConfigConstants.DEFAULT_FLINK_USR_LIB_DIR.equals(path.getName())) {
                   return true;
               }
           }
           return false;
       }
   ```
    

##########
File path: flink-yarn/pom.xml
##########
@@ -130,6 +130,11 @@ under the License.
 				</exclusion>
 			</exclusions>
 		</dependency>
+		<dependency>

Review comment:
       Why do we need this change? I think we already have the dependency in the parent pom.

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1799,4 +1842,27 @@ public static void logDetachedClusterInformation(
                 yarnApplicationId,
                 yarnApplicationId);
     }
+
+    /**

Review comment:
       Could we use `ClusterEntrypointUtils.tryFindUserLibDirectory()` to avoid introducing the `getLocalUsrLibDirectory()`?

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -910,14 +910,28 @@ private ApplicationReport startAppMaster(
         }
 
         // Upload and register user jars
-        final List<String> userClassPaths =
+        List<String> userClassPaths =

Review comment:
       Why do we remove the `final`?

##########
File path: flink-yarn/src/test/java/org/apache/flink/yarn/YarnClusterDescriptorTest.java
##########
@@ -699,6 +700,41 @@ public void testDisableSystemClassPathIncludeUserJarAndWithIllegalShipDirectoryN
         }
     }
 
+    /**
+     * Tests that the usrlib is added ship files again when local usrlib has been automatically
+     * shipped.
+     */
+    @Test
+    public void testShipUsrLibWithExistingLocalUsrLib() throws IOException {

Review comment:
       After moving out the `checkArgument` in `YarnClusterDescriptor#addUsrLibFolderToShipFiles`, we just need to test whether the `usrlib` is added to shipped files automatically.

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1752,7 +1795,7 @@ ContainerLaunchContext setupApplicationMasterContainer(
         return config.get(YarnConfigOptions.CLASSPATH_INCLUDE_USER_JAR);
     }
 
-    private static boolean isUsrLibDirIncludedInShipFiles(List<File> shipFiles) {
+    private static boolean isUsrLibDirIncludedInShipFiles(Collection<File> shipFiles) {

Review comment:
       I think we need to correct the implementation of `isUsrLibDirIncludedInShipFiles`.
   When it returns `true`, it should mean that the specified shipFiles include the `usrlib`. Currently, it has the opposite meaning.

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnApplicationFileUploader.java
##########
@@ -335,7 +335,7 @@ public YarnLocalResourceDescriptor uploadFlinkDist(final Path localJarPath)
      *
      * @return list of class paths with the file name
      */
-    List<String> registerProvidedLocalResources() {
+    List<String> registerProvidedLocalResources(boolean shouldUsrLibExistInRemote) {

Review comment:
       We assume that the `usrlib` should always not be included in provided lib whether `usrlib` exists locally or not. Right?
   
   It just have the same semantic with ship files.

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -872,14 +872,14 @@ private ApplicationReport startAppMaster(
 
             jobGraph.writeUserArtifactEntriesToConfiguration();
         }
-
+        boolean isLocalUsrLibExists = getLocalUsrLibDirectory().isPresent();

Review comment:
       `isLocalUsrLibExists` could be `final`.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801334847



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnApplicationFileUploader.java
##########
@@ -335,7 +335,7 @@ public YarnLocalResourceDescriptor uploadFlinkDist(final Path localJarPath)
      *
      * @return list of class paths with the file name
      */
-    List<String> registerProvidedLocalResources() {
+    List<String> registerProvidedLocalResources(boolean shouldUsrLibExistInRemote) {

Review comment:
       Yes, I totally agree with the assumption and that it just have the same semantic with ship files. 
   But in ship files, we will check if `usrlib` exists in ship files and if so and `INCLUDE_USER_JAR` is DISABLED, we will throw exception due to our previous discussion. 
   The reason for me to adding such code is for this case: users have local `usrlib` and in the remote dirs specified by `provided.lib.dirs`, there is also a remote `usrlib`. I want to get rid of  such case as it could lead to overriding files in YARN cache's `usrlib`.
   
   




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991",
       "triggerID" : "1034420084",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1033384894


   We already have a PR #18450 to document how to use `usrlib`. But you still need to regenerate the config docs.
   ```
   mvn package -Dgenerate-config-docs -pl flink-docs -am -nsu -DskipTests
   ```


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r802311817



##########
File path: flink-yarn/src/test/java/org/apache/flink/yarn/YarnClusterDescriptorTest.java
##########
@@ -699,6 +701,32 @@ public void testDisableSystemClassPathIncludeUserJarAndWithIllegalShipDirectoryN
         }
     }
 
+    /** Tests that the usrlib will be automatically shipped. */
+    @Test
+    public void testShipUsrLib() throws IOException {
+        final Map<String, String> oldEnv = System.getenv();
+        final Map<String, String> env = new HashMap<>(1);
+        File homeFolder = temporaryFolder.newFolder().getAbsoluteFile();
+        File libFolder = new File(homeFolder.getAbsolutePath(), "lib");
+        assertTrue(libFolder.createNewFile());
+        File usrLibFolder =
+                new File(homeFolder.getAbsolutePath(), ConfigConstants.DEFAULT_FLINK_USR_LIB_DIR);
+        assertTrue(usrLibFolder.mkdirs());
+        File usrLibFile = new File(usrLibFolder, "usrLibFile.jar");
+        assertTrue(usrLibFile.createNewFile());
+        env.put(ConfigConstants.ENV_FLINK_LIB_DIR, libFolder.getAbsolutePath());
+        CommonTestUtils.setEnv(env);
+
+        try (YarnClusterDescriptor descriptor = createYarnClusterDescriptor()) {
+            Set<File> effectiveShipFiles = new HashSet<>();
+            descriptor.addUsrLibFolderToShipFiles(effectiveShipFiles);
+            assertThat(effectiveShipFiles, containsInAnyOrder(usrLibFolder));
+            assertThat(effectiveShipFiles, not(containsInAnyOrder(usrLibFile)));

Review comment:
       The `assertThat(effectiveShipFiles, not(containsInAnyOrder(usrLibFile)));` just follows the check logic in testEnvironmentDirectoryShipping to make sure single is not added.

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -918,6 +915,18 @@ private ApplicationReport startAppMaster(
                                 : Path.CUR_DIR,
                         LocalResourceType.FILE);
 
+        // usrlib will be automatically shipped if it exists.
+        final Set<File> usrLibShipFiles = new HashSet<>();

Review comment:
       I remove this check because I double checked the codes and it should work well as we will do this check in addUsrLibFolderToShipFiles. 
   For readability and less object allocation/function call , I agree to get it back.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b398b5b5c922f18680c159b0051e98d1961b2518",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b398b5b5c922f18680c159b0051e98d1961b2518",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * b398b5b5c922f18680c159b0051e98d1961b2518 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r802294778



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -918,6 +915,18 @@ private ApplicationReport startAppMaster(
                                 : Path.CUR_DIR,
                         LocalResourceType.FILE);
 
+        // usrlib will be automatically shipped if it exists.
+        final Set<File> usrLibShipFiles = new HashSet<>();

Review comment:
       Hmm. Maybe I did not make myself clear. I do not mean to remove the condition check.
   
   ```
   if (ClusterEntrypointUtils.tryFindUserLibDirectory().isPresent()) {
       ... ...
   }
   ```

##########
File path: flink-yarn/src/test/java/org/apache/flink/yarn/YarnApplicationFileUploaderTest.java
##########
@@ -100,6 +105,35 @@ public void testRegisterProvidedLocalResourcesWithDuplication() throws IOExcepti
         }
     }
 
+    @Test
+    public void testRegisterProvidedLocalResourcesWithNotAllowedUsrLib() throws IOException {
+        final File flinkHomeDir = temporaryFolder.newFolder();
+        final File flinkLibDir = new File(flinkHomeDir, "lib");
+        final File flinkUsrLibDir = new File(flinkHomeDir, "usrlib");
+        final Map<String, String> libJars = getLibJars();
+        final Map<String, String> usrLibJars = getUsrLibJars();
+
+        generateFilesInDirectory(flinkLibDir, libJars);
+        generateFilesInDirectory(flinkUsrLibDir, usrLibJars);
+        List<Path> providedLibDirs = new ArrayList<>();
+        providedLibDirs.add(new Path(flinkLibDir.toURI()));
+        providedLibDirs.add(new Path(flinkUsrLibDir.toURI()));
+
+        assertThatThrownBy(
+                        () ->
+                                YarnApplicationFileUploader.from(
+                                        FileSystem.get(new YarnConfiguration()),
+                                        new Path(flinkHomeDir.getPath()),
+                                        providedLibDirs,
+                                        ApplicationId.newInstance(0, 0),
+                                        DFSConfigKeys.DFS_REPLICATION_DEFAULT))
+                .isInstanceOf(RuntimeException.class)

Review comment:
       Maybe we could use a more specific `IllegalArgumentException` here.

##########
File path: flink-yarn/src/test/java/org/apache/flink/yarn/YarnClusterDescriptorTest.java
##########
@@ -699,6 +701,32 @@ public void testDisableSystemClassPathIncludeUserJarAndWithIllegalShipDirectoryN
         }
     }
 
+    /** Tests that the usrlib will be automatically shipped. */
+    @Test
+    public void testShipUsrLib() throws IOException {
+        final Map<String, String> oldEnv = System.getenv();
+        final Map<String, String> env = new HashMap<>(1);
+        File homeFolder = temporaryFolder.newFolder().getAbsoluteFile();

Review comment:
       I believe `homeFolder` `libFolder` `usrLibFolder` `usrLibFile` `effectiveShipFiles` could also be final.

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -876,7 +874,6 @@ private ApplicationReport startAppMaster(
         if (providedLibDirs == null || providedLibDirs.isEmpty()) {
             addLibFoldersToShipFiles(systemShipFiles);
         }
-

Review comment:
       Unnecessary change.

##########
File path: flink-yarn/src/test/java/org/apache/flink/yarn/YarnClusterDescriptorTest.java
##########
@@ -699,6 +701,32 @@ public void testDisableSystemClassPathIncludeUserJarAndWithIllegalShipDirectoryN
         }
     }
 
+    /** Tests that the usrlib will be automatically shipped. */
+    @Test
+    public void testShipUsrLib() throws IOException {
+        final Map<String, String> oldEnv = System.getenv();
+        final Map<String, String> env = new HashMap<>(1);
+        File homeFolder = temporaryFolder.newFolder().getAbsoluteFile();
+        File libFolder = new File(homeFolder.getAbsolutePath(), "lib");
+        assertTrue(libFolder.createNewFile());
+        File usrLibFolder =
+                new File(homeFolder.getAbsolutePath(), ConfigConstants.DEFAULT_FLINK_USR_LIB_DIR);
+        assertTrue(usrLibFolder.mkdirs());
+        File usrLibFile = new File(usrLibFolder, "usrLibFile.jar");
+        assertTrue(usrLibFile.createNewFile());
+        env.put(ConfigConstants.ENV_FLINK_LIB_DIR, libFolder.getAbsolutePath());
+        CommonTestUtils.setEnv(env);
+
+        try (YarnClusterDescriptor descriptor = createYarnClusterDescriptor()) {
+            Set<File> effectiveShipFiles = new HashSet<>();
+            descriptor.addUsrLibFolderToShipFiles(effectiveShipFiles);
+            assertThat(effectiveShipFiles, containsInAnyOrder(usrLibFolder));
+            assertThat(effectiveShipFiles, not(containsInAnyOrder(usrLibFile)));

Review comment:
       I do not think we still need this assert. The above `containsInAnyOrder` could cover such case.

##########
File path: flink-yarn/src/test/java/org/apache/flink/yarn/YarnClusterDescriptorTest.java
##########
@@ -699,6 +701,32 @@ public void testDisableSystemClassPathIncludeUserJarAndWithIllegalShipDirectoryN
         }
     }
 
+    /** Tests that the usrlib will be automatically shipped. */
+    @Test
+    public void testShipUsrLib() throws IOException {
+        final Map<String, String> oldEnv = System.getenv();
+        final Map<String, String> env = new HashMap<>(1);
+        File homeFolder = temporaryFolder.newFolder().getAbsoluteFile();
+        File libFolder = new File(homeFolder.getAbsolutePath(), "lib");
+        assertTrue(libFolder.createNewFile());
+        File usrLibFolder =
+                new File(homeFolder.getAbsolutePath(), ConfigConstants.DEFAULT_FLINK_USR_LIB_DIR);
+        assertTrue(usrLibFolder.mkdirs());
+        File usrLibFile = new File(usrLibFolder, "usrLibFile.jar");
+        assertTrue(usrLibFile.createNewFile());
+        env.put(ConfigConstants.ENV_FLINK_LIB_DIR, libFolder.getAbsolutePath());
+        CommonTestUtils.setEnv(env);
+
+        try (YarnClusterDescriptor descriptor = createYarnClusterDescriptor()) {
+            Set<File> effectiveShipFiles = new HashSet<>();
+            descriptor.addUsrLibFolderToShipFiles(effectiveShipFiles);
+            assertThat(effectiveShipFiles, containsInAnyOrder(usrLibFolder));

Review comment:
       Please use `org.hamcrest.MatcherAssert.assertThat` instead.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1035897139


   Rerun the Flink CI in my own Azure pipeline and get a pass:
   https://dev.azure.com/samuelgeng7/Flink/_build/results?buildId=74&view=results 
   


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801340286



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1685,6 +1699,35 @@ void addLibFoldersToShipFiles(Collection<File> effectiveShipFiles) {
         }
     }
 
+    @VisibleForTesting
+    void addUsrLibFolderToShipFiles(
+            Collection<File> effectiveShipFiles, Collection<File> systemShipFiles) {
+        // Add usrlib folder to the ship files if it exists
+        // Classes in the folder will be loaded by UserClassLoader if CLASSPATH_INCLUDE_USER_JAR is
+        // DISABLED.
+        final Optional<File> usrLibDir = getLocalUsrLibDirectory();
+
+        if (usrLibDir.isPresent()) {
+            File usrLibDirFile = usrLibDir.get();
+            if (usrLibDirFile.isDirectory()) {
+                checkArgument(

Review comment:
       Except for the naming, I do not think the `ClusterEntrypointUtils.tryFindUserLibDirectory()` should only work in the cluster side. If a user configure a customized `FLINK_LIB_DIR`, then he/she should also have the `usrlib` in such location. I think it is reasonable.
   
   For the naming, maybe we could have the `UserLibUtils.java`, which contains all the utility methods for `usrlib`. 
   
   Please note that `FLINK_LIB_DIR` will exported in `bin/config.sh` automatically if not configured.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r802311817



##########
File path: flink-yarn/src/test/java/org/apache/flink/yarn/YarnClusterDescriptorTest.java
##########
@@ -699,6 +701,32 @@ public void testDisableSystemClassPathIncludeUserJarAndWithIllegalShipDirectoryN
         }
     }
 
+    /** Tests that the usrlib will be automatically shipped. */
+    @Test
+    public void testShipUsrLib() throws IOException {
+        final Map<String, String> oldEnv = System.getenv();
+        final Map<String, String> env = new HashMap<>(1);
+        File homeFolder = temporaryFolder.newFolder().getAbsoluteFile();
+        File libFolder = new File(homeFolder.getAbsolutePath(), "lib");
+        assertTrue(libFolder.createNewFile());
+        File usrLibFolder =
+                new File(homeFolder.getAbsolutePath(), ConfigConstants.DEFAULT_FLINK_USR_LIB_DIR);
+        assertTrue(usrLibFolder.mkdirs());
+        File usrLibFile = new File(usrLibFolder, "usrLibFile.jar");
+        assertTrue(usrLibFile.createNewFile());
+        env.put(ConfigConstants.ENV_FLINK_LIB_DIR, libFolder.getAbsolutePath());
+        CommonTestUtils.setEnv(env);
+
+        try (YarnClusterDescriptor descriptor = createYarnClusterDescriptor()) {
+            Set<File> effectiveShipFiles = new HashSet<>();
+            descriptor.addUsrLibFolderToShipFiles(effectiveShipFiles);
+            assertThat(effectiveShipFiles, containsInAnyOrder(usrLibFolder));
+            assertThat(effectiveShipFiles, not(containsInAnyOrder(usrLibFile)));

Review comment:
       The `assertThat(effectiveShipFiles, not(containsInAnyOrder(usrLibFile)));` just follows the check logic in testEnvironmentDirectoryShipping to make sure single file is not added.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801384111



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1685,6 +1699,35 @@ void addLibFoldersToShipFiles(Collection<File> effectiveShipFiles) {
         }
     }
 
+    @VisibleForTesting
+    void addUsrLibFolderToShipFiles(
+            Collection<File> effectiveShipFiles, Collection<File> systemShipFiles) {
+        // Add usrlib folder to the ship files if it exists
+        // Classes in the folder will be loaded by UserClassLoader if CLASSPATH_INCLUDE_USER_JAR is
+        // DISABLED.
+        final Optional<File> usrLibDir = getLocalUsrLibDirectory();
+
+        if (usrLibDir.isPresent()) {
+            File usrLibDirFile = usrLibDir.get();
+            if (usrLibDirFile.isDirectory()) {
+                checkArgument(

Review comment:
       Agree with the naming and the `FLINK_LIB_DIR` clarification. I will take actions to improve the code.
   But just one follow-up: I know that `FLINK_LIB_DIR` will be set by `config.sh` if it is empty when we run `flink run ....`.
   But when YARN run commands like `/bin/bash -c /usr/lib/jvm/java-1.8.0/bin/java -Xmx1073741824 -Xms1073741824 -XX:MaxMetaspaceSize=268435456org.apache.flink.yarn.entrypoint.YarnJobClusterEntrypoint -D jobmanager.memory.off-heap.size=134217728b -D jobmanager.memory.jvm-overhead.min=201326592b -D jobmanager.memory.jvm-metaspace.size=268435456b -D jobmanager.memory.heap.size=1073741824b -D jobmanager.memory.jvm-overhead.max=201326592b ...`, I think the `bin/config.sh` will not executed? If I am wrong, please correct me. Thanks!




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b398b5b5c922f18680c159b0051e98d1961b2518",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b398b5b5c922f18680c159b0051e98d1961b2518",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * b398b5b5c922f18680c159b0051e98d1961b2518 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801375815



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1752,7 +1795,7 @@ ContainerLaunchContext setupApplicationMasterContainer(
         return config.get(YarnConfigOptions.CLASSPATH_INCLUDE_USER_JAR);
     }
 
-    private static boolean isUsrLibDirIncludedInShipFiles(List<File> shipFiles) {
+    private static boolean isUsrLibDirIncludedInShipFiles(Collection<File> shipFiles) {

Review comment:
       I agree. Fixed in ef3f0104fc31def407b74b4698d5f7dd0404a333




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801324145



##########
File path: flink-yarn/pom.xml
##########
@@ -130,6 +130,11 @@ under the License.
 				</exclusion>
 			</exclusions>
 		</dependency>
+		<dependency>

Review comment:
       My bad. Removed in ef3f0104fc31def407b74b4698d5f7dd0404a333.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef3f0104fc31def407b74b4698d5f7dd0404a333 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891) 
   * 986fff4543fbfd5016f087c53533b395af8c166f UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r802223194



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -277,12 +278,9 @@ public void setLocalJarPath(Path localJarPath) {
      */
     public void addShipFiles(List<File> shipFiles) {
         checkArgument(
-                userJarInclusion != YarnConfigOptions.UserJarInclusion.DISABLED
-                        || isUsrLibDirIncludedInShipFiles(shipFiles),
-                "This is an illegal ship directory : %s. When setting the %s to %s the name of ship directory can not be %s.",
+                !isUsrLibDirIncludedInShipFiles(shipFiles),
+                "This is an illegal ship directory : %s. %s can not be shipped again as it will be automatically shipped if exists.",

Review comment:
       ```suggestion
                   "User shipped directories, configured via %s, should not include %s.",
   ```

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -918,6 +915,22 @@ private ApplicationReport startAppMaster(
                                 : Path.CUR_DIR,
                         LocalResourceType.FILE);
 
+        // usrlib will be automatically shipped if it exists.
+        final boolean isLocalUsrLibExists =
+                ClusterEntrypointUtils.tryFindUserLibDirectory().isPresent();
+        if (isLocalUsrLibExists) {

Review comment:
       Maybe the local variable `isLocalUsrLibExists` is unnecessary.

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1752,11 +1780,11 @@ ContainerLaunchContext setupApplicationMasterContainer(
         return config.get(YarnConfigOptions.CLASSPATH_INCLUDE_USER_JAR);
     }
 
-    private static boolean isUsrLibDirIncludedInShipFiles(List<File> shipFiles) {
+    private static boolean isUsrLibDirIncludedInShipFiles(Collection<File> shipFiles) {

Review comment:
       We do not need this change.

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnApplicationFileUploader.java
##########
@@ -100,6 +100,11 @@ private YarnApplicationFileUploader(
 
         this.localResources = new HashMap<>();
         this.applicationDir = getApplicationDir(applicationId);
+        checkArgument(
+                !isUsrLibDirIncludedInProvidedLib(providedLibDirs),
+                "There is an illegal directory in %s : %s.",
+                YarnConfigOptions.PROVIDED_LIB_DIRS.key(),
+                ConfigConstants.DEFAULT_FLINK_USR_LIB_DIR);

Review comment:
       ```suggestion
           checkArgument(
                   !isUsrLibDirIncludedInProvidedLib(providedLibDirs),
                   "Provided lib directories, configured via %s, should not include %s.",
                   YarnConfigOptions.PROVIDED_LIB_DIRS.key(),
                   ConfigConstants.DEFAULT_FLINK_USR_LIB_DIR);
   ```

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -277,12 +278,9 @@ public void setLocalJarPath(Path localJarPath) {
      */
     public void addShipFiles(List<File> shipFiles) {
         checkArgument(
-                userJarInclusion != YarnConfigOptions.UserJarInclusion.DISABLED
-                        || isUsrLibDirIncludedInShipFiles(shipFiles),
-                "This is an illegal ship directory : %s. When setting the %s to %s the name of ship directory can not be %s.",
+                !isUsrLibDirIncludedInShipFiles(shipFiles),
+                "This is an illegal ship directory : %s. %s can not be shipped again as it will be automatically shipped if exists.",
                 ConfigConstants.DEFAULT_FLINK_USR_LIB_DIR,

Review comment:
       ```suggestion
                   YarnConfigOptions.SHIP_FILES.key(),
   ```

##########
File path: flink-yarn/src/test/java/org/apache/flink/yarn/YarnClusterDescriptorTest.java
##########
@@ -699,6 +699,32 @@ public void testDisableSystemClassPathIncludeUserJarAndWithIllegalShipDirectoryN
         }
     }
 
+    /** Tests that the usrlib will be automatically shipped. */
+    @Test
+    public void testShipUsrLib() throws IOException {
+        final Map<String, String> oldEnv = System.getenv();
+        Map<String, String> env = new HashMap<>(1);
+        File homeFolder = temporaryFolder.newFolder().getAbsoluteFile();
+        File libFolder = new File(homeFolder.getAbsolutePath(), "lib");
+        assertTrue(libFolder.createNewFile());
+        File usrLibFolder =
+                new File(homeFolder.getAbsolutePath(), ConfigConstants.DEFAULT_FLINK_USR_LIB_DIR);
+        assertTrue(usrLibFolder.mkdirs());
+        File usrLibFile = new File(usrLibFolder, "usrLibFile.jar");
+        assertTrue(usrLibFile.createNewFile());
+        env.put(ConfigConstants.ENV_FLINK_LIB_DIR, libFolder.getAbsolutePath());
+        CommonTestUtils.setEnv(env);
+
+        try (YarnClusterDescriptor descriptor = createYarnClusterDescriptor()) {
+            Set<File> effectiveShipFiles = new HashSet<>();
+            descriptor.addUsrLibFolderToShipFiles(effectiveShipFiles);
+            Assert.assertFalse(effectiveShipFiles.contains(usrLibFile));

Review comment:
       Use `assertThat` is always recommended.
   
   ```
   assertThat(effectiveShipFiles, containsInAnyOrder(usrLibFolder));
   ```

##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -918,6 +915,22 @@ private ApplicationReport startAppMaster(
                                 : Path.CUR_DIR,
                         LocalResourceType.FILE);
 
+        // usrlib will be automatically shipped if it exists.
+        final boolean isLocalUsrLibExists =
+                ClusterEntrypointUtils.tryFindUserLibDirectory().isPresent();
+        if (isLocalUsrLibExists) {
+            Set<File> usrLibShipFiles = new HashSet<>();

Review comment:
       `usrLibShipFiles` could be final.

##########
File path: flink-yarn/src/test/java/org/apache/flink/yarn/YarnClusterDescriptorTest.java
##########
@@ -699,6 +699,32 @@ public void testDisableSystemClassPathIncludeUserJarAndWithIllegalShipDirectoryN
         }
     }
 
+    /** Tests that the usrlib will be automatically shipped. */
+    @Test
+    public void testShipUsrLib() throws IOException {
+        final Map<String, String> oldEnv = System.getenv();
+        Map<String, String> env = new HashMap<>(1);

Review comment:
       Please use `final` if possible.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * b5b32982734f41ea6f6c8693f2a62585de39b408 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022984169


   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit f50edec58c2abe848c2e83373b588b7530c6ef61 (Thu Jan 27 08:56:30 UTC 2022)
   
   **Warnings:**
    * **1 pom.xml files were touched**: Check for build and licensing issues.
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1033366985


   Hi @wangyang0918 thanks again for the detailed review. Above comments has been resolved in latest commit .
   For the renaming of config option `yarn.per-job-cluster.include-user-jar`, I have adopted your advice, added `withDeprecatedKeys` and updated comments in the code.
    But I want to check if I should update markdown docs in this PR as well. It is not much work though I checked some Flink PRs and it seems docs tend to be modified in a doc revision PR. Any guidance on which one is recommended is appreciated.


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801384111



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1685,6 +1699,35 @@ void addLibFoldersToShipFiles(Collection<File> effectiveShipFiles) {
         }
     }
 
+    @VisibleForTesting
+    void addUsrLibFolderToShipFiles(
+            Collection<File> effectiveShipFiles, Collection<File> systemShipFiles) {
+        // Add usrlib folder to the ship files if it exists
+        // Classes in the folder will be loaded by UserClassLoader if CLASSPATH_INCLUDE_USER_JAR is
+        // DISABLED.
+        final Optional<File> usrLibDir = getLocalUsrLibDirectory();
+
+        if (usrLibDir.isPresent()) {
+            File usrLibDirFile = usrLibDir.get();
+            if (usrLibDirFile.isDirectory()) {
+                checkArgument(

Review comment:
       Agree with the naming and the `FLINK_LIB_DIR` clarification.
   Just one follow-up: I know that `FLINK_LIB_DIR` will be set by `config.sh` if it is empty when we run `flink run ....`.
   But when YARN run commands like `/bin/bash -c /usr/lib/jvm/java-1.8.0/bin/java -Xmx1073741824 -Xms1073741824 -XX:MaxMetaspaceSize=268435456 -Dlog.file=/mnt/disk1/log/hadoop-yarn/containers/application_1643263086460_0041/container_1643263086460_0041_01_000001/jobmanager.log -Dlog4j.configuration=file:log4j.properties -Dlog4j.configurationFile=file:log4j.properties org.apache.flink.yarn.entrypoint.YarnJobClusterEntrypoint -D jobmanager.memory.off-heap.size=134217728b -D jobmanager.memory.jvm-overhead.min=201326592b -D jobmanager.memory.jvm-metaspace.size=268435456b -D jobmanager.memory.heap.size=1073741824b -D jobmanager.memory.jvm-overhead.max=201326592b 1> /mnt/disk1/log/hadoop-yarn/containers/application_1643263086460_0041/container_1643263086460_0041_01_000001/jobmanager.out 2> /mnt/disk1/log/hadoop-yarn/containers/application_1643263086460_0041/container_1643263086460_0041_01_000001/jobmanager.err`, I think the `bin/config.sh` will not executed? If I am wrong, please correct me
 . Thanks!




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981) 
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801340286



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1685,6 +1699,35 @@ void addLibFoldersToShipFiles(Collection<File> effectiveShipFiles) {
         }
     }
 
+    @VisibleForTesting
+    void addUsrLibFolderToShipFiles(
+            Collection<File> effectiveShipFiles, Collection<File> systemShipFiles) {
+        // Add usrlib folder to the ship files if it exists
+        // Classes in the folder will be loaded by UserClassLoader if CLASSPATH_INCLUDE_USER_JAR is
+        // DISABLED.
+        final Optional<File> usrLibDir = getLocalUsrLibDirectory();
+
+        if (usrLibDir.isPresent()) {
+            File usrLibDirFile = usrLibDir.get();
+            if (usrLibDirFile.isDirectory()) {
+                checkArgument(

Review comment:
       Except for the naming, I do not think the `ClusterEntrypointUtils.tryFindUserLibDirectory()` should only work in the cluster side. If a user configure a customized `FLINK_LIB_DIR`, then he/she should also have the `usrlib` in such location. I think it is reasonable.
   
   For the naming, maybe we could have the `UserLibUtils.java`, which contains all the utility methods for `usrlib`. 




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   * d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1025123158


   @flinkbot run azure


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 31c1904c1525e73658ee3ac8ac875465771c0cb9 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374) 
   * b5b32982734f41ea6f6c8693f2a62585de39b408 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 removed a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 removed a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1025123158


   @flinkbot run azure


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f40a37a2124c9627b9b839e2cce9f4d2d7edba9 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5eb98df7422ffca67eb4d258189ff1eadb36731e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable Application/Per-job mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f50edec58c2abe848c2e83373b588b7530c6ef61 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 986fff4543fbfd5016f087c53533b395af8c166f Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906) 
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801326923



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1799,4 +1842,27 @@ public static void logDetachedClusterInformation(
                 yarnApplicationId,
                 yarnApplicationId);
     }
+
+    /**

Review comment:
       See https://github.com/apache/flink/pull/18531/files/5eb98df7422ffca67eb4d258189ff1eadb36731e#discussion_r801320099




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef3f0104fc31def407b74b4698d5f7dd0404a333 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891) 
   * 986fff4543fbfd5016f087c53533b395af8c166f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906) 
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801320099



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1685,6 +1699,35 @@ void addLibFoldersToShipFiles(Collection<File> effectiveShipFiles) {
         }
     }
 
+    @VisibleForTesting
+    void addUsrLibFolderToShipFiles(
+            Collection<File> effectiveShipFiles, Collection<File> systemShipFiles) {
+        // Add usrlib folder to the ship files if it exists
+        // Classes in the folder will be loaded by UserClassLoader if CLASSPATH_INCLUDE_USER_JAR is
+        // DISABLED.
+        final Optional<File> usrLibDir = getLocalUsrLibDirectory();
+
+        if (usrLibDir.isPresent()) {
+            File usrLibDirFile = usrLibDir.get();
+            if (usrLibDirFile.isDirectory()) {
+                checkArgument(

Review comment:
       Hi  Yang, thanks for the feedback. In fact, my first version of codes is pretty like your code snippet. 
   But after thinking more carefully, I use my current implementation (including writing my own getLocalUsrLibDirectory()) for the following reason:
   1. AFAIK, YarnClusterDescriptor is executed in the flink client side while ClusterEntryPointUtil is executed on the remote cluster side. If I use the `ClusterEntrypointUtils.tryFindUserLibDirectory()` in client side, due to its impl, the user must specify the FLINK_LIB_DIR correctly. But IIUC, we do not have such requirement before when using YARN. 
   2. In my `getLocalUsrLibDirectory()`, I use the FLINK_HOME as a pivot to find the `usrlib`. This is not so perfect but comparing with FLINK_LIB_DIR, FLINK_HOME may be more widely used.
   
   In summary, I bet the key question is if we should ask the action of finding `usrlib` to adopt same logic(using FLINK_LIB_DIR or use current working dir) in both client and cluster side.  Do you have any suggestion? 




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fbed6e6a3d01f01a47182f025fa5ccc35f978376",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fbed6e6a3d01f01a47182f025fa5ccc35f978376",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ef3f0104fc31def407b74b4698d5f7dd0404a333 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891) 
   * 986fff4543fbfd5016f087c53533b395af8c166f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906) 
   * fbed6e6a3d01f01a47182f025fa5ccc35f978376 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801502415



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnApplicationFileUploader.java
##########
@@ -335,7 +335,7 @@ public YarnLocalResourceDescriptor uploadFlinkDist(final Path localJarPath)
      *
      * @return list of class paths with the file name
      */
-    List<String> registerProvidedLocalResources() {
+    List<String> registerProvidedLocalResources(boolean shouldUsrLibExistInRemote) {

Review comment:
       It makes sense to me. I will update the JIRA as well to emphasize  we should always not include `usrlib` in the user shipped files.   Codes are much easier with this.
   Fixed in 986fff4543fbfd5016f087c53533b395af8c166f




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981) 
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 9ba86019cbc260ed4371207a48baf12e8a6c5afe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971) 
   * 529674ae6b4a679fc4c5a45fd86f9e83919cb62d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981) 
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   * 2833dba1facd9f745c9c713cb017319947a85f47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970) 
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] bgeng777 commented on a change in pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
bgeng777 commented on a change in pull request #18531:
URL: https://github.com/apache/flink/pull/18531#discussion_r801334847



##########
File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnApplicationFileUploader.java
##########
@@ -335,7 +335,7 @@ public YarnLocalResourceDescriptor uploadFlinkDist(final Path localJarPath)
      *
      * @return list of class paths with the file name
      */
-    List<String> registerProvidedLocalResources() {
+    List<String> registerProvidedLocalResources(boolean shouldUsrLibExistInRemote) {

Review comment:
       Yes, I totally agree with the assumption.
   After reading your following comments about `isUsrLibDirIncludedInProvidedLib()`, I now prefer to add `checkArgument` of `providedLibDirs()` in the constructor.
   My only concern is that is it a good idea to introduce `CLASSPATH_INCLUDE_USER_JAR` into YarnApplicationFileUploader? It seems adding unnecessary coupling but without this config, we cannot to check the case that `CLASSPATH_INCLUDE_USER_JAR` is `DISABLED` while there is `usrlib` in providedLibDirs. Such case is allowed for ship files but for providedLibDirs, my opinion is directly not to allow such case. What's your opinion?
   




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2952a6c6af10494f1ad1f30c18ac3cbc39693330 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910) 
   * 7942048b31c8d18d36367fb319627b80f79944e3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963) 
   * 59c6dfebd1f5bdd4ac17ede1c8270aa779afc252 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991",
       "triggerID" : "1034420084",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #18531:
URL: https://github.com/apache/flink/pull/18531#issuecomment-1022985542


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30286",
       "triggerID" : "f50edec58c2abe848c2e83373b588b7530c6ef61",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30294",
       "triggerID" : "d2c7c8c50f7db8c6491ab43cb48f6c5c80c26d91",
       "triggerType" : "PUSH"
     }, {
       "hash" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30374",
       "triggerID" : "31c1904c1525e73658ee3ac8ac875465771c0cb9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b5b32982734f41ea6f6c8693f2a62585de39b408",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30397",
       "triggerID" : "1025121654",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30482",
       "triggerID" : "3f40a37a2124c9627b9b839e2cce9f4d2d7edba9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30492",
       "triggerID" : "5eb98df7422ffca67eb4d258189ff1eadb36731e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30891",
       "triggerID" : "ef3f0104fc31def407b74b4698d5f7dd0404a333",
       "triggerType" : "PUSH"
     }, {
       "hash" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30906",
       "triggerID" : "986fff4543fbfd5016f087c53533b395af8c166f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30910",
       "triggerID" : "2952a6c6af10494f1ad1f30c18ac3cbc39693330",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30963",
       "triggerID" : "7942048b31c8d18d36367fb319627b80f79944e3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30967",
       "triggerID" : "59c6dfebd1f5bdd4ac17ede1c8270aa779afc252",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30970",
       "triggerID" : "2833dba1facd9f745c9c713cb017319947a85f47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30971",
       "triggerID" : "9ba86019cbc260ed4371207a48baf12e8a6c5afe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30981",
       "triggerID" : "529674ae6b4a679fc4c5a45fd86f9e83919cb62d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991",
       "triggerID" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991",
       "triggerID" : "1034420084",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 3cd49ec96a15f95b0b9deb7b71b59038d7fe11ef Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30991) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] wangyang0918 merged pull request #18531: [FLINK-24897] Enable application mode on YARN to use usrlib

Posted by GitBox <gi...@apache.org>.
wangyang0918 merged pull request #18531:
URL: https://github.com/apache/flink/pull/18531


   


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org