dawidwys closed pull request #7377: [hotfix] [docs] fix typos
URL: https://github.com/apache/flink/pull/7377
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java
 
b/flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java
index b63ad11bf9a..2f6691f486c 100644
--- 
a/flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java
+++ 
b/flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java
@@ -1652,7 +1652,7 @@ protected ContainerLaunchContext 
setupApplicationMasterContainer(
        }
 
        /**
-        * Creates a YarnClusterClient; may be overriden in tests.
+        * Creates a YarnClusterClient; may be overridden in tests.
         */
        protected abstract ClusterClient<ApplicationId> createYarnClusterClient(
                        AbstractYarnClusterDescriptor descriptor,
diff --git 
a/flink-yarn/src/main/java/org/apache/flink/yarn/cli/FlinkYarnSessionCli.java 
b/flink-yarn/src/main/java/org/apache/flink/yarn/cli/FlinkYarnSessionCli.java
index e5311cdd2da..931b22c0373 100644
--- 
a/flink-yarn/src/main/java/org/apache/flink/yarn/cli/FlinkYarnSessionCli.java
+++ 
b/flink-yarn/src/main/java/org/apache/flink/yarn/cli/FlinkYarnSessionCli.java
@@ -253,7 +253,7 @@ public FlinkYarnSessionCli(
                                yarnApplicationIdFromYarnProperties = 
ConverterUtils.toApplicationId(yarnApplicationIdString);
                        }
                        catch (Exception e) {
-                               throw new FlinkException("YARN properties 
contains an invalid entry for " +
+                               throw new FlinkException("YARN properties 
contain an invalid entry for " +
                                        "application id: " + 
yarnApplicationIdString + ". Please delete the file at " +
                                        
yarnPropertiesLocation.getAbsolutePath(), e);
                        }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to