Skip to content

Commit

Permalink
SAMZA-1224 : Revert job coordinator factory config to the old format
Browse files Browse the repository at this point in the history
We didn't release since adding this config. So, it is ok to change the format now.

Author: nramesh <nramesh@linkedin.com>

Reviewers: Xinyu Liu <xiliu@linkedin.com>, Prateek Maheshwari <pmaheshw@linkedin.com>

Closes apache#146 from navina/SAMZA-1224
  • Loading branch information
navina authored and nramesh committed May 4, 2017
1 parent 06b5dbd commit f99de20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import com.google.common.base.Strings;

public class JobCoordinatorConfig extends MapConfig {
public static final String JOB_COORDINATOR_FACTORY = "job-coordinator.factory";
public static final String JOB_COORDINATIOIN_SERVICE_FACTORY = "job-coordinationService.factory";
public static final String JOB_COORDINATOR_FACTORY = "job.coordinator.factory";
public static final String JOB_COORDINATIOIN_SERVICE_FACTORY = "job.coordinationService.factory";

public JobCoordinatorConfig(Config config) {
super(config);
Expand Down

0 comments on commit f99de20

Please sign in to comment.