Github user pnowojski commented on a diff in the pull request:
https://github.com/apache/flink/pull/4280#discussion_r129770778
--- 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 {
throw new UnsupportedOperationException("Not support
retrieveCluster since Flip-6.");
}
@Override
public YarnClusterClientV2 createCluster(
- String applicationName,
- CommandLine cmdLine,
- Configuration config,
- List<URL> userJarFiles) throws Exception {
+ String applicationName,
+ CommandLine cmdLine,
+ Configuration config,
+ String configurationDirectory, List<URL> userJarFiles) throws
Exception {
--- End diff --
nit: 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.
---