AHeise commented on a change in pull request #10084: [FLINK-14382][yarn]
Incorrect handling of FLINK_PLUGINS_DIR on Yarn
URL: https://github.com/apache/flink/pull/10084#discussion_r342770461
##########
File path:
flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -1580,7 +1591,7 @@ private void addLibFoldersToShipFiles(Collection<File>
effectiveShipFiles) {
}
}
- private void addPluginsFoldersToShipFiles(Collection<File>
effectiveShipFiles) {
+ void addPluginsFoldersToShipFiles(Collection<File> effectiveShipFiles) {
Review comment:
Can you please add `@VisibleForTesting`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services