Skip to content

Commit

Permalink
[hotfix] Fix typo in MiniCluster class
Browse files Browse the repository at this point in the history
This closes apache#14211
  • Loading branch information
confucianzuoyuan authored Nov 26, 2020
1 parent c008907 commit 1820a2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,10 @@ public void start() throws Exception {
}

@GuardedBy("lock")
private void setupDispatcherResourceManagerComponents(Configuration configuration, RpcServiceFactory dispatcherResourceManagreComponentRpcServiceFactory, MetricQueryServiceRetriever metricQueryServiceRetriever) throws Exception {
private void setupDispatcherResourceManagerComponents(Configuration configuration, RpcServiceFactory dispatcherResourceManagerComponentRpcServiceFactory, MetricQueryServiceRetriever metricQueryServiceRetriever) throws Exception {
dispatcherResourceManagerComponents.addAll(createDispatcherResourceManagerComponents(
configuration,
dispatcherResourceManagreComponentRpcServiceFactory,
dispatcherResourceManagerComponentRpcServiceFactory,
haServices,
blobServer,
heartbeatServices,
Expand Down

0 comments on commit 1820a2e

Please sign in to comment.