HuangZhenQiu commented on a change in pull request #7978: [FLINK-11910] [Yarn]
add customizable yarn application type
URL: https://github.com/apache/flink/pull/7978#discussion_r265857779
##########
File path:
flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java
##########
@@ -468,6 +470,8 @@ private void
validateClusterSpecification(ClusterSpecification clusterSpecificat
flinkConfiguration.setString(dynProperty.getKey(),
dynProperty.getValue());
}
+ this.flinkVersion = dynProperties.getOrDefault("flink-version",
"");
Review comment:
No, different versions can be specified by the dynamic properties right? It
can be either through cmd or the backend service that launches flink job.
----------------------------------------------------------------
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