1. 视界

95-120-042-源码-Cluster-SessionClusterEntrypoint

2.拓扑图

95-120-042-源码-Cluster-SessionClusterEntrypoint

3.概述

​ SessionClusterEntrypoint继承了这个类,并且实现了部分方法createSerializableExecutionGraphStore,createRestEndpoint,createDispatcher。为什么没有实现createResourceManager方法呢?

​ 从SessionClusterEntrypoint的子类就可以看出来,分别是YarnSessionClusterEntrypoint,MesosSessionClusterEntrypoint,StandaloneSessionClusterEntrypoint,这三者都是跟如何去调度资源相关的,所以createResourceManager由这些子类来实现。

相关文章:

  • 2021-04-24
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2021-12-30
  • 2021-09-16
  • 2021-09-26
  • 2021-06-13
猜你喜欢
  • 2021-09-07
  • 2022-02-07
  • 2021-05-15
  • 2021-12-30
  • 2021-08-31
  • 2021-08-06
  • 2021-05-07
相关资源
相似解决方案