This is an automated email from the ASF dual-hosted git repository.

guoweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new db3a0a59519 [FLINK-31480][yarn] Fix typo in YarnClusterDescriptor.
db3a0a59519 is described below

commit db3a0a59519b279d016489e1bf29927a4f62a6ed
Author: slfan1989 <louj1988@@>
AuthorDate: Thu Mar 16 12:16:04 2023 +0800

    [FLINK-31480][yarn] Fix typo in YarnClusterDescriptor.
    
    This closes #22189
---
 .../src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java 
b/flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
index 4c5ac1552e6..95fe09f9c06 100644
--- a/flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
+++ b/flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java
@@ -844,7 +844,7 @@ public class YarnClusterDescriptor implements 
ClusterDescriptor<ApplicationId> {
 
         final ApplicationId appId = appContext.getApplicationId();
 
-        // ------------------ Add Zookeeper namespace to local 
flinkConfiguraton ------
+        // ------------------ Add Zookeeper namespace to local 
flinkConfiguration ------
         setHAClusterIdIfNotSet(configuration, appId);
 
         if 
(HighAvailabilityMode.isHighAvailabilityModeActivated(configuration)) {

Reply via email to