[
https://issues.apache.org/jira/browse/FLINK-7836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16380239#comment-16380239
]
ASF GitHub Bot commented on FLINK-7836:
---------------------------------------
Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/5593#discussion_r171231898
--- Diff:
flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java
---
@@ -1317,15 +1340,18 @@ public static ApplicationSubmissionContextReflector
getInstance() {
private static final String APPLICATION_TAGS_METHOD_NAME =
"setApplicationTags";
private static final String ATTEMPT_FAILURES_METHOD_NAME =
"setAttemptFailuresValidityInterval";
private static final String KEEP_CONTAINERS_METHOD_NAME =
"setKeepContainersAcrossApplicationAttempts";
+ private static final String NODE_LABEL_EXPRESSION_NAME =
"setNodeLabelExpression";
private final Method applicationTagsMethod;
private final Method attemptFailuresValidityIntervalMethod;
private final Method keepContainersMethod;
+ private final Method nodeLabelExpressionMethod;
--- End diff --
Please mark the field `@Nullable`.
> specifying node label for flink job to run on yarn
> --------------------------------------------------
>
> Key: FLINK-7836
> URL: https://issues.apache.org/jira/browse/FLINK-7836
> Project: Flink
> Issue Type: New Feature
> Components: Client
> Affects Versions: 1.3.2
> Reporter: zhaibaba
> Assignee: vinoyang
> Priority: Major
>
> flink client cannot specify node label for flink job to run on yarn
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)