Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/4280#discussion_r129875590
--- Diff:
flink-yarn/src/main/java/org/apache/flink/yarn/cli/FlinkYarnCLI.java ---
@@ -214,22 +218,21 @@ public void addGeneralOptions(Options baseOptions) {
@Override
public YarnClusterClientV2 retrieveCluster(
- CommandLine cmdLine,
- Configuration config) throws
UnsupportedOperationException {
+ CommandLine cmdLine,
+ Configuration config, String configurationDirectory) throws
UnsupportedOperationException {
--- End diff --
I shouldn't use automatic reformatting. It screws up the formatting ;-)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---