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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2a401b0  SAMZA-2213: Fixing accidental change to config key (#1093)
2a401b0 is described below

commit 2a401b0324dad25084ad40914cecf7f43d7a8c1c
Author: rmatharu <[email protected]>
AuthorDate: Wed Jun 26 18:41:40 2019 -0700

    SAMZA-2213: Fixing accidental change to config key (#1093)
---
 samza-yarn/src/main/java/org/apache/samza/config/YarnConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samza-yarn/src/main/java/org/apache/samza/config/YarnConfig.java 
b/samza-yarn/src/main/java/org/apache/samza/config/YarnConfig.java
index 9524145..58adf26 100644
--- a/samza-yarn/src/main/java/org/apache/samza/config/YarnConfig.java
+++ b/samza-yarn/src/main/java/org/apache/samza/config/YarnConfig.java
@@ -45,7 +45,7 @@ public class YarnConfig extends MapConfig {
   /**
    * (Optional) JVM options to include in the command line when executing the 
AM
    */
-  public static final String AM_JVM_OPTIONS = 
"yClusterBasedJobCoordinator.javaarn.am.opts";
+  public static final String AM_JVM_OPTIONS = "yarn.am.opts";
 
   /**
    * Determines whether a JMX server should be started on the AM

Reply via email to