Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
aaudiber committed Oct 2, 2018
1 parent d01ff68 commit d43a763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job/server/src/main/java/alluxio/master/job/JobMaster.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public WorkerNetAddress getFieldValue(MasterWorkerInfo o) {
*/
public JobMaster(MasterContext masterContext, UfsManager ufsManager) {
super(masterContext, new SystemClock(), ExecutorServiceFactories
.fixedThreadPoolExecutorServiceFactory(Constants.JOB_MASTER_NAME, 2));
.cachedThreadPool(Constants.JOB_MASTER_NAME));
mJobIdGenerator = new JobIdGenerator();
mCommandManager = new CommandManager();
mIdToJobCoordinator = Maps.newHashMap();
Expand Down

0 comments on commit d43a763

Please sign in to comment.