yanghua commented on a change in pull request #10187: [FLINK-13938][yarn]
Enable configure shared libraries on YARN
URL: https://github.com/apache/flink/pull/10187#discussion_r346647402
##########
File path:
flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
##########
@@ -135,6 +138,8 @@
/** Lazily initialized list of files to ship. */
private final List<File> shipFiles = new LinkedList<>();
+ private final List<Path> sharedLibs = new LinkedList<>();
Review comment:
If we want to test this feature like ship files, we may expose
`getter/setter` methods of this field.
----------------------------------------------------------------
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