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

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

commit 2899d27525c1df80f74eb23fab4a01592c230942
Author: Till Rohrmann <[email protected]>
AuthorDate: Tue May 26 14:15:19 2020 +0200

    [hotfix] Correct comment references to flink-yarn-tests
---
 flink-yarn-tests/pom.xml                                               | 2 +-
 flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-yarn-tests/pom.xml b/flink-yarn-tests/pom.xml
index e79a85f..577ebcc 100644
--- a/flink-yarn-tests/pom.xml
+++ b/flink-yarn-tests/pom.xml
@@ -411,7 +411,7 @@ under the License.
                                                        
<overWriteSnapshots>true</overWriteSnapshots>
                                                </configuration>
                                        </execution>
-                                       <!-- Write classpath of flink-yarn to a 
file, so that the yarn tests can use it as their classpath
+                                       <!-- Write classpath of 
flink-yarn-tests to a file, so that the yarn tests can use it as their classpath
                                                for the YARN "containers".
                                        -->
                                        <execution>
diff --git 
a/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java 
b/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java
index fca47e0..69031dd 100644
--- a/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java
+++ b/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java
@@ -201,7 +201,7 @@ public abstract class YarnTestBase extends TestLogger {
 
        /**
         * Searches for the yarn.classpath file generated by the 
"dependency:build-classpath" maven plugin in
-        * "flink-yarn".
+        * "flink-yarn-tests".
         * @return a classpath suitable for running all YARN-launched JVMs
         */
        private static String getYarnClasspath() {

Reply via email to