Skip to content

Commit

Permalink
[FLINK-13096][Deployment/YARN]Typo in Utils
Browse files Browse the repository at this point in the history
  • Loading branch information
guanghui01.rong authored and rmetzger committed Jul 5, 2019
1 parent 80d7ba4 commit 617c02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-yarn/src/main/java/org/apache/flink/yarn/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ private Utils() {
* Method to extract environment variables from the flinkConfiguration based on the given prefix String.
*
* @param envPrefix Prefix for the environment variables key
* @param flinkConfiguration The Flink config to get the environment variable defintion from
* @param flinkConfiguration The Flink config to get the environment variable definition from
*/
public static Map<String, String> getEnvironmentVariables(String envPrefix, org.apache.flink.configuration.Configuration flinkConfiguration) {
Map<String, String> result = new HashMap<>();
Expand Down

0 comments on commit 617c02a

Please sign in to comment.